summaryrefslogtreecommitdiffstats
path: root/sbin/ipfstat
Commit message (Collapse)AuthorAgeFilesLines
* remove old directories used to build ipfilter toolsdarrenr2005-04-251-19/+0
|
* style.Makefile(5):johan2004-02-231-1/+1
| | | | Use WARNS?= instead of WARNS=.
* Move my maintainership of parts of ipfilter back to Darren Reedguido2003-06-061-1/+1
|
* Hopefully fix make world.alfred2002-03-191-1/+1
| | | | Submitted by: Steve Kargl <sgk@troutmask.apl.washington.edu>
* both ipnat and ipfstat now use libkvm rather than their own home-rolleddarrenr2002-03-191-2/+2
| | | | | kmem accessors, allowing them to be used with crash dumps as well as live systems, now.
* Default to WARNS=2.obrien2001-12-041-0/+1
| | | | | | Binary builds that cannot handle this must explicitly set WARNS=0. Reviewed by: mike
* IPFilter source code in contrib/ipfilter apparently can't make up its mindjlemon2001-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
* Fixed DPADD.ru2001-06-231-2/+2
| | | | Submitted by: bde
* Pick up the correct headers from sys/contrib/ipfilter/netinet.ru2001-06-181-1/+3
|
* Backout previous change (removal of -I${.CURDIR}/../../sys/netinet).ru2001-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
* Removed -I${.CURDIR}/.../sys from CFLAGS.ru2001-05-181-1/+1
|
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-0/+1
| | | | - MAN[1-9] -> MAN.
* Set the default manual section for sbin/ to 8.ru2001-03-201-1/+0
|
* Build with -DUSE_INET6 so that we can actually use the IPv6 support innectar2000-10-311-1/+1
| | | | | | IPFilter 3.4.x. Approved by: darrenr, guido
* Darren,darrenr2000-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
* add common.c to SRCS to fix compile problemsdarrenr2000-05-241-1/+1
|
* Add MAINTAINER tag.guido1999-12-151-0/+2
| | | | | The Makefiles in sbin/{ipfstat,ipmon,ipnat} were repository copied from the respective directories in usr.sbin
* Revive userland stuff for ipfilter.guido1999-11-231-0/+10
| | | | | Also fixes: PR: 7791
* Nuke the old antique copy of ipfilter from the tree. This is old enoughpeter1999-10-101-10/+0
| | | | | to be dangerous. It will better serve us as a port building a KLD, ala SKIP.
* Initial bmake scaffolding for ipfilter userland stuff.peter1998-03-211-0/+10
Obtained from: large chunks stolen from OpenBSD and NetBSD
OpenPOWER on IntegriCloud