CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2020/05/28 01:17:50
Modified files: sys/kern : uipc_syscalls.c Log message: File allocation in socket(2) & socketpair(2) no longer need the KERNEL_LOCK(). Bring the two syscalls in sync with recent MP changes in the file layer. Inconsistency pointed by haesbaert@. ok anton@, visa@