aboutsummaryrefslogtreecommitdiff
path: root/sbin/ipmon
Commit message (Collapse)AuthorAgeFilesLines
* remove old directories used to build ipfilter toolsDarren Reed2005-04-251-15/+0
| | | | Notes: svn path=/head/; revision=145526
* Let bsd.prog.mk set SRCS and MAN to their default values.Ruslan Ermilov2005-01-281-1/+0
| | | | Notes: svn path=/head/; revision=140941
* style.Makefile(5):Johan Karlsson2004-02-231-1/+1
| | | | | | | Use WARNS?= instead of WARNS=. Notes: svn path=/head/; revision=126178
* Move my maintainership of parts of ipfilter back to Darren ReedGuido van Rooij2003-06-061-1/+1
| | | | Notes: svn path=/head/; revision=115895
* Change the default syslog facility from LOG_LOCAL0 to LOG_SECURITY afterDarren Reed2003-04-051-1/+1
| | | | | | | discussion on security@freebsd.org. Notes: svn path=/head/; revision=113116
* * add extra -I path to get the "matching" header files. (and split the oneDarren Reed2002-03-201-1/+3
| | | | | | | line up into three to make it more readable) Notes: svn path=/head/; revision=92775
* Default to WARNS=2.David E. O'Brien2001-12-041-0/+1
| | | | | | | | | Binary builds that cannot handle this must explicitly set WARNS=0. Reviewed by: mike Notes: svn path=/head/; revision=87325
* Removed -I${.CURDIR}/.../sys from CFLAGS.Ruslan Ermilov2001-05-181-1/+1
| | | | Notes: svn path=/head/; revision=76812
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-2/+1
| | | | | | | - MAN[1-9] -> MAN. Notes: svn path=/head/; revision=74815
* Build with -DUSE_INET6 so that we can actually use the IPv6 support inJacques Vidrine2000-10-311-1/+1
| | | | | | | | | IPFilter 3.4.x. Approved by: darrenr, guido Notes: svn path=/head/; revision=68111
* Add ipl.4 manpageGuido van Rooij2000-02-091-0/+1
| | | | Notes: svn path=/head/; revision=57098
* Add MAINTAINER tag.Guido van Rooij1999-12-151-0/+2
| | | | | | | | The Makefiles in sbin/{ipfstat,ipmon,ipnat} were repository copied from the respective directories in usr.sbin Notes: svn path=/head/; revision=54653
* Revive userland stuff for ipfilter.Guido van Rooij1999-11-231-0/+11
| | | | | | | | Also fixes: PR: 7791 Notes: svn path=/head/; revision=53643
* Nuke the old antique copy of ipfilter from the tree. This is old enoughPeter Wemm1999-10-101-11/+0
| | | | | | | | to be dangerous. It will better serve us as a port building a KLD, ala SKIP. Notes: svn path=/head/; revision=52088
* Install ipmon.8 in man8/ not man1/.Joseph Koshy1998-08-301-1/+1
| | | | | | | | PR: 7778 Submitted by: horikawa@jp.freebsd.org Notes: svn path=/head/; revision=38637
* Initial bmake scaffolding for ipfilter userland stuff.Peter Wemm1998-03-211-0/+11
Obtained from: large chunks stolen from OpenBSD and NetBSD Notes: svn path=/head/; revision=34753