Searched hist:"6 c74ff0ea6eb5eb3a21d05486740c9488721a8b5" (Results 1 – 3 of 3) sorted by relevance
/freebsd/share/man/man9/ |
H A D | bpf.9 | diff 6c74ff0ea6eb5eb3a21d05486740c9488721a8b5 Tue May 22 00:13:48 CEST 2012 Alexander V. Chernikov <melifaro@FreeBSD.org> Fix panic on attaching to non-existent interface (introduced by r233937, pointed by hrs@) Fix panic on tcpdump being attached to interface being removed (introduced by r233937, pointed by hrs@ and adrian@) Protect most of bpf_setf() by BPF global lock
Add several forgotten assertions (thanks to adrian@)
Document current locking model inside bpf.c Document EVENTHANDLER(9) usage inside BPF.
Approved by: kib(mentor) Tested by: gnn MFC in: 4 weeks
|
H A D | EVENTHANDLER.9 | diff 6c74ff0ea6eb5eb3a21d05486740c9488721a8b5 Tue May 22 00:13:48 CEST 2012 Alexander V. Chernikov <melifaro@FreeBSD.org> Fix panic on attaching to non-existent interface (introduced by r233937, pointed by hrs@) Fix panic on tcpdump being attached to interface being removed (introduced by r233937, pointed by hrs@ and adrian@) Protect most of bpf_setf() by BPF global lock
Add several forgotten assertions (thanks to adrian@)
Document current locking model inside bpf.c Document EVENTHANDLER(9) usage inside BPF.
Approved by: kib(mentor) Tested by: gnn MFC in: 4 weeks
|
/freebsd/sys/net/ |
H A D | bpf.c | diff 6c74ff0ea6eb5eb3a21d05486740c9488721a8b5 Tue May 22 00:13:48 CEST 2012 Alexander V. Chernikov <melifaro@FreeBSD.org> Fix panic on attaching to non-existent interface (introduced by r233937, pointed by hrs@) Fix panic on tcpdump being attached to interface being removed (introduced by r233937, pointed by hrs@ and adrian@) Protect most of bpf_setf() by BPF global lock
Add several forgotten assertions (thanks to adrian@)
Document current locking model inside bpf.c Document EVENTHANDLER(9) usage inside BPF.
Approved by: kib(mentor) Tested by: gnn MFC in: 4 weeks
|