OpenBSD cvs log

created 2025-02-16T14:27:19Z
begin 2025-02-13T00:00:00Z
end 2025-02-13T12:39:15Z
path src/sys
commits 1

date 2025-02-13T12:39:15Z
author bluhm
files src/sys/kern/sys_socket.c log diff annotate
message Remove socket lock from soo_ioctl(FIOASYNC).

The socket buffer flags are protected by socket buffer mutex.
Neither socket lock nor net lock are needed anymore.

OK mvs@