cvs commit: src/sys/net bpf.c

Robert Watson rwatson at FreeBSD.org
Fri Jun 11 03:47:35 GMT 2004


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


More information about the cvs-src mailing list