<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>5729ebba - ipfilter: Move kernel bits to netpfil</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/sys/modules/ipfilter/Makefile#5729ebba</link>
        <description>ipfilter: Move kernel bits to netpfilThrough fixes and improvements our ipfilter sources have divergedenough to warrant move from contrib into sys/netpil. Now that I&apos;mplanning on implementing MSS clamping as in iptables it makes moresense to move ipfilter to netpfil.This is the first of three commits the ipfilter move.Suggested by glebius on two occaions.Suggested by and discussed with:	glebiusReviewed by:				glebius, kp (for #network)Differential Revision:		https://reviews.freebsd.org/D33510(cherry picked from commit 3b9b51fe464ebb91e894742a6a0e6417e256f03a)

            List of files:
            /freebsd-13.1/sys/modules/ipfilter/Makefile</description>
        <pubDate>Wed, 15 Dec 2021 16:28:18 +0000</pubDate>
        <dc:creator>Cy Schubert &lt;cy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>121d6c18 - Whitespace adjustment.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/sys/modules/ipfilter/Makefile#121d6c18</link>
        <description>Whitespace adjustment.MFC after:	3 days

            List of files:
            /freebsd-13.1/sys/modules/ipfilter/Makefile</description>
        <pubDate>Thu, 06 Jun 2019 03:02:25 +0000</pubDate>
        <dc:creator>Cy Schubert &lt;cy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cccc969b - Silence non-actionable warnings in vendor code</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/sys/modules/ipfilter/Makefile#cccc969b</link>
        <description>Silence non-actionable warnings in vendor codeWe can&apos;t modify vendor code so there&apos;s no signal in warnings from it.Similarly -Waddress-of-packed-member is not useful on networking codeas access to packed structures is fundamental to its operation.

            List of files:
            /freebsd-13.1/sys/modules/ipfilter/Makefile</description>
        <pubDate>Sat, 19 May 2018 00:04:01 +0000</pubDate>
        <dc:creator>Matt Macy &lt;mmacy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>193d9e76 - sys/modules: normalize .CURDIR-relative paths to SRCTOP</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/sys/modules/ipfilter/Makefile#193d9e76</link>
        <description>sys/modules: normalize .CURDIR-relative paths to SRCTOPThis simplifies make output/logicTested with:	`cd sys/modules; make ALL_MODULES=` on amd64MFC after:	1 monthSponsored by:	Dell EMC Isilon

            List of files:
            /freebsd-13.1/sys/modules/ipfilter/Makefile</description>
        <pubDate>Sat, 04 Mar 2017 10:10:17 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4906cdc8 - Re-support CWARNFLAGS, lost when bsd.sys.mk was removed. Also, support</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/sys/modules/ipfilter/Makefile#4906cdc8</link>
        <description>Re-support CWARNFLAGS, lost when bsd.sys.mk was removed. Also, supportCWARNFALGS.$file centrally so we don&apos;t have to have it in all theplaces. Remove a few warning flags that are no longer needed.Also, always use -Wno-unknown-pragma to (hopefully temporarily) workaround #pragma ident in debug.h in the opensolaris code. Remove somestale warning suppression that&apos;s no longer necessary.

            List of files:
            /freebsd-13.1/sys/modules/ipfilter/Makefile</description>
        <pubDate>Sat, 03 Jan 2015 03:35:18 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>aeaed508 - Move most of the 15 variations on generating opt_inet.h and</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/sys/modules/ipfilter/Makefile#aeaed508</link>
        <description>Move most of the 15 variations on generating opt_inet.h andopt_inet6.h into kmod.mk by forcing almost everybody to eat the samedogfood. While at it, consolidate the opt_bpf.h and opt_mroute.htargets here too.

            List of files:
            /freebsd-13.1/sys/modules/ipfilter/Makefile</description>
        <pubDate>Mon, 04 Aug 2014 22:37:02 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c6063d0d - Use src.opts.mk in preference to bsd.own.mk except where we need stuff</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/sys/modules/ipfilter/Makefile#c6063d0d</link>
        <description>Use src.opts.mk in preference to bsd.own.mk except where we need stufffrom the latter.

            List of files:
            /freebsd-13.1/sys/modules/ipfilter/Makefile</description>
        <pubDate>Tue, 06 May 2014 04:22:01 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3d3e01a2 - Turn off warnings about unused variables for a bunch of files under</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/sys/modules/ipfilter/Makefile#3d3e01a2</link>
        <description>Turn off warnings about unused variables for a bunch of files undercontrib/ipfilter.MFC after:	3 days

            List of files:
            /freebsd-13.1/sys/modules/ipfilter/Makefile</description>
        <pubDate>Sun, 29 Dec 2013 14:21:55 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>97a15669 - Disable several instances instances of clang&apos;s -Wself-assign warning.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/sys/modules/ipfilter/Makefile#97a15669</link>
        <description>Disable several instances instances of clang&apos;s -Wself-assign warning.All of these are harmless, and are in fact used to shut up warnings fromlint.While here, remove -Wno-missing-prototypes from the xfs moduleMakefile, as I could not reproduce those warnings either with gcc orclang.MFC after:	1 week

            List of files:
            /freebsd-13.1/sys/modules/ipfilter/Makefile</description>
        <pubDate>Fri, 30 Dec 2011 13:16:59 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e1fe3dba - Reimplementation of world/kernel build options.  For details, see:</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/sys/modules/ipfilter/Makefile#e1fe3dba</link>
        <description>Reimplementation of world/kernel build options.  For details, see:http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.htmlThe src.conf(5) manpage is to follow in a few days.Brought to you by:	imp, jhb, kris, phk, ru (all bugs are mine)

            List of files:
            /freebsd-13.1/sys/modules/ipfilter/Makefile</description>
        <pubDate>Fri, 17 Mar 2006 18:54:44 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>82292344 - Let modules use the kernel&apos;s opt_*.h files if built along with</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/sys/modules/ipfilter/Makefile#82292344</link>
        <description>Let modules use the kernel&apos;s opt_*.h files if built along withthe kernel by wrapping all targets for fake opt_*.h files in.if defined(KERNBUILDDIR).  Thus, such fake files won&apos;t becreated at all if modules are built with the kernel.Some modules undergo cleanup like removing unused or unneededoptions or .h files, without which they wouldn&apos;t build this wayor the other.Reviewed by:	ruTested by:	no binary changes in modules built aloneTested on:	i386 sparc64 amd64

            List of files:
            /freebsd-13.1/sys/modules/ipfilter/Makefile</description>
        <pubDate>Fri, 14 Oct 2005 23:30:17 +0000</pubDate>
        <dc:creator>Yaroslav Tykhiy &lt;ytykhiy@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>cff62818 - Fix standalone module build.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/sys/modules/ipfilter/Makefile#cff62818</link>
        <description>Fix standalone module build.Reported by:	Boris Samorodov &lt;bsam@ipt.ru&gt;

            List of files:
            /freebsd-13.1/sys/modules/ipfilter/Makefile</description>
        <pubDate>Fri, 03 Jun 2005 15:31:10 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1033f3c5 - new files and compile defines to build new ipfilter</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/sys/modules/ipfilter/Makefile#1033f3c5</link>
        <description>new files and compile defines to build new ipfilter

            List of files:
            /freebsd-13.1/sys/modules/ipfilter/Makefile</description>
        <pubDate>Mon, 25 Apr 2005 18:46:00 +0000</pubDate>
        <dc:creator>Darren Reed &lt;darrenr@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4a8ad3da - Don&apos;t define PFIL_HOOKS.  It&apos;s no longer required in RELENG_5 or HEAD.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/sys/modules/ipfilter/Makefile#4a8ad3da</link>
        <description>Don&apos;t define PFIL_HOOKS.  It&apos;s no longer required in RELENG_5 or HEAD.

            List of files:
            /freebsd-13.1/sys/modules/ipfilter/Makefile</description>
        <pubDate>Sat, 25 Dec 2004 00:23:36 +0000</pubDate>
        <dc:creator>Scott Long &lt;scottl@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>731db6a4 - NOINET6 -&gt; NO_INET6</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/sys/modules/ipfilter/Makefile#731db6a4</link>
        <description>NOINET6 -&gt; NO_INET6

            List of files:
            /freebsd-13.1/sys/modules/ipfilter/Makefile</description>
        <pubDate>Tue, 21 Dec 2004 10:49:29 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>578a6502 - Recognise NOINET6 as an indication to not build IPv6 enabled source even</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/sys/modules/ipfilter/Makefile#578a6502</link>
        <description>Recognise NOINET6 as an indication to not build IPv6 enabled source evenif FreeBSD header files, etc, support it.Submitted by:	Sergey Mokryshev &lt;mokr@mokr.net&gt;

            List of files:
            /freebsd-13.1/sys/modules/ipfilter/Makefile</description>
        <pubDate>Tue, 08 Jun 2004 23:52:22 +0000</pubDate>
        <dc:creator>Darren Reed &lt;darrenr@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e885d527 - IPv6 is on by default in GENERIC so enable IPv6 in IPFilter too by default.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/sys/modules/ipfilter/Makefile#e885d527</link>
        <description>IPv6 is on by default in GENERIC so enable IPv6 in IPFilter too by default.PR:		kern/57730Submitted by:	FUKAUMI Naoki &lt;fukaumi@soum.co.jp&gt;

            List of files:
            /freebsd-13.1/sys/modules/ipfilter/Makefile</description>
        <pubDate>Tue, 20 Apr 2004 14:06:42 +0000</pubDate>
        <dc:creator>Darren Reed &lt;darrenr@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3fe1b4f5 - update to reflect PFIL_HOOKS api changes</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/sys/modules/ipfilter/Makefile#3fe1b4f5</link>
        <description>update to reflect PFIL_HOOKS api changesSupported by:	FreeBSD Foundation

            List of files:
            /freebsd-13.1/sys/modules/ipfilter/Makefile</description>
        <pubDate>Tue, 23 Sep 2003 17:55:04 +0000</pubDate>
        <dc:creator>Sam Leffler &lt;sam@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>17d6c636 - Drop &lt;bsd.man.mk&gt; support from &lt;bsd.kmod.mk&gt;.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/sys/modules/ipfilter/Makefile#17d6c636</link>
        <description>Drop &lt;bsd.man.mk&gt; support from &lt;bsd.kmod.mk&gt;.Not objected to by:	-current

            List of files:
            /freebsd-13.1/sys/modules/ipfilter/Makefile</description>
        <pubDate>Fri, 11 Jan 2002 15:49:02 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>88d74af5 - Relocate IPFilter from sys/netinet to sys/contrib/ipfilter.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/sys/modules/ipfilter/Makefile#88d74af5</link>
        <description>Relocate IPFilter from sys/netinet to sys/contrib/ipfilter.

            List of files:
            /freebsd-13.1/sys/modules/ipfilter/Makefile</description>
        <pubDate>Thu, 07 Jun 2001 04:06:21 +0000</pubDate>
        <dc:creator>Jonathan Lemon &lt;jlemon@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
