CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2016/10/09 13:33:34
Modified files: sys/kern : uipc_socket2.c Log message: sowakeup() is only called from sorwakeup() and sowwakeup(). Both have an splsoftassert(IPL_SOFTNET) now, so sowakeup() does not need to call splsoftnet() anymore. >From mpi@'s netlock diff; OK mikeb@