Date: Tue, 15 Jun 2004 03:51:45 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: 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 Message-ID: <200406150351.i5F3pjk3016567@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406150351.i5F3pjk3016567>