<?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>031beb4e - sys: Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/pfsync/Makefile#031beb4e</link>
        <description>sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/sys/modules/pfsync/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 17:54:58 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>813c5b75 - pfsync: prepare code to accommodate AF_INET6 family</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/pfsync/Makefile#813c5b75</link>
        <description>pfsync: prepare code to accommodate AF_INET6 familyWork is ongoing to add support for pfsync over IPv6. This required somechanges to allow for differentiating between the two families in a moregeneric way.This patch converts the relevant ioctls to using nvlists, making futureextensions (such as supporting IPv6 addresses) easier.Sponsored by:	InnoGames GmbHDifferential Revision:	https://reviews.freebsd.org/D36277

            List of files:
            /freebsd-14.2/sys/modules/pfsync/Makefile</description>
        <pubDate>Wed, 09 Nov 2022 11:40:43 +0000</pubDate>
        <dc:creator>Luiz Amaral &lt;email@luiz.eng.br&gt;</dc:creator>
    </item>
<item>
        <title>4733f21f - pflog/pfsync: Fix module build with VIMAGE=yes</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/pfsync/Makefile#4733f21f</link>
        <description>pflog/pfsync: Fix module build with VIMAGE=yespflog and pfsync&apos;s module Makefile fails to include opt_global.h to SRCSleading to build error for VIMAGE case.Reproduced with:cd /usr/src/sys/modules/pflog &amp;&amp; make VIMAGE=yesPR:		229404Submitted by:	eugen@MFC after:	1 week

            List of files:
            /freebsd-14.2/sys/modules/pfsync/Makefile</description>
        <pubDate>Sun, 01 Jul 2018 18:09:16 +0000</pubDate>
        <dc:creator>Kristof Provost &lt;kp@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-14.2/sys/modules/pfsync/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-14.2/sys/modules/pfsync/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>497e8091 - Remove the old depend (mkdep) code and make FAST_DEPEND the one true way.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/pfsync/Makefile#497e8091</link>
        <description>Remove the old depend (mkdep) code and make FAST_DEPEND the one true way.Reviewed by:	emaste, hselasky (partial), brooks (brief)Discussed on:	arch@Sponsored by:	EMC / Isilon Storage DivisionDifferential Revision:	https://reviews.freebsd.org/D5742

            List of files:
            /freebsd-14.2/sys/modules/pfsync/Makefile</description>
        <pubDate>Wed, 30 Mar 2016 23:50:23 +0000</pubDate>
        <dc:creator>Bryan Drewery &lt;bdrewery@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-14.2/sys/modules/pfsync/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-14.2/sys/modules/pfsync/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-14.2/sys/modules/pfsync/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-14.2/sys/modules/pfsync/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>3b3a8eb9 - o Create directory sys/netpfil, where all packet filters should</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/pfsync/Makefile#3b3a8eb9</link>
        <description>o Create directory sys/netpfil, where all packet filters should  reside, and move there ipfw(4) and pf(4).o Move most modified parts of pf out of contrib.Actual movements:sys/contrib/pf/net/*.c		-&gt; sys/netpfil/pf/sys/contrib/pf/net/*.h		-&gt; sys/net/contrib/pf/pfctl/*.c		-&gt; sbin/pfctlcontrib/pf/pfctl/*.h		-&gt; sbin/pfctlcontrib/pf/pfctl/pfctl.8	-&gt; sbin/pfctlcontrib/pf/pfctl/*.4		-&gt; share/man/man4contrib/pf/pfctl/*.5		-&gt; share/man/man5sys/netinet/ipfw		-&gt; sys/netpfil/ipfwThe arguable movement is pf/net/*.h -&gt; sys/net. There arefuture plans to refactor pf includes, so I decided not tobreak things twice.Not modified bits of pf left in contrib: authpf, ftp-proxy,tftp-proxy, pflogd.The ipfw(4) movement is planned to be merged to stable/9,to make head and stable match.Discussed with:		bz, luigi

            List of files:
            /freebsd-14.2/sys/modules/pfsync/Makefile</description>
        <pubDate>Fri, 14 Sep 2012 11:51:49 +0000</pubDate>
        <dc:creator>Gleb Smirnoff &lt;glebius@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>538c3a7c - In FreeBSD we always have bpf(4) API, either real or stub. No need</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/pfsync/Makefile#538c3a7c</link>
        <description>In FreeBSD we always have bpf(4) API, either real or stub. No needin detecting presense of &apos;device bpf&apos;.

            List of files:
            /freebsd-14.2/sys/modules/pfsync/Makefile</description>
        <pubDate>Thu, 22 Dec 2011 18:31:47 +0000</pubDate>
        <dc:creator>Gleb Smirnoff &lt;glebius@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1ffe5d76 - Make pf* modules respect NOINET6 from make.conf(5) in order to build them</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/pfsync/Makefile#1ffe5d76</link>
        <description>Make pf* modules respect NOINET6 from make.conf(5) in order to build themfor INET6-less kernel.Requested by:	manyApproved by:	bms(mentor)

            List of files:
            /freebsd-14.2/sys/modules/pfsync/Makefile</description>
        <pubDate>Tue, 06 Apr 2004 15:12:50 +0000</pubDate>
        <dc:creator>Max Laier &lt;mlaier@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cc5934f5 - Tweak existing header and other build infrastructure to be able to build</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/pfsync/Makefile#cc5934f5</link>
        <description>Tweak existing header and other build infrastructure to be able to buildpf/pflog/pfsync as modules. Do not list them in NOTES or modules/Makefile(i.e. do not connect it to any (automatic) builds - yet).Approved by: bms(mentor)

            List of files:
            /freebsd-14.2/sys/modules/pfsync/Makefile</description>
        <pubDate>Thu, 26 Feb 2004 03:53:54 +0000</pubDate>
        <dc:creator>Max Laier &lt;mlaier@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
