Date: Fri, 11 Jun 2004 03:47:21 +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/net bpf.c Message-ID: <200406110347.i5B3lLCl092845@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2004-06-11 03:47:21 UTC FreeBSD src repository Modified files: sys/net bpf.c Log: Switch to conditionally acquiring and dropping Giant around calls into ifp->if_output() basedd on debug.mpsafenet. That way once bpfwrite() can be called without Giant, it will acquire Giant (if desired) before entering the network stack. Revision Changes Path 1.127 +2 -2 src/sys/net/bpf.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406110347.i5B3lLCl092845>