<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/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>d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tools/regression/sockets/kqueue/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/tools/regression/sockets/kqueue/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 19:55:03 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7cc42f6d25ef2e19059d088fa7d4853fe9afefb5 - Do a sweep and remove most WARNS=6 settings</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tools/regression/sockets/kqueue/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:
            /freebsd/tools/regression/sockets/kqueue/Makefile</description>
        <pubDate>Thu, 01 Oct 2020 03:10:51 +0200</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>416ba5c74546f32a993436a99516d35008e9f384 - Catch up with HEAD (r280229-r284686).</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tools/regression/sockets/kqueue/Makefile#416ba5c74546f32a993436a99516d35008e9f384</link>
        <description>Catch up with HEAD (r280229-r284686).

            List of files:
            /freebsd/tools/regression/sockets/kqueue/Makefile</description>
        <pubDate>Mon, 22 Jun 2015 02:05:22 +0200</pubDate>
        <dc:creator>Navdeep Parhar &lt;np@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>98e0ffaefb0f241cda3a72395d3be04192ae0d47 - Merge sync of head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tools/regression/sockets/kqueue/Makefile#98e0ffaefb0f241cda3a72395d3be04192ae0d47</link>
        <description>Merge sync of head

            List of files:
            /freebsd/tools/regression/sockets/kqueue/Makefile</description>
        <pubDate>Wed, 27 May 2015 03:19:58 +0200</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7757a1b4dc60696d9a95137ee0a2accd4ee680f4 - Merge from head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tools/regression/sockets/kqueue/Makefile#7757a1b4dc60696d9a95137ee0a2accd4ee680f4</link>
        <description>Merge from head

            List of files:
            /freebsd/tools/regression/sockets/kqueue/Makefile</description>
        <pubDate>Sun, 03 May 2015 21:30:11 +0200</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7263c8c0998402e9860a0865013fbec4ece98cd4 - MFH: r280643-r281852</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tools/regression/sockets/kqueue/Makefile#7263c8c0998402e9860a0865013fbec4ece98cd4</link>
        <description>MFH: r280643-r281852Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/tools/regression/sockets/kqueue/Makefile</description>
        <pubDate>Wed, 22 Apr 2015 14:58:16 +0200</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>957885bf585fb91c2eacbdcd3e1b7464b43da42b - Fix -Wunused warnings, bump WARNS to 6</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tools/regression/sockets/kqueue/Makefile#957885bf585fb91c2eacbdcd3e1b7464b43da42b</link>
        <description>Fix -Wunused warnings, bump WARNS to 6The output is still broken if prove -rv is run and the testcase abortsprematurely with fail_assertion (the testcase doesn&apos;t really conform to TAPprotocol properly, except when it completes fully)MFC after: 1 weekSponsored by: EMC / Isilon Storage Division

            List of files:
            /freebsd/tools/regression/sockets/kqueue/Makefile</description>
        <pubDate>Fri, 10 Apr 2015 10:01:49 +0200</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6cec9cad762b6476313fb1f8e931a1647822db6b - MFC @ r266724</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tools/regression/sockets/kqueue/Makefile#6cec9cad762b6476313fb1f8e931a1647822db6b</link>
        <description>MFC @ r266724An SVM update will follow this.

            List of files:
            /freebsd/tools/regression/sockets/kqueue/Makefile</description>
        <pubDate>Tue, 03 Jun 2014 04:34:21 +0200</pubDate>
        <dc:creator>Peter Grehan &lt;grehan@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3b8f08459569bf0faa21473e5cec2491e95c9349 - Merge head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tools/regression/sockets/kqueue/Makefile#3b8f08459569bf0faa21473e5cec2491e95c9349</link>
        <description>Merge head

            List of files:
            /freebsd/tools/regression/sockets/kqueue/Makefile</description>
        <pubDate>Mon, 28 Apr 2014 09:50:45 +0200</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>84e51a1b679bececc13cbe3cd3cb9b7d461b9fe7 - IFC @264767</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tools/regression/sockets/kqueue/Makefile#84e51a1b679bececc13cbe3cd3cb9b7d461b9fe7</link>
        <description>IFC @264767

            List of files:
            /freebsd/tools/regression/sockets/kqueue/Makefile</description>
        <pubDate>Wed, 23 Apr 2014 23:52:43 +0200</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3bdf775801b218aa5a89564839405b122f4b233e - NO_MAN= has been deprecated in favor of MAN= for some time, go ahead</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tools/regression/sockets/kqueue/Makefile#3bdf775801b218aa5a89564839405b122f4b233e</link>
        <description>NO_MAN= has been deprecated in favor of MAN= for some time, go aheadand finish the job. ncurses is now the only Makefile in the tree thatuses it since it wasn&apos;t a simple mechanical change, and will beaddressed in a future commit.

            List of files:
            /freebsd/tools/regression/sockets/kqueue/Makefile</description>
        <pubDate>Sun, 13 Apr 2014 07:21:56 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e653b48c80fb85b2a10372d664a4b55dbdc51dae - Start the dreaded NOFOO -&gt; NO_FOO conversion.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tools/regression/sockets/kqueue/Makefile#e653b48c80fb85b2a10372d664a4b55dbdc51dae</link>
        <description>Start the dreaded NOFOO -&gt; NO_FOO conversion.OK&apos;ed by:	core

            List of files:
            /freebsd/tools/regression/sockets/kqueue/Makefile</description>
        <pubDate>Tue, 21 Dec 2004 09:47:35 +0100</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>751d4065e6d7fc2bf94c34edc3b9a7d76320269a - Join the effort in simplifying this makefile.  ;)</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tools/regression/sockets/kqueue/Makefile#751d4065e6d7fc2bf94c34edc3b9a7d76320269a</link>
        <description>Join the effort in simplifying this makefile.  ;)

            List of files:
            /freebsd/tools/regression/sockets/kqueue/Makefile</description>
        <pubDate>Fri, 03 Sep 2004 08:18:52 +0200</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>27b37d5cf2fa3900433b29fd8e4953f3d8e1e39e - Don&apos;t override the rule used to build a binary by providing our own</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tools/regression/sockets/kqueue/Makefile#27b37d5cf2fa3900433b29fd8e4953f3d8e1e39e</link>
        <description>Don&apos;t override the rule used to build a binary by providing our owncompiler line.

            List of files:
            /freebsd/tools/regression/sockets/kqueue/Makefile</description>
        <pubDate>Thu, 02 Sep 2004 23:37:50 +0200</pubDate>
        <dc:creator>Robert Watson &lt;rwatson@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>62967fb0bb976543e273aea673e1d7a917043b9c - Add a basic kqueue + UNIX domain socket pair regression test to do some</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tools/regression/sockets/kqueue/Makefile#62967fb0bb976543e273aea673e1d7a917043b9c</link>
        <description>Add a basic kqueue + UNIX domain socket pair regression test to do someelementary exercising of kqueues on datagram and stream sockets.  Notethat the datagram write kqueue case is left untested due to potentiallyconfusing behavior for the developer (me) that might require attention.

            List of files:
            /freebsd/tools/regression/sockets/kqueue/Makefile</description>
        <pubDate>Tue, 24 Aug 2004 06:02:41 +0200</pubDate>
        <dc:creator>Robert Watson &lt;rwatson@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e653b48c80fb85b2a10372d664a4b55dbdc51dae - Start the dreaded NOFOO -&gt; NO_FOO conversion.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tools/regression/sockets/kqueue/Makefile#e653b48c80fb85b2a10372d664a4b55dbdc51dae</link>
        <description>Start the dreaded NOFOO -&gt; NO_FOO conversion.OK&apos;ed by:	core

            List of files:
            /freebsd/tools/regression/sockets/kqueue/Makefile</description>
        <pubDate>Tue, 21 Dec 2004 09:47:35 +0100</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>751d4065e6d7fc2bf94c34edc3b9a7d76320269a - Join the effort in simplifying this makefile.  ;)</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tools/regression/sockets/kqueue/Makefile#751d4065e6d7fc2bf94c34edc3b9a7d76320269a</link>
        <description>Join the effort in simplifying this makefile.  ;)

            List of files:
            /freebsd/tools/regression/sockets/kqueue/Makefile</description>
        <pubDate>Fri, 03 Sep 2004 08:18:52 +0200</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>27b37d5cf2fa3900433b29fd8e4953f3d8e1e39e - Don&apos;t override the rule used to build a binary by providing our own</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tools/regression/sockets/kqueue/Makefile#27b37d5cf2fa3900433b29fd8e4953f3d8e1e39e</link>
        <description>Don&apos;t override the rule used to build a binary by providing our owncompiler line.

            List of files:
            /freebsd/tools/regression/sockets/kqueue/Makefile</description>
        <pubDate>Thu, 02 Sep 2004 23:37:50 +0200</pubDate>
        <dc:creator>Robert Watson &lt;rwatson@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>62967fb0bb976543e273aea673e1d7a917043b9c - Add a basic kqueue + UNIX domain socket pair regression test to do some</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tools/regression/sockets/kqueue/Makefile#62967fb0bb976543e273aea673e1d7a917043b9c</link>
        <description>Add a basic kqueue + UNIX domain socket pair regression test to do someelementary exercising of kqueues on datagram and stream sockets.  Notethat the datagram write kqueue case is left untested due to potentiallyconfusing behavior for the developer (me) that might require attention.

            List of files:
            /freebsd/tools/regression/sockets/kqueue/Makefile</description>
        <pubDate>Tue, 24 Aug 2004 06:02:41 +0200</pubDate>
        <dc:creator>Robert Watson &lt;rwatson@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
