CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2017/01/25 00:35:31
Modified files: sys/kern : uipc_syscalls.c Log message: Allocate and connect sockets first, then upon success create file descriptors so that the NET_LOCK is satisfied. ok mpi