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