index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
netgraph
/
ng_bpf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix build without BPF_JITTER option.
jkim
2005-12-07
1
-1
/
+3
*
Add BPF Just-In-Time compiler support for ng_bpf(4).
jkim
2005-12-07
1
-2
/
+28
*
/* -> /*- for license, minor formatting changes
imp
2005-01-07
1
-2
/
+3
*
Avoid calling bpf_filter() with len == 0, which causes a change in semantics
archie
2004-06-23
1
-1
/
+4
*
Switch to using C99 sparse initialisers for the type methods array.
julian
2004-05-29
1
-12
/
+9
*
Fix GCC warnings caused by initializing a zero length array. In the process,
archie
2002-05-31
1
-9
/
+7
*
Update to C99, s/__FUNCTION__/__func__/,
obrien
2001-12-10
1
-1
/
+1
*
Fix cut and paste error in a comment.
julian
2001-01-30
1
-1
/
+1
*
Another brian fix, luckily not in live code.
julian
2001-01-11
1
-3
/
+1
*
Fix some memory leaks
julian
2001-01-10
1
-8
/
+14
*
Part 2 of the netgraph rewrite.
julian
2001-01-08
1
-16
/
+15
*
Rewrite of netgraph to start getting ready for SMP.
julian
2001-01-06
1
-30
/
+32
*
Divorce the kernel binary ABI version number from the message
julian
2000-12-18
1
-1
/
+1
*
Reviewed by: Archie@freebsd.org
julian
2000-12-12
1
-2
/
+1
*
Add the use of M_ZERO to netgraph.
dwmalone
2000-11-18
1
-2
/
+1
*
Since neither archie nor I work at Whistle any more, change our email
julian
2000-10-24
1
-1
/
+1
*
Allocate all memory (including within node constructors) with M_NOWAIT
archie
2000-09-21
1
-2
/
+2
*
Take advantage of the new unsigned and hex integer types.
archie
2000-08-10
1
-4
/
+4
*
Two simple changes to the kernel internal API for netgraph modules,
julian
2000-04-28
1
-2
/
+3
*
Change definition of NG_BPF_HOOKPROG_SIZE() so as not to require
archie
1999-12-06
1
-7
/
+8
*
New netgraph node type, ng_bpf(8). This node type allows you to
archie
1999-12-03
1
-0
/
+501