summaryrefslogtreecommitdiff
path: root/usr.sbin/ipf
AgeCommit message (Collapse)Author
2003-09-13PR# standards/16143: hide struct uio from userland behind a __UIO_EXPOSEerh
ifdef. Define this when building ipf, since it shares code between the kernel and userland and uses struct uio.
2002-09-18use NETBSDSRCDIR as appropriatelukem
2002-08-27Implement MKDYNAMICROOT, which currently defaults to "no", but willlukem
be changed in the future to "yes". If MKDYNAMICROOT == "no", there is no change from existing behaviour of a static /bin and /sbin (and a few programs in elsewhere). If MKDYNAMICROOT == "yes", the following changes occur: in <bsd.own.mk>: SHLIBDIR?= /lib SHLINKDIR?= /lib in various Makefiles, the following entry is DISABLED. LDSTATIC?=-static This results in all programs (except those "standalone" programs built in sys/arch/*/stand) are linked dynamically, the shared linker is moved from /usr/libexec to /lib (with a compat symlink), and the shared libraries used by /bin and /sbin programs are moved from /usr/lib to /lib (with compat symlinks).
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
make -V FILES from being useful (and given that every other variable can be extracted using make -V, the behaviour was unusually inconsistent given that the original reason for clearing it doesn't seem to be relevant anymore) - use <bsd.prog.mk> instead of directly including <bsd.files.mk> (and possibly <bsd.man.mk> or <bsd.own.mk>) - remove obsolete NOPROG
2002-04-09ignore potential error return from rm -rf resultsjdolecek
this fixes part of misc/16227 by Stoned Elipot
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
${MAKE} instead of make
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
TODO: make it work with obj dirs.
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
We are now at version 3.3.5.
1999-10-24Updated to the new NetBSD source layout with basesrc and syssrc.veego
Apply the MKMAN and MKSHARE changes which someone changed in the Makefiles but did not apply them here. Add the mediaone example. Changes for the new ipfilter version 3.3.3.
1999-10-08s/ the the / the /msaitoh
1999-09-26Need <sys/param.h> for MAXHOSTNAMELEN.kleink
1999-09-21Fixed typo. (invalud -> invalid)mason
1999-09-09Fixed typo. inbould -> inboundmason
1999-03-22More and more .Os cleanups. .Os is defined in the tmac.doc-common file,garbled
so we shouldn't override it with versions in the manpages. Many more to come.
1999-03-22Add my NAT configuration as an example.mycroft
1999-03-06Fix minor formatting error.mycroft
1999-02-14fix make MKSHARE=no by not protecting MAN=... with MKSHARE != no.lukem
(noted by mjl@netbsd.org)
1999-02-13convert from NOxxx= to MKxxx=no.lukem
include <bsd.own.mk> if testing a MKxxx variable.
1999-01-29Add descriptions of fields in the ipmon output. I considered convertingcjs
this to mandoc and didn't, but that's not to say we should or shouldn't.
1999-01-13Back out previous removal of BUGS section.garbled
1999-01-12Inform users of the kernel options necc. to run these programs, andgarbled
point them to options(4) for more details. Also point out that ipf is necc. for ipnat to function. Oh, and convert ipnat.8 to mandoc while I was in here... was easier to convert it then rewrite my stuff after I noticed.. Closes PR# 4813 by Jeff Thieleke
1999-01-12Remove bugs section and blackhole email address per PR# 5247.garbled
1998-11-29Even though they're u_quad_t's, GCC expects unsigned long long if usingthorpej
%qu, and u_quad_t's are unsigned longs on LP64 platforms. So, cast them.
1998-11-22merge ipf 3.2.10mrg
1998-11-22ip filter version 3.2.10mrg
1998-10-30Bail out instead of core-dumping if we don't understand the port range operator.ws
1998-09-29don't install in /usr/share if NOSHARE is definedlukem
1998-09-27don't install in /usr/share if NOSHARE is definedlukem
1998-08-27Add {} pairs to shut up egcs.ross
1998-07-14Fix typo, closes pr 5753 by Mason Loring Bliss.frueauf
1998-07-12Resolve conflict from the import.veego
1998-07-12Import IP Filter 3.2.9veego
1998-07-12ups, forgot to remove the #'s.veego
1998-07-12Fix the 'RCS tag' conversion.veego
1998-07-06- use an array MAXHOSTNAMELEN+1 size to hold hostnamesmrg
- ensure hostname from gethostname() is nul-terminated in all cases - minor KNF - use MAXHOSTNAMELEN over various other values/defines - be safe will buffers that hold hostnames
1998-05-29Ups, again put the NetBSD rcs id into this files.veego
1998-05-29Remove 14 and the hole results directory during a make clean.veego