<?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>031beb4e239bfce798af17f5fe8dba8bcaf13d99 - sys: Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://opengrok.net:8080/history/src/sys/netpfil/ipfw/test/Makefile#031beb4e239bfce798af17f5fe8dba8bcaf13d99</link>
        <description>sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /src/sys/netpfil/ipfw/test/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>031beb4e239bfce798af17f5fe8dba8bcaf13d99 - sys: Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://opengrok.net:8080/history/src/sys/netpfil/ipfw/test/Makefile#031beb4e239bfce798af17f5fe8dba8bcaf13d99</link>
        <description>sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /src/sys/netpfil/ipfw/test/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>1cdc5f0b8794e82f0cbf9dca07967ca2559ba331 - cleanup and document in some detail the internals of the testing code</title>
        <link>http://opengrok.net:8080/history/src/sys/netpfil/ipfw/test/Makefile#1cdc5f0b8794e82f0cbf9dca07967ca2559ba331</link>
        <description>cleanup and document in some detail the internals of the testing codefor dummynet schedulers

            List of files:
            /src/sys/netpfil/ipfw/test/Makefile</description>
        <pubDate>Wed, 27 Jan 2016 02:22:31 +0000</pubDate>
        <dc:creator>Luigi Rizzo &lt;luigi@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>10d72ffc7df6bb4607816d86f3ffe13906d0bcfa - fix various warnings to compile the test code with -Wextra</title>
        <link>http://opengrok.net:8080/history/src/sys/netpfil/ipfw/test/Makefile#10d72ffc7df6bb4607816d86f3ffe13906d0bcfa</link>
        <description>fix various warnings to compile the test code with -Wextra

            List of files:
            /src/sys/netpfil/ipfw/test/Makefile</description>
        <pubDate>Tue, 26 Jan 2016 23:37:07 +0000</pubDate>
        <dc:creator>Luigi Rizzo &lt;luigi@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3b3a8eb937bf8045231e8364bfd1b94cd4a95979 - o Create directory sys/netpfil, where all packet filters should</title>
        <link>http://opengrok.net:8080/history/src/sys/netpfil/ipfw/test/Makefile#3b3a8eb937bf8045231e8364bfd1b94cd4a95979</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:
            /src/sys/netpfil/ipfw/test/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>3b4d8b3f7afeffe5effbcde99753f70cd0a16db9 - Add a priority-based packet scheduler.</title>
        <link>http://opengrok.net:8080/history/src/sys/netpfil/ipfw/test/Makefile#3b4d8b3f7afeffe5effbcde99753f70cd0a16db9</link>
        <description>Add a priority-based packet scheduler.Sponsored by:	The ONELAB2 ProjectSubmitted by:	Riccardo Panicucci

            List of files:
            /src/sys/netpfil/ipfw/test/Makefile</description>
        <pubDate>Sun, 21 Mar 2010 16:30:32 +0000</pubDate>
        <dc:creator>Luigi Rizzo &lt;luigi@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cc4d3c30ea28e1526158a603a09ae63333e4eacd - Bring in the most recent version of ipfw and dummynet, developed</title>
        <link>http://opengrok.net:8080/history/src/sys/netpfil/ipfw/test/Makefile#cc4d3c30ea28e1526158a603a09ae63333e4eacd</link>
        <description>Bring in the most recent version of ipfw and dummynet, developedand tested over the past two months in the ipfw3-head branch.  Thisalso happens to be the same code available in the Linux and Windowsports of ipfw and dummynet.The major enhancement is a completely restructured version ofdummynet, with support for different packet scheduling algorithms(loadable at runtime), faster queue/pipe lookup, and a much cleanerinternal architecture and kernel/userland ABI which simplifiesfuture extensions.In addition to the existing schedulers (FIFO and WF2Q+), we includea Deficit Round Robin (DRR or RR for brevity) scheduler, and a new,very fast version of WF2Q+ called QFQ.Some test code is also present (in sys/netinet/ipfw/test) thatlets you build and test schedulers in userland.Also, we have added a compatibility layer that understands requestsfrom the RELENG_7 and RELENG_8 versions of the /sbin/ipfw binaries,and replies correctly (at least, it does its best; sometimes youjust cannot tell who sent the request and how to answer).The compatibility layer should make it possible to MFC this code in arelatively short time.Some minor glitches (e.g. handling of ipfw set enable/disable,and a workaround for a bug in RELENG_7&apos;s /sbin/ipfw) will befixed with separate commits.CREDITS:This work has been partly supported by the ONELAB2 project, andmostly developed by Riccardo Panicucci and myself.The code for the qfq scheduler is mostly from Fabio Checconi,and Marta Carbone and Francesco Magno have helped with testing,debugging and some bug fixes.

            List of files:
            /src/sys/netpfil/ipfw/test/Makefile</description>
        <pubDate>Tue, 02 Mar 2010 17:40:48 +0000</pubDate>
        <dc:creator>Luigi Rizzo &lt;luigi@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
