aboutsummaryrefslogtreecommitdiff
path: root/sbin/ipfstat
Commit message (Collapse)AuthorAgeFilesLines
* remove old directories used to build ipfilter toolsDarren Reed2005-04-251-19/+0
| | | | Notes: svn path=/head/; revision=145526
* 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
* Hopefully fix make world.Alfred Perlstein2002-03-191-1/+1
| | | | | | | Submitted by: Steve Kargl <sgk@troutmask.apl.washington.edu> Notes: svn path=/head/; revision=92729
* both ipnat and ipfstat now use libkvm rather than their own home-rolledDarren Reed2002-03-191-2/+2
| | | | | | | | kmem accessors, allowing them to be used with crash dumps as well as live systems, now. Notes: svn path=/head/; revision=92701
* 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
* IPFilter source code in contrib/ipfilter apparently can't make up its mindJonathan Lemon2001-09-031-0/+1
| | | | | | | | | | | | | where the headers should live, as the code references both "ip_fil.h" and "netinet/ip_fil.h" (among others). As a consequence, put both sys/contrib/ipfilter and sys/contrib/ipfilter/netinet to the include path so either variant works. PR: 29384 Pointed out by: Thomas.Quinot@Cuivre.FR.EU.ORG Notes: svn path=/head/; revision=82877
* Fixed DPADD.Ruslan Ermilov2001-06-231-2/+2
| | | | | | | Submitted by: bde Notes: svn path=/head/; revision=78657
* Pick up the correct headers from sys/contrib/ipfilter/netinet.Ruslan Ermilov2001-06-181-1/+3
| | | | Notes: svn path=/head/; revision=78416
* Backout previous change (removal of -I${.CURDIR}/../../sys/netinet).Ruslan Ermilov2001-06-111-1/+1
| | | | | | | | | | | | | This is needed to pick up the right headers. Wrong headers from src/contrib/ipfilter are used otherwise. The right fix would be to fix contrib/ipfilter C sources to pick up headers from <sys/netinet>. Noticed by: peter Notes: svn path=/head/; revision=78080
* 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-0/+1
| | | | | | | - MAN[1-9] -> MAN. Notes: svn path=/head/; revision=74815
* Set the default manual section for sbin/ to 8.Ruslan Ermilov2001-03-201-1/+0
| | | | Notes: svn path=/head/; revision=74531
* 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
* Darren,Darren Reed2000-07-301-1/+4
| | | | | | | | | | | | | | Could you please enable my "state top" patches in the FreeBSD distribution. I developped the stuff under FreeBSD, so it must be good there :-) Here is a patch (relative to the RELENG_4 branch). Thanks, Frank Notes: svn path=/head/; revision=64018
* add common.c to SRCS to fix compile problemsDarren Reed2000-05-241-1/+1
| | | | Notes: svn path=/head/; revision=60885
* 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/+10
| | | | | | | | 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-10/+0
| | | | | | | | to be dangerous. It will better serve us as a port building a KLD, ala SKIP. Notes: svn path=/head/; revision=52088
* Initial bmake scaffolding for ipfilter userland stuff.Peter Wemm1998-03-211-0/+10
Obtained from: large chunks stolen from OpenBSD and NetBSD Notes: svn path=/head/; revision=34753