<?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 2025</copyright>
    <generator>Java</generator><item>
        <title>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://opengrok.net:8080/history/src/sys/modules/pfsync/Makefile#e9ac41698b2f322d55ccf9da50a3596edb2c1800</link>
        <description>Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I&apos;ll just run the command on the branches)Sponsored by: Netflix

            List of files:
            /src/sys/modules/pfsync/Makefile</description>
        <pubDate>Mon, 15 Jul 2024 04:46:32 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>031beb4e239bfce798af17f5fe8dba8bcaf13d99 - sys: Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://opengrok.net:8080/history/src/sys/modules/pfsync/Makefile#031beb4e239bfce798af17f5fe8dba8bcaf13d99</link>
        <description>sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /src/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>813c5b75e68073a724fdc032b24a12baeab8f6d9 - pfsync: prepare code to accommodate AF_INET6 family</title>
        <link>http://opengrok.net:8080/history/src/sys/modules/pfsync/Makefile#813c5b75e68073a724fdc032b24a12baeab8f6d9</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:
            /src/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>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://opengrok.net:8080/history/src/sys/modules/pfsync/Makefile#e9ac41698b2f322d55ccf9da50a3596edb2c1800</link>
        <description>Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I&apos;ll just run the command on the branches)Sponsored by: Netflix

            List of files:
            /src/sys/modules/pfsync/Makefile</description>
        <pubDate>Mon, 15 Jul 2024 04:46:32 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>031beb4e239bfce798af17f5fe8dba8bcaf13d99 - sys: Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://opengrok.net:8080/history/src/sys/modules/pfsync/Makefile#031beb4e239bfce798af17f5fe8dba8bcaf13d99</link>
        <description>sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /src/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>813c5b75e68073a724fdc032b24a12baeab8f6d9 - pfsync: prepare code to accommodate AF_INET6 family</title>
        <link>http://opengrok.net:8080/history/src/sys/modules/pfsync/Makefile#813c5b75e68073a724fdc032b24a12baeab8f6d9</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:
            /src/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>4733f21ffed01fb628180e78f8109358f8011179 - pflog/pfsync: Fix module build with VIMAGE=yes</title>
        <link>http://opengrok.net:8080/history/src/sys/modules/pfsync/Makefile#4733f21ffed01fb628180e78f8109358f8011179</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:
            /src/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>193d9e768ba63fcfb187cfd17f461f7d41345048 - sys/modules: normalize .CURDIR-relative paths to SRCTOP</title>
        <link>http://opengrok.net:8080/history/src/sys/modules/pfsync/Makefile#193d9e768ba63fcfb187cfd17f461f7d41345048</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:
            /src/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>d60840138f6292c1ceeb177ebe797eca0b2749da - MFH</title>
        <link>http://opengrok.net:8080/history/src/sys/modules/pfsync/Makefile#d60840138f6292c1ceeb177ebe797eca0b2749da</link>
        <description>MFHSponsored by:	The FreeBSD Foundation

            List of files:
            /src/sys/modules/pfsync/Makefile</description>
        <pubDate>Mon, 04 Apr 2016 23:55:32 +0000</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>497e80911e0033a44f608c5c912024997ffb5d3c - Remove the old depend (mkdep) code and make FAST_DEPEND the one true way.</title>
        <link>http://opengrok.net:8080/history/src/sys/modules/pfsync/Makefile#497e80911e0033a44f608c5c912024997ffb5d3c</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:
            /src/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>9268022b74279434ed6300244e3f977e56a8ceb5 - Merge from head@274682</title>
        <link>http://opengrok.net:8080/history/src/sys/modules/pfsync/Makefile#9268022b74279434ed6300244e3f977e56a8ceb5</link>
        <description>Merge from head@274682

            List of files:
            /src/sys/modules/pfsync/Makefile</description>
        <pubDate>Wed, 19 Nov 2014 01:07:58 +0000</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>246e7a2b6494cd991b08ac669ed761ecea0cc98c - IFC @r269962</title>
        <link>http://opengrok.net:8080/history/src/sys/modules/pfsync/Makefile#246e7a2b6494cd991b08ac669ed761ecea0cc98c</link>
        <description>IFC @r269962Submitted by:	Anish Gupta (akgupt3@gmail.com)

            List of files:
            /src/sys/modules/pfsync/Makefile</description>
        <pubDate>Tue, 02 Sep 2014 04:22:42 +0000</pubDate>
        <dc:creator>Neel Natu &lt;neel@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1b833d535b9ce1789dca84d8bd15d22e1ed58d46 - Sync to HEAD@r269943.</title>
        <link>http://opengrok.net:8080/history/src/sys/modules/pfsync/Makefile#1b833d535b9ce1789dca84d8bd15d22e1ed58d46</link>
        <description>Sync to HEAD@r269943.

            List of files:
            /src/sys/modules/pfsync/Makefile</description>
        <pubDate>Wed, 13 Aug 2014 16:20:41 +0000</pubDate>
        <dc:creator>Alexander V. Chernikov &lt;melifaro@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>aeaed508982227551b2748339033bb2483382b4d - Move most of the 15 variations on generating opt_inet.h and</title>
        <link>http://opengrok.net:8080/history/src/sys/modules/pfsync/Makefile#aeaed508982227551b2748339033bb2483382b4d</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:
            /src/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>6cec9cad762b6476313fb1f8e931a1647822db6b - MFC @ r266724</title>
        <link>http://opengrok.net:8080/history/src/sys/modules/pfsync/Makefile#6cec9cad762b6476313fb1f8e931a1647822db6b</link>
        <description>MFC @ r266724An SVM update will follow this.

            List of files:
            /src/sys/modules/pfsync/Makefile</description>
        <pubDate>Tue, 03 Jun 2014 02:34:21 +0000</pubDate>
        <dc:creator>Peter Grehan &lt;grehan@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>414fdaf09dec0d34181d91254e83ecb1a8a360d9 - IFC @266473</title>
        <link>http://opengrok.net:8080/history/src/sys/modules/pfsync/Makefile#414fdaf09dec0d34181d91254e83ecb1a8a360d9</link>
        <description>IFC @266473

            List of files:
            /src/sys/modules/pfsync/Makefile</description>
        <pubDate>Wed, 21 May 2014 20:30:52 +0000</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cc3f4b99653c34ae64f8a1fddea370abefef680e - Merge from head</title>
        <link>http://opengrok.net:8080/history/src/sys/modules/pfsync/Makefile#cc3f4b99653c34ae64f8a1fddea370abefef680e</link>
        <description>Merge from head

            List of files:
            /src/sys/modules/pfsync/Makefile</description>
        <pubDate>Thu, 08 May 2014 23:54:15 +0000</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c6063d0da8e1f8d8452b0c2ee1c7ad718c1a7052 - Use src.opts.mk in preference to bsd.own.mk except where we need stuff</title>
        <link>http://opengrok.net:8080/history/src/sys/modules/pfsync/Makefile#c6063d0da8e1f8d8452b0c2ee1c7ad718c1a7052</link>
        <description>Use src.opts.mk in preference to bsd.own.mk except where we need stufffrom the latter.

            List of files:
            /src/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>cfe30d02adda7c3b5c76156ac52d50d8cab325d9 - Merge fresh head.</title>
        <link>http://opengrok.net:8080/history/src/sys/modules/pfsync/Makefile#cfe30d02adda7c3b5c76156ac52d50d8cab325d9</link>
        <description>Merge fresh head.

            List of files:
            /src/sys/modules/pfsync/Makefile</description>
        <pubDate>Wed, 19 Jun 2013 11:36:13 +0000</pubDate>
        <dc:creator>Gleb Smirnoff &lt;glebius@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e477abf734cc777a55286bfbd6b80a6760c96acf - MFC @ r241285</title>
        <link>http://opengrok.net:8080/history/src/sys/modules/pfsync/Makefile#e477abf734cc777a55286bfbd6b80a6760c96acf</link>
        <description>MFC @ r241285

            List of files:
            /src/sys/modules/pfsync/Makefile</description>
        <pubDate>Tue, 27 Nov 2012 18:38:50 +0000</pubDate>
        <dc:creator>Alexander Motin &lt;mav@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
