History log of /freebsd-10-stable/sys/modules/ipfilter/
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
260274 04-Jan-2014 dim

MFC r260039:

Turn off warnings about unused variables for a bunch of files under
contrib/ipfilter.

256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


255332 06-Sep-2013 cy

Update ipfilter 4.1.28 --> 5.1.2.

Approved by: glebius (mentor)
BSD Licensed by: Darren Reed <darrenr@reed.wattle.id.au> (author)


228994 30-Dec-2011 dim

Disable several instances instances of clang's -Wself-assign warning.
All of these are harmless, and are in fact used to shut up warnings from
lint.

While here, remove -Wno-missing-prototypes from the xfs module
Makefile, as I could not reproduce those warnings either with gcc or
clang.

MFC after: 1 week


156813 17-Mar-2006 ru

Reimplementation of world/kernel build options. For details, see:

http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html

The src.conf(5) manpage is to follow in a few days.

Brought to you by: imp, jhb, kris, phk, ru (all bugs are mine)


151350 14-Oct-2005 yar

Let modules use the kernel's opt_*.h files if built along with
the kernel by wrapping all targets for fake opt_*.h files in
.if defined(KERNBUILDDIR). Thus, such fake files won't be
created at all if modules are built with the kernel.

Some modules undergo cleanup like removing unused or unneeded
options or .h files, without which they wouldn't build this way
or the other.

Reviewed by: ru
Tested by: no binary changes in modules built alone
Tested on: i386 sparc64 amd64


146934 03-Jun-2005 ru

Fix standalone module build.

Reported by: Boris Samorodov <bsam@ipt.ru>


145523 25-Apr-2005 darrenr

new files and compile defines to build new ipfilter


139283 25-Dec-2004 scottl

Don't define PFIL_HOOKS. It's no longer required in RELENG_5 or HEAD.


139115 21-Dec-2004 ru

NOINET6 -> NO_INET6


130253 08-Jun-2004 darrenr

Recognise NOINET6 as an indication to not build IPv6 enabled source even
if FreeBSD header files, etc, support it.

Submitted by: Sergey Mokryshev <mokr@mokr.net>


128476 20-Apr-2004 darrenr

IPv6 is on by default in GENERIC so enable IPv6 in IPFilter too by default.

PR: kern/57730
Submitted by: FUKAUMI Naoki <fukaumi@soum.co.jp>


120387 23-Sep-2003 sam

update to reflect PFIL_HOOKS api changes

Supported by: FreeBSD Foundation


89260 11-Jan-2002 ru

Drop <bsd.man.mk> support from <bsd.kmod.mk>.

Not objected to by: -current


77854 07-Jun-2001 jlemon

Relocate IPFilter from sys/netinet to sys/contrib/ipfilter.


70711 06-Jan-2001 obrien

Use a consistent style and one much closer to the rest of /usr/src


65423 04-Sep-2000 gshapiro

Fix typo


64082 01-Aug-2000 ache

Back out opt_ipfilter.h creation I add recently and add -DIPFILTER=1
to CFLAGS instead
According to other sources, opt_ipfilter.h not supposed to be included for
modules


64079 01-Aug-2000 ache

Fix prev. commit: NIPFILTER -> IPFILTER


64077 31-Jul-2000 ache

Generate opt_ipfilter.h to fix 'make depend'


60966 27-May-2000 peter

Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead of
encoding the relative path.


59951 04-May-2000 peter

Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk.
This means that the kernel can be totally self contained now and is not
dependent on the last buildworld to update /usr/share/mk. This might
also make it easier to build 5.x kernels on 4.0 boxes etc, assuming
gensetdefs and config(8) are updated.


54220 06-Dec-1999 guido

Add forgotten ip_fil.c and fil.c to kld version

Remove mlfk_ipl.c from here: no sources allowed in these directories!


53646 23-Nov-1999 guido

Add ipfilter kld and wire it in.