CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/02/10 01:20:09
Modified files:
sys/kern : uipc_socket2.c uipc_usrreq.c
sys/sys : unpcb.h
Log message:
Move UNIX domain sockets out of kernel lock. The new `unp_lock' rwlock(9)
used as solock()'s backend to protect the whole layer.
With feedback from mpi@.
ok bluhm@ claudio@
