CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2017/01/25 17:08:50
Modified files: sys/kern : uipc_socket.c Log message: Do not hold the netlock while pool_get() may sleep. It is not necessary to lock code that initializes a new socket structure before it has been linked to any global list. OK mpi@