Date: Thu, 10 Mar 2005 14:30:31 +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/netipx ipx_pcb.c Message-ID: <200503101430.j2AEUVQL047992@repoman.freebsd.org>
index | next in thread | raw e-mail
rwatson 2005-03-10 14:30:31 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_5)
sys/netipx ipx_pcb.c
Log:
Merge ipx_pcb.c:1.43 from HEAD to RELENG_5:
date: 2005/01/09 05:10:43; author: rwatson; state: Exp; lines: +21 -1
Assert or acquire the IPX PCB list lock or IPX PCB locks throughout
the IPX-related PCB routines. In general, the list lock is required
to iterate the PCB list, either for read or write; the PCB lock is
required to access or modify a PCB. To change the binding of a PCB,
both locks must be held.
Approved by: re (kensmith)
Revision Changes Path
1.28.2.14 +21 -1 src/sys/netipx/ipx_pcb.c
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503101430.j2AEUVQL047992>
