CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2017/08/09 08:22:58
Modified files: sys/kern : uipc_socket.c uipc_syscalls.c sys/nfs : krpc_subr.c nfs_socket.c nfs_syscalls.c Log message: Move the socket lock "above" sosetopt(), sogetopt() and sosplice(). Protect the fields modifieds by sosetopt() and simplify the dance with the stars. ok bluhm@