CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2017/07/24 09:07:39
Modified files: sys/kern : uipc_socket.c uipc_syscalls.c sys/miscfs/fifofs: fifo_vnops.c sys/nfs : nfs_socket.c Log message: Extend the scope of the socket lock to protect `so_state' in connect(2). As a side effect, soconnect() and soconnect2() now expect a locked socket, so update all the callers. ok bluhm@