History log of /freebsd-current/sbin/ipf/Makefile
Revision Date Author Comments
# d0b2dbfa 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line sh pattern

Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/


# 41edb306 15-Dec-2021 Cy Schubert <cy@FreeBSD.org>

ipfilter: Move userland bits to sbin

Through fixes and improvements our ipfilter sources have diverged
enough to warrant move from contrib into sbin/ipf. Now that I'm
planning on implementing MSS clamping as in iptables it makes more
sense to move ipfilter to sbin.

This is the second of three commits of the ipfilter move.

Suggested by glebius on two occaions.

Suggested by and discussed with: glebius
Reviewed by: glebius, kp (for #network)
MFC after: 1 month
Differential Revision: https://reviews.freebsd.org/D33510


# 48fa9d44 13-Mar-2017 Cy Schubert <cy@FreeBSD.org>

Disconnect ipftest and ipresend from the build until it can be verified
that they still work. These utilities have become out of sync with the
code in the kernel and need work to bring them back into shape.
Most people test on real systems or VMs on real networks.

Suggested by: glebius


# 92044f3e 13-Mar-2017 Cy Schubert <cy@FreeBSD.org>

Revert r315218 so that it may be committed together with r315219.


# f0a75133 13-Mar-2017 Cy Schubert <cy@FreeBSD.org>

Disconnect ipftest and ipresend from the build until it can be verified
that they still work. These utilities have become out of sync with the
code in the kernel and need work to bring them back into shape.
Most people test on real systems or VMs on real networks.

Sugested by: glebius


# 6a8077f3 25-Sep-2015 Bryan Drewery <bdrewery@FreeBSD.org>

Add SUBDIR_PARALLEL.

MFC after: 2 weeks
Sponsored by: EMC / Isilon Storage Division


# a98533d3 25-Sep-2015 Bryan Drewery <bdrewery@FreeBSD.org>

Remove disconnected directories.

These were added disconnected in 2005 in r145524.

Sponsored by: EMC / Isilon Storage Division


# a7d5f7eb 19-Oct-2010 Jamie Gritton <jamie@FreeBSD.org>

A new jail(8) with a configuration file, to replace the work currently done
by /etc/rc.d/jail.


# fe0506d7 09-Mar-2010 Marcel Moolenaar <marcel@FreeBSD.org>

Create the altix project branch. The altix project will add support
for the SGI Altix 350 to FreeBSD/ia64. The hardware used for porting
is a two-module system, consisting of a base compute module and a
CPU expansion module. SGI's NUMAFlex architecture can be an excellent
platform to test CPU affinity and NUMA-aware features in FreeBSD.


# d7f03759 19-Oct-2008 Ulf Lilleengen <lulf@FreeBSD.org>

- Import the HEAD csup code which is the basis for the cvsmode work.


# f81bd860 25-Apr-2005 Darren Reed <darrenr@FreeBSD.org>

create a new build heirarchy for ipfilter tools


# 74130150 07-Jan-2005 Guido van Rooij <guido@FreeBSD.org>

Link a couple of missing manpages

Submitted by: Hideyuki KURASHINA <rushani@FreeBSD.org>
MFC after: 1 week


# 604d24db 23-Feb-2004 Johan Karlsson <johan@FreeBSD.org>

style.Makefile(5):
Use WARNS?= instead of WARNS=.


# aff35e3a 06-Jun-2003 Guido van Rooij <guido@FreeBSD.org>

Move my maintainership of parts of ipfilter back to Darren Reed


# 1bdb47d6 20-Mar-2002 Darren Reed <darrenr@FreeBSD.org>

* add extra -I path to get the "matching" header files.


# 2d68bf45 03-Dec-2001 David E. O'Brien <obrien@FreeBSD.org>

Default to WARNS=2.
Binary builds that cannot handle this must explicitly set WARNS=0.

Reviewed by: mike


# 478e7bb6 18-Jun-2001 Ruslan Ermilov <ru@FreeBSD.org>

Pick up the correct headers from sys/contrib/ipfilter/netinet.


# 2107b6c6 11-Jun-2001 Ruslan Ermilov <ru@FreeBSD.org>

Backout previous change (removal of -I${.CURDIR}/../../sys/netinet).
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


# 3ab9a9d0 18-May-2001 Ruslan Ermilov <ru@FreeBSD.org>

Removed -I${.CURDIR}/.../sys from CFLAGS.


# 0a5779d4 26-Mar-2001 Ruslan Ermilov <ru@FreeBSD.org>

- Backout botched attempt to introduce MANSECT feature.
- MAN[1-9] -> MAN.


# 9629a4e9 31-Oct-2000 Jacques Vidrine <nectar@FreeBSD.org>

Build with -DUSE_INET6 so that we can actually use the IPv6 support in
IPFilter 3.4.x.

Approved by: darrenr, guido


# d3215ca1 24-May-2000 Darren Reed <darrenr@FreeBSD.org>

add common.c to SRCS to fix compile problems


# 659c54f0 15-Dec-1999 Guido van Rooij <guido@FreeBSD.org>

Add MAINTAINER tag.

The Makefiles in sbin/{ipfstat,ipmon,ipnat} were repository copied
from the respective directories in usr.sbin


# ebcb6d9e 23-Nov-1999 Guido van Rooij <guido@FreeBSD.org>

Revive userland stuff for ipfilter.
Also fixes:
PR: 7791


# bd3c4bb2 10-Oct-1999 Peter Wemm <peter@FreeBSD.org>

Nuke the old antique copy of ipfilter from the tree. This is old enough
to be dangerous. It will better serve us as a port building a KLD,
ala SKIP.


# 5021f740 21-Mar-1998 Peter Wemm <peter@FreeBSD.org>

Initial bmake scaffolding for ipfilter userland stuff.

Obtained from: large chunks stolen from OpenBSD and NetBSD