CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/09/20 08:27:43
Modified files:
sys/kern : uipc_socket.c
Log message:
Protect soshutdown() with splsoftnet() to define one layer where
we enter networking code. Fixes an splassert() found by David Hill.
OK mikeb@
