summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_bpf.c
Commit message (Expand)AuthorAgeFilesLines
* Fix GCC warnings caused by initializing a zero length array. In the process,archie2002-05-311-9/+7
* Update to C99, s/__FUNCTION__/__func__/,obrien2001-12-101-1/+1
* Fix cut and paste error in a comment.julian2001-01-301-1/+1
* Another brian fix, luckily not in live code.julian2001-01-111-3/+1
* Fix some memory leaksjulian2001-01-101-8/+14
* Part 2 of the netgraph rewrite.julian2001-01-081-16/+15
* Rewrite of netgraph to start getting ready for SMP.julian2001-01-061-30/+32
* Divorce the kernel binary ABI version number from the messagejulian2000-12-181-1/+1
* Reviewed by: Archie@freebsd.orgjulian2000-12-121-2/+1
* Add the use of M_ZERO to netgraph.dwmalone2000-11-181-2/+1
* Since neither archie nor I work at Whistle any more, change our emailjulian2000-10-241-1/+1
* Allocate all memory (including within node constructors) with M_NOWAITarchie2000-09-211-2/+2
* Take advantage of the new unsigned and hex integer types.archie2000-08-101-4/+4
* Two simple changes to the kernel internal API for netgraph modules,julian2000-04-281-2/+3
* Change definition of NG_BPF_HOOKPROG_SIZE() so as not to requirearchie1999-12-061-7/+8
* New netgraph node type, ng_bpf(8). This node type allows you toarchie1999-12-031-0/+501
OpenPOWER on IntegriCloud