CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/01/27 14:01:59
Modified files:
sys/kern : uipc_socket.c uipc_syscalls.c
Log message:
Push solock() down to sogetopt(). It is not required for the most cases.
Also, some cases could be protected with solock_shared().
ok bluhm@
