summaryrefslogtreecommitdiff
path: root/usr.sbin/ipf
AgeCommit message (Expand)Author
2008-05-03Rename MKPRIVATELIB to LIBISPRIVATE, to make it clearer that this islukem
2007-05-28Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on thetls
2007-05-16printtqtable.c was added to libipf.taca
2007-04-15Pretty much nothing in usr.sbin/ipf compiled with the massive filenamedogcow
2006-05-11add -fno-strict-aliasing when using GCC4.mrg
2006-04-04Fix compilation problems.martti
2005-12-28Define INET6 only if ${USE_INET6} != "no"martti
2005-12-28Define INET and INET6 or things break when linking in fil.o (hi christos!)martti
2005-01-10Only compile in IPv6 support if ${USE_INET6} != "no"lukem
2005-01-05Install ipmon.5martti
2005-01-03On sparc64 u_quad_t (unsigned long) and %qd (long long int) are notmartin
2005-01-01Set -Wno-error on a per-source basis instead of the NOGCCERROR sledgehammer.lukem
2004-10-01Account for ipfilter move.christos
2004-07-23Upgraded IPFilter to 4.1.3martti
2004-05-23Use MKPRIVATELIB=yes instead of providing an empty libinstall:: target andlukem
2004-04-04install ippool(5) manual as well. from peter postma in PR#25053.mrg
2004-04-03Move kvm library spec to Makefile.inc, so that it gets specifiedhe
2004-03-31Simplify `bar.c: bar.y' (et al) rules by moving header dependencies whichlukem
2004-03-29Add -I. to CPPFLAGS or else the generated .c files losejmc
2004-03-29use iplang_l.l instead of iplang_l.c in SRCS, and tweak appropriatelylukem
2004-03-29de-lint makefiles:lukem
2004-03-29Don't call 'yacc'...Call ${YACC}jmc
2004-03-28give explicit dependancies where needed..mrg
2004-03-28Remove generated iplang_l.cmartti
2004-03-28Added missing depsmartti
2004-03-28Added ippool and libipfmartti
2004-03-28Sync with official IPFiltermartti
2003-09-13PR# standards/16143: hide struct uio from userland behind a __UIO_EXPOSEerh
2002-09-18use NETBSDSRCDIR as appropriatelukem
2002-08-27Implement MKDYNAMICROOT, which currently defaults to "no", but willlukem
2002-05-13ipf regression tests are in regress/sys/kern/ipfmartti
2002-04-24- in <bsd.files.mk>, don't clear FILES after using it, as that preventslukem
2002-04-09ignore potential error return from rm -rf resultsjdolecek
2002-03-14Added ip_log.c and few CPPFLAGS flagsmartti
2002-01-26Added few ipf examplesmartti
2002-01-24Fixed link between ipf.5 and ipf6.conf.5martti
2002-01-24Added missing libraries, filenames and man pagesmartti
2001-03-13add -lcurseschristos
2001-03-13add -DSTATETOP to enable top(1) style display for ipfstat.christos
2000-08-30Usejhawk
2000-07-04More #include <stdlib.h> string, etc. cleanupmatt
2000-06-12Reverse the order for bsd.subdir.mk and bsd.prog.mk.veego
2000-06-12Make it possible to use obj dirs for the 'make tests' in the test subdir.veego
2000-06-12Add the regress tests for n5, n6 and n7.veego
2000-05-03Update for IP Filter 3.4.1veego
2000-02-06First cut to make it work again.veego
2000-01-16remove .cvsignore files; if the tree doesn't clean completely, that's a bugcgd
1999-12-12Use the new IP Filter dist layout for.veego
1999-10-24Updated to the new NetBSD source layout with basesrc and syssrc.veego
1999-10-08s/ the the / the /msaitoh