index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
net
/
bpf_filter.c
Age
Commit message (
Expand
)
Author
2011-02-13
Unbreak userland as well, since bpf_filter.c is also used in libpcap.
Can Erkin Acar
2011-02-12
Unbreak previous commit by adding the proper header file.
Can Erkin Acar
2011-02-12
Clear the filter memory area before using it. Leaving it uninitialized may
Can Erkin Acar
2010-04-21
Fix validation of div by constant; from Guy Harris; ok deraadt@ miod@
Otto Moerbeek
2008-01-02
Accept BPF_MUL as a valid instruction in bpf_validate() also improve
Can Erkin Acar
2007-08-06
Fix some "that that"s.
Tom Cosgrove
2006-10-28
Fix handling of errors wrt to MINDEX. From NetBSD bpf_filter 1.32;
Otto Moerbeek
2006-02-27
add missing break; now filters containing a division can pass
Otto Moerbeek
2005-12-08
Avoid sign extend by casting to u_char *; from NetBSD via Guy Harris.
Otto Moerbeek
2005-09-28
No part of the code defines UNALIGNED_ACCESS, use reverted tests for
Miod Vallat
2004-04-26
- make the k field in struct bpf_insn unsigned, as promised in the
Otto Moerbeek
2004-02-23
prevent backward jumps; pls@egsys.hu; ok canacar, deraadt
Markus Friedl
2003-12-10
de-register. deraadt ok
Jun-ichiro itojun Hagino
2003-07-18
add missing includes
David Krause
2003-06-27
protos for userland build
Theo de Raadt
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2002-03-14
First round of __P removal in sys
Todd C. Miller
2000-06-19
de-#ifdef-ize
Jason Wright
1999-09-13
Remove statics (required renames)
Niklas Hallqvist
1999-06-01
Fix some mips -> __mips__ stuff.
Per Fogelstrom
1996-08-22
__OpenBSD__
Theo de Raadt
1996-03-03
From NetBSD: 960217 merge
Niklas Hallqvist
1995-10-23
For the '#ifdef sun [...] #endif' conditional we weren't bringing in the
davem
1995-10-18
initial import of NetBSD tree
Theo de Raadt