<?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>559b0f6b82867b60a2d5cb1b2744114603cb17a7 - tests/sys/netmap: use require.kmods property instead of ad-hoc checks</title>
        <link>http://opengrok.net:8080/history/src/tests/sys/netmap/Makefile#559b0f6b82867b60a2d5cb1b2744114603cb17a7</link>
        <description>tests/sys/netmap: use require.kmods property instead of ad-hoc checksSigned-off-by: Siva Mahadevan &lt;me@svmhdvn.name&gt;Sponsored by: The FreeBSD FoundationReviewed by: impPull Request: https://github.com/freebsd/freebsd-src/pull/1780

            List of files:
            /src/tests/sys/netmap/Makefile</description>
        <pubDate>Mon, 21 Jul 2025 13:25:26 +0000</pubDate>
        <dc:creator>Siva Mahadevan &lt;me@svmhdvn.name&gt;</dc:creator>
    </item>
<item>
        <title>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://opengrok.net:8080/history/src/tests/sys/netmap/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/tests/sys/netmap/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>d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://opengrok.net:8080/history/src/tests/sys/netmap/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /src/tests/sys/netmap/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 17:55:03 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>36d6e65722ea515bf2d122d6e69096a5ff620a92 - netmap: update unit tests with libnetmap tests</title>
        <link>http://opengrok.net:8080/history/src/tests/sys/netmap/Makefile#36d6e65722ea515bf2d122d6e69096a5ff620a92</link>
        <description>netmap: update unit tests with libnetmap tests

            List of files:
            /src/tests/sys/netmap/Makefile</description>
        <pubDate>Fri, 02 Apr 2021 14:39:30 +0000</pubDate>
        <dc:creator>Vincenzo Maffione &lt;vmaffione@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7cc42f6d25ef2e19059d088fa7d4853fe9afefb5 - Do a sweep and remove most WARNS=6 settings</title>
        <link>http://opengrok.net:8080/history/src/tests/sys/netmap/Makefile#7cc42f6d25ef2e19059d088fa7d4853fe9afefb5</link>
        <description>Do a sweep and remove most WARNS=6 settingsRepeating the default WARNS here makes it slightly more difficult toexperiment with default WARNS changes, e.g. if we did something absolutelybananas and introduced a WARNS=7 and wanted to try lifting the default tothat.Drop most of them; there is one in the blake2 kernel module, but I suspectit should be dropped -- the default WARNS in the rest of the build doesn&apos;tcurrently apply to kernel modules, and I haven&apos;t put too much thought intowhether it makes sense to make it so.

            List of files:
            /src/tests/sys/netmap/Makefile</description>
        <pubDate>Thu, 01 Oct 2020 01:10:51 +0000</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7648bc9fee8dec6cb3c4941e0165a930fbe8dcb0 - MFHead @347527</title>
        <link>http://opengrok.net:8080/history/src/tests/sys/netmap/Makefile#7648bc9fee8dec6cb3c4941e0165a930fbe8dcb0</link>
        <description>MFHead @347527Sponsored by:	The FreeBSD Foundation

            List of files:
            /src/tests/sys/netmap/Makefile</description>
        <pubDate>Mon, 13 May 2019 18:25:55 +0000</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c9c9de9366edd6a05c9dc179ecea17deded478f7 - Polish netmap(4) testcases a bit</title>
        <link>http://opengrok.net:8080/history/src/tests/sys/netmap/Makefile#c9c9de9366edd6a05c9dc179ecea17deded478f7</link>
        <description>Polish netmap(4) testcases a bit1. Not all kernels have netmap(4) support. Check for netmap(4) support before   attempting to run the tests via the `PLAIN_REQUIRE_KERNEL_MODULE(..)` macro.2. Libraries shouldn&apos;t be added to LDFLAGS; they should be added to LIBADD   instead. This allows the build system to evaluate dependencies for sanity.3. Sort some of the Makefile variables per bsd.README.1., in particular, will resolve failures when running this testcase on kernelslacking netmap(4) support, e.g., the i386 GENERIC kernels on ^/stable/11 and^/stable/12.PR:		237129Reviewed by:	vmaffioneApproved by:	emaste (mentor)MFC after:	1 weekDifferential Revision:	https://reviews.freebsd.org/D19864

            List of files:
            /src/tests/sys/netmap/Makefile</description>
        <pubDate>Tue, 09 Apr 2019 17:52:11 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>415e34c4d5dff4c334330d58e06644da5c39b0bd - MFHead@r345677</title>
        <link>http://opengrok.net:8080/history/src/tests/sys/netmap/Makefile#415e34c4d5dff4c334330d58e06644da5c39b0bd</link>
        <description>MFHead@r345677

            List of files:
            /src/tests/sys/netmap/Makefile</description>
        <pubDate>Fri, 29 Mar 2019 03:25:20 +0000</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7d757b71bfe891ed892aedaaf0d39cef2c95422f - Skip this test if if_tap module is not available</title>
        <link>http://opengrok.net:8080/history/src/tests/sys/netmap/Makefile#7d757b71bfe891ed892aedaaf0d39cef2c95422f</link>
        <description>Skip this test if if_tap module is not availablePR:		236842Approved by:	asomersMFC after:	1 monthSponsored by:	Netflix

            List of files:
            /src/tests/sys/netmap/Makefile</description>
        <pubDate>Thu, 28 Mar 2019 16:17:33 +0000</pubDate>
        <dc:creator>Olivier Cochard &lt;olivier@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2a8682a815632e7b67ee7f2ef802c8ecf7f79713 - netmap: add suite of unit tests</title>
        <link>http://opengrok.net:8080/history/src/tests/sys/netmap/Makefile#2a8682a815632e7b67ee7f2ef802c8ecf7f79713</link>
        <description>netmap: add suite of unit testsImport the unit tests from upstream (https://github.com/luigirizzo/netmapba02539859d46d33), and make them ready for use with Kyua.There are currently 38 regression tests, which test the kernel control ABIexposed by netmap to userspace applications:  1: test for port info get  2-5: tests for basic port registration  6-9: tests for VALE  10-11: tests for getting netmap allocator info  12-15: tests for netmap pipes  16: test on polling mode  17-18: tests on options  19-27: tests for sync-kloop subsystem  28-39: tests for null ports  31-38: tests for the legacy NIOCREGIF registersReviewed by:	ngieMFC after:	1 weekDifferential Revision:	https://reviews.freebsd.org/D18490

            List of files:
            /src/tests/sys/netmap/Makefile</description>
        <pubDate>Mon, 31 Dec 2018 11:17:58 +0000</pubDate>
        <dc:creator>Vincenzo Maffione &lt;vmaffione@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>559b0f6b82867b60a2d5cb1b2744114603cb17a7 - tests/sys/netmap: use require.kmods property instead of ad-hoc checks</title>
        <link>http://opengrok.net:8080/history/src/tests/sys/netmap/Makefile#559b0f6b82867b60a2d5cb1b2744114603cb17a7</link>
        <description>tests/sys/netmap: use require.kmods property instead of ad-hoc checksSigned-off-by: Siva Mahadevan &lt;me@svmhdvn.name&gt;Sponsored by: The FreeBSD FoundationReviewed by: impPull Request: https://github.com/freebsd/freebsd-src/pull/1780

            List of files:
            /src/tests/sys/netmap/Makefile</description>
        <pubDate>Mon, 21 Jul 2025 13:25:26 +0000</pubDate>
        <dc:creator>Siva Mahadevan &lt;me@svmhdvn.name&gt;</dc:creator>
    </item>
<item>
        <title>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://opengrok.net:8080/history/src/tests/sys/netmap/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/tests/sys/netmap/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>d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://opengrok.net:8080/history/src/tests/sys/netmap/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /src/tests/sys/netmap/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 17:55:03 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>36d6e65722ea515bf2d122d6e69096a5ff620a92 - netmap: update unit tests with libnetmap tests</title>
        <link>http://opengrok.net:8080/history/src/tests/sys/netmap/Makefile#36d6e65722ea515bf2d122d6e69096a5ff620a92</link>
        <description>netmap: update unit tests with libnetmap tests

            List of files:
            /src/tests/sys/netmap/Makefile</description>
        <pubDate>Fri, 02 Apr 2021 14:39:30 +0000</pubDate>
        <dc:creator>Vincenzo Maffione &lt;vmaffione@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7cc42f6d25ef2e19059d088fa7d4853fe9afefb5 - Do a sweep and remove most WARNS=6 settings</title>
        <link>http://opengrok.net:8080/history/src/tests/sys/netmap/Makefile#7cc42f6d25ef2e19059d088fa7d4853fe9afefb5</link>
        <description>Do a sweep and remove most WARNS=6 settingsRepeating the default WARNS here makes it slightly more difficult toexperiment with default WARNS changes, e.g. if we did something absolutelybananas and introduced a WARNS=7 and wanted to try lifting the default tothat.Drop most of them; there is one in the blake2 kernel module, but I suspectit should be dropped -- the default WARNS in the rest of the build doesn&apos;tcurrently apply to kernel modules, and I haven&apos;t put too much thought intowhether it makes sense to make it so.

            List of files:
            /src/tests/sys/netmap/Makefile</description>
        <pubDate>Thu, 01 Oct 2020 01:10:51 +0000</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7648bc9fee8dec6cb3c4941e0165a930fbe8dcb0 - MFHead @347527</title>
        <link>http://opengrok.net:8080/history/src/tests/sys/netmap/Makefile#7648bc9fee8dec6cb3c4941e0165a930fbe8dcb0</link>
        <description>MFHead @347527Sponsored by:	The FreeBSD Foundation

            List of files:
            /src/tests/sys/netmap/Makefile</description>
        <pubDate>Mon, 13 May 2019 18:25:55 +0000</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c9c9de9366edd6a05c9dc179ecea17deded478f7 - Polish netmap(4) testcases a bit</title>
        <link>http://opengrok.net:8080/history/src/tests/sys/netmap/Makefile#c9c9de9366edd6a05c9dc179ecea17deded478f7</link>
        <description>Polish netmap(4) testcases a bit1. Not all kernels have netmap(4) support. Check for netmap(4) support before   attempting to run the tests via the `PLAIN_REQUIRE_KERNEL_MODULE(..)` macro.2. Libraries shouldn&apos;t be added to LDFLAGS; they should be added to LIBADD   instead. This allows the build system to evaluate dependencies for sanity.3. Sort some of the Makefile variables per bsd.README.1., in particular, will resolve failures when running this testcase on kernelslacking netmap(4) support, e.g., the i386 GENERIC kernels on ^/stable/11 and^/stable/12.PR:		237129Reviewed by:	vmaffioneApproved by:	emaste (mentor)MFC after:	1 weekDifferential Revision:	https://reviews.freebsd.org/D19864

            List of files:
            /src/tests/sys/netmap/Makefile</description>
        <pubDate>Tue, 09 Apr 2019 17:52:11 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>415e34c4d5dff4c334330d58e06644da5c39b0bd - MFHead@r345677</title>
        <link>http://opengrok.net:8080/history/src/tests/sys/netmap/Makefile#415e34c4d5dff4c334330d58e06644da5c39b0bd</link>
        <description>MFHead@r345677

            List of files:
            /src/tests/sys/netmap/Makefile</description>
        <pubDate>Fri, 29 Mar 2019 03:25:20 +0000</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7d757b71bfe891ed892aedaaf0d39cef2c95422f - Skip this test if if_tap module is not available</title>
        <link>http://opengrok.net:8080/history/src/tests/sys/netmap/Makefile#7d757b71bfe891ed892aedaaf0d39cef2c95422f</link>
        <description>Skip this test if if_tap module is not availablePR:		236842Approved by:	asomersMFC after:	1 monthSponsored by:	Netflix

            List of files:
            /src/tests/sys/netmap/Makefile</description>
        <pubDate>Thu, 28 Mar 2019 16:17:33 +0000</pubDate>
        <dc:creator>Olivier Cochard &lt;olivier@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2a8682a815632e7b67ee7f2ef802c8ecf7f79713 - netmap: add suite of unit tests</title>
        <link>http://opengrok.net:8080/history/src/tests/sys/netmap/Makefile#2a8682a815632e7b67ee7f2ef802c8ecf7f79713</link>
        <description>netmap: add suite of unit testsImport the unit tests from upstream (https://github.com/luigirizzo/netmapba02539859d46d33), and make them ready for use with Kyua.There are currently 38 regression tests, which test the kernel control ABIexposed by netmap to userspace applications:  1: test for port info get  2-5: tests for basic port registration  6-9: tests for VALE  10-11: tests for getting netmap allocator info  12-15: tests for netmap pipes  16: test on polling mode  17-18: tests on options  19-27: tests for sync-kloop subsystem  28-39: tests for null ports  31-38: tests for the legacy NIOCREGIF registersReviewed by:	ngieMFC after:	1 weekDifferential Revision:	https://reviews.freebsd.org/D18490

            List of files:
            /src/tests/sys/netmap/Makefile</description>
        <pubDate>Mon, 31 Dec 2018 11:17:58 +0000</pubDate>
        <dc:creator>Vincenzo Maffione &lt;vmaffione@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
