CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/02/09 00:32:35
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.
ok tedu@
