CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2018/05/07 09:51:53
Modified files: sys/kern : uipc_socket2.c Log message: Grab the KERNEL_LOCK() for unix/routing/pfkey sockets in solock()... ...and release it in sounlock(). This will allows us to progressively remove the KERNEL_LOCK() in syscalls. ok visa@ some time ago