<?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>39148cbead211163f7e5a203d7c88ece5c3e30e0 - usr.sbin/jail/Makefile: remove riscv linker workaround</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/jail/Makefile#39148cbead211163f7e5a203d7c88ece5c3e30e0</link>
        <description>usr.sbin/jail/Makefile: remove riscv linker workaroundIt links fine with newer binutils 2.44 (and GCC 15), so the workaroundcan be dropped.Reviewed by:	emastePR:		242109MFC after:	3 daysSponsored by:	The FreeBSD FoundationDifferential Revision:	https://reviews.freebsd.org/D55083

            List of files:
            /freebsd/usr.sbin/jail/Makefile</description>
        <pubDate>Thu, 05 Feb 2026 17:41:31 +0100</pubDate>
        <dc:creator>Mitchell Horne &lt;mhorne@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/jail/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:
            /freebsd/usr.sbin/jail/Makefile</description>
        <pubDate>Mon, 15 Jul 2024 06:46:32 +0200</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://kernelsources.org:8080/source/history/freebsd/usr.sbin/jail/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/usr.sbin/jail/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>3456659866b6fffddbb43e0b7fd1e0bf67761d73 - jail: Mute -Wunused-but-set-variable for yynerrs.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/jail/Makefile#3456659866b6fffddbb43e0b7fd1e0bf67761d73</link>
        <description>jail: Mute -Wunused-but-set-variable for yynerrs.This is in the generated parser when using %pure-parser.y.tab.c:382:14: error: variable &apos;yynerrs&apos; set but not used [-Werror,-Wunused-but-set-variable]    int      yynerrs;             ^Reviewed by:	emasteDifferential Revision:	https://reviews.freebsd.org/D40671

            List of files:
            /freebsd/usr.sbin/jail/Makefile</description>
        <pubDate>Tue, 20 Jun 2023 21:38:20 +0200</pubDate>
        <dc:creator>John Baldwin &lt;jhb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1da495d063aad879b952ff58329224f9be5752c6 - revert r354935 and apply fix for cleandir failure</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/jail/Makefile#1da495d063aad879b952ff58329224f9be5752c6</link>
        <description>revert r354935 and apply fix for cleandir failureThis reapplies the RISC-V GNU ld workaround from r354896, r354899, and354900, along with a fix for the build failure during cleandir.LINKER_TYPE was not being set during cleandir, resulting inMalformed conditional (${LINKER_TYPE} == &quot;bfd&quot; &amp;&amp; ${MACHINE} == &quot;riscv&quot;)from Cirrus-CI.PR:		242109Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/usr.sbin/jail/Makefile</description>
        <pubDate>Thu, 21 Nov 2019 14:56:16 +0100</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>fb1c294d47c5bae33ae01e6a395b3181e0c09c43 - Revert r354896, r354899, r354900:</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/jail/Makefile#fb1c294d47c5bae33ae01e6a395b3181e0c09c43</link>
        <description>Revert r354896, r354899, r354900: Fix build.Sponsored by:	Rubicon Communications, LLC (netgate.com)

            List of files:
            /freebsd/usr.sbin/jail/Makefile</description>
        <pubDate>Thu, 21 Nov 2019 05:12:08 +0100</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7cef5cac04a75733803482ab4a7ddb4388b477e6 - Use the correct variable, also limit the scope to bfd</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/jail/Makefile#7cef5cac04a75733803482ab4a7ddb4388b477e6</link>
        <description>Use the correct variable, also limit the scope to bfdPR:		242109Reported by:	jhbSponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/usr.sbin/jail/Makefile</description>
        <pubDate>Wed, 20 Nov 2019 17:54:21 +0100</pubDate>
        <dc:creator>Li-Wen Hsu &lt;lwhsu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f10ddee841163452558a912924b0fa9c9c44fb0e - Limit the workaround to riscv only</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/jail/Makefile#f10ddee841163452558a912924b0fa9c9c44fb0e</link>
        <description>Limit the workaround to riscv onlyPR:		242109Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/usr.sbin/jail/Makefile</description>
        <pubDate>Wed, 20 Nov 2019 17:35:58 +0100</pubDate>
        <dc:creator>Li-Wen Hsu &lt;lwhsu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>53c772bbd7bb74423e9eda16701a711dd793dede - Workaround riscv64 build when using binutils 2.33.1</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/jail/Makefile#53c772bbd7bb74423e9eda16701a711dd793dede</link>
        <description>Workaround riscv64 build when using binutils 2.33.1PR:		242109Reviewed by:	baptSponsored by:	The FreeBSD FoundationDifferential Revision:	https://reviews.freebsd.org/D22457

            List of files:
            /freebsd/usr.sbin/jail/Makefile</description>
        <pubDate>Wed, 20 Nov 2019 17:20:49 +0100</pubDate>
        <dc:creator>Li-Wen Hsu &lt;lwhsu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>61c1328eb016476ee7ff5ad65d8224bb43e572db - Merge ^/head r352105 through r352307.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/jail/Makefile#61c1328eb016476ee7ff5ad65d8224bb43e572db</link>
        <description>Merge ^/head r352105 through r352307.

            List of files:
            /freebsd/usr.sbin/jail/Makefile</description>
        <pubDate>Fri, 13 Sep 2019 23:15:01 +0200</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cd38a86c63cd08a008a64252528b03ad0469f7fe - [jail] removal by jid doesn&apos;t trigger pre/post stop scripts</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/jail/Makefile#cd38a86c63cd08a008a64252528b03ad0469f7fe</link>
        <description>[jail] removal by jid doesn&apos;t trigger pre/post stop scriptsThis commit fixes bug: command &quot;jail -r&quot; didn&apos;t trigger pre/post stopcommands (and others) defined in config file if jid is specified insted ofname. Also it adds basic tests for usr.sbin/jail to avoid regression.Reviewed by:	jamie, kevans, rayMFC after:      5 daysDifferential Revision: https://reviews.freebsd.org/D21328

            List of files:
            /freebsd/usr.sbin/jail/Makefile</description>
        <pubDate>Thu, 12 Sep 2019 20:53:29 +0200</pubDate>
        <dc:creator>Michael Zhilin &lt;mizhka@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a9a39d40142f7cc4a9fc4dc764c420c8290a269b - Stop linking to libl by specifying we do not need yywrap</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/jail/Makefile#a9a39d40142f7cc4a9fc4dc764c420c8290a269b</link>
        <description>Stop linking to libl by specifying we do not need yywrapMFC after: 3 days

            List of files:
            /freebsd/usr.sbin/jail/Makefile</description>
        <pubDate>Tue, 10 Sep 2019 09:25:37 +0200</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>13caa468668019a6c93ed6ff65ab21c673b378cb - Merge the projects/release-pkg branch to head.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/jail/Makefile#13caa468668019a6c93ed6ff65ab21c673b378cb</link>
        <description>Merge the projects/release-pkg branch to head.This allows packaging the base system with pkg(8), includingbut not limited to providing the ability to provide upstreambinary update possibilities for non-tier-1 architectures.This merge is a requirement of the 11.0-RELEASE, and as such,thank you to everyone that has tested the project branch.Documentation in build(7) etc. is still somewhat sparse, butupdates to those parts will follow.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/usr.sbin/jail/Makefile</description>
        <pubDate>Sat, 16 Apr 2016 09:45:30 +0200</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ed0d921874e8d3c8aad7425f630df7fe32252101 - Add a package for jail(8) and related utilities.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/jail/Makefile#ed0d921874e8d3c8aad7425f630df7fe32252101</link>
        <description>Add a package for jail(8) and related utilities.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/usr.sbin/jail/Makefile</description>
        <pubDate>Wed, 20 Jan 2016 18:07:13 +0100</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>98e0ffaefb0f241cda3a72395d3be04192ae0d47 - Merge sync of head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/jail/Makefile#98e0ffaefb0f241cda3a72395d3be04192ae0d47</link>
        <description>Merge sync of head

            List of files:
            /freebsd/usr.sbin/jail/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>d899be7d43d8df9cb485af5705e2724165a461c7 - Reintegrate head: r274132-r277384</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/jail/Makefile#d899be7d43d8df9cb485af5705e2724165a461c7</link>
        <description>Reintegrate head: r274132-r277384Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/usr.sbin/jail/Makefile</description>
        <pubDate>Mon, 19 Jan 2015 17:15:12 +0100</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8f0ea33f2bbf3a6aa80235f0a02fa5f2780c2b17 - Reintegrate head revisions r273096-r277147</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/jail/Makefile#8f0ea33f2bbf3a6aa80235f0a02fa5f2780c2b17</link>
        <description>Reintegrate head revisions r273096-r277147Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/usr.sbin/jail/Makefile</description>
        <pubDate>Tue, 13 Jan 2015 22:29:24 +0100</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>840e70929b3bc0bfdbccfd8d8626d6e2f29ddbcf - MFHead @ r275232</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/jail/Makefile#840e70929b3bc0bfdbccfd8d8626d6e2f29ddbcf</link>
        <description>MFHead @ r275232

            List of files:
            /freebsd/usr.sbin/jail/Makefile</description>
        <pubDate>Sat, 29 Nov 2014 06:28:40 +0100</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2c97f721e7032f8c0e1d19a6b8887bd2af8cfa0f - r274961 through r275075</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/jail/Makefile#2c97f721e7032f8c0e1d19a6b8887bd2af8cfa0f</link>
        <description>r274961 through r275075

            List of files:
            /freebsd/usr.sbin/jail/Makefile</description>
        <pubDate>Tue, 25 Nov 2014 22:43:01 +0100</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c6db8143eda5c775467145ac73e8ebec47afdd8f - Convert usr.sbin to LIBADD</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/jail/Makefile#c6db8143eda5c775467145ac73e8ebec47afdd8f</link>
        <description>Convert usr.sbin to LIBADDReduce overlinking

            List of files:
            /freebsd/usr.sbin/jail/Makefile</description>
        <pubDate>Tue, 25 Nov 2014 17:57:27 +0100</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
