cvs commit: src/sys/kern uipc_usrreq.c
Robert Watson
rwatson at FreeBSD.org
Wed Feb 23 00:37:51 GMT 2005
rwatson 2005-02-23 00:37:50 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_5)
sys/kern uipc_usrreq.c
Log:
Merge uipc_usrreq.c:1.147 from HEAD to RELENG_5:
date: 2005/02/20 04:18:22; author: rwatson; state: Exp; lines: +1 -1
Move assignment of UNIX domain socket pcb during unp_attach() outside
of the global UNIX domain socket mutex: no protection is needed that
early in the setup of the UNIX domain socket and socket structures.
Revision Changes Path
1.138.2.7 +1 -1 src/sys/kern/uipc_usrreq.c
More information about the cvs-src
mailing list