<?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/pflog/Makefile#031beb4e</link>
        <description>sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/sys/modules/pflog/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>4733f21f - pflog/pfsync: Fix module build with VIMAGE=yes</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/pflog/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/pflog/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/pflog/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/pflog/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/pflog/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/pflog/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/pflog/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/pflog/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/pflog/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/pflog/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/pflog/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/pflog/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>9e51595c - Per email to arch@ a little while ago (that was greeted with silence),</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/pflog/Makefile#9e51595c</link>
        <description>Per email to arch@ a little while ago (that was greeted with silence),prefer the more common &gt; ${.TARGET} over &gt; opt_foo.h in modulesmakefiles.

            List of files:
            /freebsd-14.2/sys/modules/pflog/Makefile</description>
        <pubDate>Mon, 01 Sep 2008 23:59:00 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@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-14.2/sys/modules/pflog/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-14.2/sys/modules/pflog/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>10dbb44a - The `pf&apos; and `pflog&apos; sources do not depend on DEV_PF or DEV_PFLOG,</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/pflog/Makefile#10dbb44a</link>
        <description>The `pf&apos; and `pflog&apos; sources do not depend on DEV_PF or DEV_PFLOG,which is normal for own files of a device driver.DEV_FOO should be used if an unrelated kernel file needs to know ofthe `foo&apos; driver&apos;s static presence.  Obviously, module source filesshould never use DEV_*.

            List of files:
            /freebsd-14.2/sys/modules/pflog/Makefile</description>
        <pubDate>Thu, 09 Mar 2006 15:48:45 +0000</pubDate>
        <dc:creator>Yaroslav Tykhiy &lt;ytykhiy@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>5bba2114 - Make pflog a seperate module.  As a result pflog_packet() becomes a function</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/pflog/Makefile#5bba2114</link>
        <description>Make pflog a seperate module.  As a result pflog_packet() becomes a functionpointer that is declared in pf_ioctl.cRequested by:	yar (as part of the module build reorg)MFC after:	1 weekX-MFC with:	yar&apos;s module reorg

            List of files:
            /freebsd-14.2/sys/modules/pflog/Makefile</description>
        <pubDate>Sun, 05 Feb 2006 17:17:32 +0000</pubDate>
        <dc:creator>Max Laier &lt;mlaier@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/pflog/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/pflog/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/pflog/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/pflog/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>
