cvs commit: src/sys/net bpf.c
Christian S.J. Peron
csjp at FreeBSD.org
Tue May 3 20:09:29 PDT 2005
csjp 2005-05-04 03:09:28 UTC
FreeBSD src repository
Modified files:
sys/net bpf.c
Log:
-introduce net.bpf sysctl instead of the less intuitive debug.*
debug.bpf_bufsize is now net.bpf.bufsize
debug.bpf_maxbufsize is now net.bpf.maxbufsize
-move function prototypes for bpf_drvinit and bpf_clone up to the
top of the file with the others
-assert bpfd lock in catchpacket() and bpf_wakeup()
MFC after: 2 weeks
Revision Changes Path
1.149 +10 -8 src/sys/net/bpf.c
More information about the cvs-src
mailing list