CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/02/21 02:30:02
Modified files:
sys/kern : uipc_syscalls.c
Log message:
Call socreate() before falloc() in sys_socket().
This is similar to what we do in sys_socketpair() and will allow us
to grab the KERNEL_LOCK() only after having created a socket.
This time with correct non-blocking check.
Tested by landry@, previous diff ok tedu@
