index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dist
/
pf
/
net
/
pf_norm.c
Age
Commit message (
Expand
)
Author
2021-03-08
Adjust for fewer args in calling functions
christos
2015-04-13
<sys/rnd.h> not needed for pf_norm.c.
riastradh
2013-10-20
fix compiler warnings
christos
2011-11-28
Remove arc4random() and arc4randbytes() from the kernel API. Replace
tls
2011-08-29
build pf module with WARNS=3, and remove the need for -Wno-shadow
jmcneill
2011-07-01
fix an uninitialised variable problem. large-ish function, but i
mrg
2010-11-05
ip_randomid: make mechanism MP-safe and more modular.
rmind
2010-04-12
- Make the pf and pflog driver able to detach.
ahoka
2009-07-28
Remove LKM code from pf.
minskim
2009-01-11
make this compile
cegger
2008-06-18
merge yamt-pf42 branch.
yamt
2008-02-07
Pass 0 to ip_randomid since we don't know the salt.
matt
2007-12-11
use __KERNEL_RCSID()
lukem
2007-03-12
Pass an ipl argument to pool_init/POOL_INIT to be used when initializing
ad
2006-11-16
__unused removal on arguments; approved by core.
christos
2006-10-12
- sprinkle __unused on function decls.
christos
2006-05-11
caddr_t -> u_char *, to match the variable type
mrg
2006-03-08
Use the SI capitalization for "Hz", "kHz", and "MHz" in comments and strings.
lukem
2006-01-25
apply a fix from OpenBSD:
peter
2005-12-11
merge ktrace-lwp.
christos
2005-07-01
Resolve conflicts (pf from OpenBSD 3.7, kernel part).
peter
2005-06-08
pf_reassemble: clear stale csum_flags.
yamt
2004-12-04
Improve the cleanup routines for detachment. Fixes PR 28132.
peter
2004-11-14
resolve conflicts. (pf from OpenBSD 3.6, kernel part)
yamt
2004-11-13
backout whitespace changes to make further import easier.
yamt
2004-09-08
remove no longer needed caddr_t casts to reduce diffs from openbsd.
yamt
2004-06-29
make PF lkm working. from Peter Postma and Joel Wilsson.
itojun
2004-06-22
PF from openbsd 3.5. missing features:
itojun
2004-06-22
PF from OpenBSD 3.5
itojun