aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/ipfilter
Commit message (Expand)AuthorAgeFilesLines
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-1/+1
* Turn off warnings about unused variables for a bunch of files underDimitry Andric2013-12-291-3/+14
* Update ipfilter 4.1.28 --> 5.1.2.Cy Schubert2013-09-061-1/+2
* Disable several instances instances of clang's -Wself-assign warning.Dimitry Andric2011-12-301-0/+5
* Reimplementation of world/kernel build options. For details, see:Ruslan Ermilov2006-03-171-1/+3
* Let modules use the kernel's opt_*.h files if built along withYaroslav Tykhiy2005-10-141-1/+2
* Fix standalone module build.Ruslan Ermilov2005-06-031-0/+6
* new files and compile defines to build new ipfilterDarren Reed2005-04-251-2/+3
* Don't define PFIL_HOOKS. It's no longer required in RELENG_5 or HEAD.Scott Long2004-12-251-1/+1
* NOINET6 -> NO_INET6Ruslan Ermilov2004-12-211-1/+1
* Recognise NOINET6 as an indication to not build IPv6 enabled source evenDarren Reed2004-06-081-1/+2
* IPv6 is on by default in GENERIC so enable IPv6 in IPFilter too by default.Darren Reed2004-04-201-0/+2
* update to reflect PFIL_HOOKS api changesSam Leffler2003-09-231-1/+1
* Drop <bsd.man.mk> support from <bsd.kmod.mk>.Ruslan Ermilov2002-01-111-1/+0
* Relocate IPFilter from sys/netinet to sys/contrib/ipfilter.Jonathan Lemon2001-06-071-1/+2
* Use a consistent style and one much closer to the rest of /usr/srcDavid E. O'Brien2001-01-061-1/+3
* Fix typoGregory Neil Shapiro2000-09-041-1/+1
* Back out opt_ipfilter.h creation I add recently and add -DIPFILTER=1Andrey A. Chernov2000-08-011-5/+2
* Fix prev. commit: NIPFILTER -> IPFILTERAndrey A. Chernov2000-08-011-1/+1
* Generate opt_ipfilter.h to fix 'make depend'Andrey A. Chernov2000-07-311-1/+4
* Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead ofPeter Wemm2000-05-271-1/+1
* Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk.Peter Wemm2000-05-041-1/+1
* Add forgotten ip_fil.c and fil.c to kld versionGuido van Rooij1999-12-062-183/+1
* Add ipfilter kld and wire it in.Guido van Rooij1999-11-232-0/+195