cvs commit: src/sys/fs/fifofs fifo_vnops.c src/sys/kern
uipc_socket2.c src/sys/netinet tcp_input.c src/sys/netipx
spx_usrreq.c
Robert Watson
rwatson at FreeBSD.org
Tue Jun 15 03:52:56 GMT 2004
rwatson 2004-06-15 03:51:45 UTC
FreeBSD src repository
Modified files:
sys/fs/fifofs fifo_vnops.c
sys/kern uipc_socket2.c
sys/netinet tcp_input.c
sys/netipx spx_usrreq.c
Log:
Grab the socket buffer send or receive mutex when performing a
read-modify-write on the sb_state field. This commit catches only
the "easy" ones where it doesn't interact with as yet unmerged
locking.
Revision Changes Path
1.97 +6 -0 src/sys/fs/fifofs/fifo_vnops.c
1.131 +8 -0 src/sys/kern/uipc_socket2.c
1.240 +4 -1 src/sys/netinet/tcp_input.c
1.43 +6 -1 src/sys/netipx/spx_usrreq.c
More information about the cvs-src
mailing list