<?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>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/cddl/usr.bin/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/cddl/usr.bin/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/cddl/usr.bin/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/cddl/usr.bin/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>3bf66365129a13933f77d1f4421d5136861cffb4 - cddl/*: add a WITH(OUT)_DTRACE option</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/cddl/usr.bin/Makefile#3bf66365129a13933f77d1f4421d5136861cffb4</link>
        <description>cddl/*: add a WITH(OUT)_DTRACE optionAdd an option to enable/disable DTrace without disabling ZFS.  Newarchitectures such as CHERI may support ZFS before they support DTraceand the old model of WITHOUT_CDDL disabling both wasn&apos;t helpful.For compatiblity, the CDDL option remains and WITHOUT_CDDL impliesWITHOUT_DTRACE.  WITHOUT_DTRACE also implies WITHOUT_CTF.As part of this change, largely convert cddl/*/Makefile to using themore compact SUBDIR.${MK_&lt;FOO&gt;}+= form rather than using intermediatevariables.Reviewed by:	markjObtained from:	CheriBSDSponsored by:	DARPA, AFRLDifferential Revision:	https://reviews.freebsd.org/D35718

            List of files:
            /freebsd/cddl/usr.bin/Makefile</description>
        <pubDate>Wed, 06 Jul 2022 15:03:48 +0200</pubDate>
        <dc:creator>Brooks Davis &lt;brooks@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f20893853e8e6909d422f6646b706b4b6e299682 - zfs: unbreak build broken in 160388166</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/cddl/usr.bin/Makefile#f20893853e8e6909d422f6646b706b4b6e299682</link>
        <description>zfs: unbreak build broken in 160388166

            List of files:
            /freebsd/cddl/usr.bin/Makefile</description>
        <pubDate>Tue, 08 Jun 2021 19:02:21 +0200</pubDate>
        <dc:creator>Martin Matuska &lt;mm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>123ae3045dd21badb93ce52445e18e364b3ac807 - build: remove LIBPTHREAD/LIBTHR build options</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/cddl/usr.bin/Makefile#123ae3045dd21badb93ce52445e18e364b3ac807</link>
        <description>build: remove LIBPTHREAD/LIBTHR build optionsWITHOUT_LIBTHR has been broken for a little over five years now, since thexz 5.2.0 update introduced a hard liblzma dependency on libthr, and buildinga useful system without threading support is becoming increasingly moredifficult.Additionally, in the five plus years that it&apos;s been broken more reversedependencies have cropped up in libzstd, libsqlite3, and libcrypto (amongothers) that make it more and more difficult to reconcile the effort neededto fix these options.Remove the broken options.PR:		252760Reviewed by:	brooks, emaste, kibDifferential Revision:	https://reviews.freebsd.org/D28263

            List of files:
            /freebsd/cddl/usr.bin/Makefile</description>
        <pubDate>Wed, 20 Jan 2021 15:01:25 +0100</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0667273959f18d435665e5294703bce2e9007a8c - Ensure zstreamdump subdir can be visited</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/cddl/usr.bin/Makefile#0667273959f18d435665e5294703bce2e9007a8c</link>
        <description>Ensure zstreamdump subdir can be visitedReported by:	Thomas LausSponsored by:	iXsystems, Inc.

            List of files:
            /freebsd/cddl/usr.bin/Makefile</description>
        <pubDate>Tue, 01 Sep 2020 21:02:07 +0200</pubDate>
        <dc:creator>Ryan Moeller &lt;freqlabs@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e25152834cdf3b353892835a4f3b157e066a8ed4 - MFH</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/cddl/usr.bin/Makefile#e25152834cdf3b353892835a4f3b157e066a8ed4</link>
        <description>MFHSponsored by:	Rubicon Communications, LLC (netgate.com)

            List of files:
            /freebsd/cddl/usr.bin/Makefile</description>
        <pubDate>Thu, 27 Aug 2020 22:25:33 +0200</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9e5787d2284e187abb5b654d924394a65772e004 - Merge OpenZFS support in to HEAD.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/cddl/usr.bin/Makefile#9e5787d2284e187abb5b654d924394a65772e004</link>
        <description>Merge OpenZFS support in to HEAD.The primary benefit is maintaining a completely sharedcode base with the community allowing FreeBSD to receivenew features sooner and with less effort.I would advise against doing &apos;zpool upgrade&apos;or creating indispensable pools using newfeatures until this change has had a month+to soak.Work on merging FreeBSD support in to what wasat the time &quot;ZFS on Linux&quot; began in August 2018.I first publicly proposed transitioning FreeBSDto (new) OpenZFS on December 18th, 2018. FreeBSDsupport in OpenZFS was finally completed in December2019. A CFT for downstreaming OpenZFS support into FreeBSD was first issued on July 8th. All issuesthat were reported have been addressed or, fora couple of less critical matters there arepull requests in progress with OpenZFS. iXsystemshas tested and dogfooded extensively internally.The TrueNAS 12 release is based on OpenZFS withsome additional features that have not yet madeit upstream.Improvements include:  project quotas, encrypted datasets,  allocation classes, vectorized raidz,  vectorized checksums, various command line  improvements, zstd compression.Thanks to those who have helped along the way:Ryan Moeller, Allan Jude, Zack Welch, and manyothers.Sponsored by:	iXsystems, Inc.Differential Revision:	https://reviews.freebsd.org/D25872

            List of files:
            /freebsd/cddl/usr.bin/Makefile</description>
        <pubDate>Tue, 25 Aug 2020 04:21:27 +0200</pubDate>
        <dc:creator>Matt Macy &lt;mmacy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0275f9dbf73b01e9478dc7d6ab5fab4f8e077448 - Merge ^/head r321383 through r322397.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/cddl/usr.bin/Makefile#0275f9dbf73b01e9478dc7d6ab5fab4f8e077448</link>
        <description>Merge ^/head r321383 through r322397.

            List of files:
            /freebsd/cddl/usr.bin/Makefile</description>
        <pubDate>Fri, 11 Aug 2017 12:59:34 +0200</pubDate>
        <dc:creator>Hans Petter Selasky &lt;hselasky@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d59ead01d83460374ba0e7be8096b1a66d737efb - MFhead@r321970</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/cddl/usr.bin/Makefile#d59ead01d83460374ba0e7be8096b1a66d737efb</link>
        <description>MFhead@r321970

            List of files:
            /freebsd/cddl/usr.bin/Makefile</description>
        <pubDate>Thu, 03 Aug 2017 07:30:11 +0200</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>46b37aa2c4068c1a237b0a7e61b8c2f953b3708c - MFhead@r321912</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/cddl/usr.bin/Makefile#46b37aa2c4068c1a237b0a7e61b8c2f953b3708c</link>
        <description>MFhead@r321912

            List of files:
            /freebsd/cddl/usr.bin/Makefile</description>
        <pubDate>Wed, 02 Aug 2017 10:38:36 +0200</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4b330699f819a81d8e34d471225143ffeb321855 - Convert traditional ${MK_TESTS} conditional idiom for including test</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/cddl/usr.bin/Makefile#4b330699f819a81d8e34d471225143ffeb321855</link>
        <description>Convert traditional ${MK_TESTS} conditional idiom for including testdirectories to SUBDIR.${MK_TESTS} idiomThis is being done to pave the way for future work (and homogenity) in^/projects/make-check-sandbox .No functional change intended.MFC after:	1 weeks

            List of files:
            /freebsd/cddl/usr.bin/Makefile</description>
        <pubDate>Wed, 02 Aug 2017 10:35:51 +0200</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>11d38a5764295585a2472d5e861fa8abe1a11eb2 - Merge from head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/cddl/usr.bin/Makefile#11d38a5764295585a2472d5e861fa8abe1a11eb2</link>
        <description>Merge from headSponsored by:	Gandi.net

            List of files:
            /freebsd/cddl/usr.bin/Makefile</description>
        <pubDate>Wed, 28 Oct 2015 12:58:18 +0100</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>becbad1f6e18fec7c3bf286778a766ffca4457be - Merge from head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/cddl/usr.bin/Makefile#becbad1f6e18fec7c3bf286778a766ffca4457be</link>
        <description>Merge from head

            List of files:
            /freebsd/cddl/usr.bin/Makefile</description>
        <pubDate>Tue, 13 Oct 2015 21:44:36 +0200</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>65dcb5bcb1993631f47d8acc207904411e135758 - Merge ^/head r288197 through r288456.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/cddl/usr.bin/Makefile#65dcb5bcb1993631f47d8acc207904411e135758</link>
        <description>Merge ^/head r288197 through r288456.

            List of files:
            /freebsd/cddl/usr.bin/Makefile</description>
        <pubDate>Thu, 01 Oct 2015 21:02:45 +0200</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5a2b666ce590a56f147e167aa07684af2d6b854a - Merge from head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/cddl/usr.bin/Makefile#5a2b666ce590a56f147e167aa07684af2d6b854a</link>
        <description>Merge from head

            List of files:
            /freebsd/cddl/usr.bin/Makefile</description>
        <pubDate>Thu, 01 Oct 2015 11:36:43 +0200</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0f405ee78f6bdc7dd6274d8fe8b5a21718a3b89e - Sync up with head (up to r288341).</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/cddl/usr.bin/Makefile#0f405ee78f6bdc7dd6274d8fe8b5a21718a3b89e</link>
        <description>Sync up with head (up to r288341).

            List of files:
            /freebsd/cddl/usr.bin/Makefile</description>
        <pubDate>Mon, 28 Sep 2015 19:30:07 +0200</pubDate>
        <dc:creator>Navdeep Parhar &lt;np@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9875367b9abbd19edbfc70fc709a78e7c5c9a4f6 - remove unused sgsmsg utility (originally imported from opensolaris)</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/cddl/usr.bin/Makefile#9875367b9abbd19edbfc70fc709a78e7c5c9a4f6</link>
        <description>remove unused sgsmsg utility (originally imported from opensolaris)MFC after:	25 days

            List of files:
            /freebsd/cddl/usr.bin/Makefile</description>
        <pubDate>Mon, 28 Sep 2015 14:38:57 +0200</pubDate>
        <dc:creator>Andriy Gapon &lt;avg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>416ba5c74546f32a993436a99516d35008e9f384 - Catch up with HEAD (r280229-r284686).</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/cddl/usr.bin/Makefile#416ba5c74546f32a993436a99516d35008e9f384</link>
        <description>Catch up with HEAD (r280229-r284686).

            List of files:
            /freebsd/cddl/usr.bin/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>37a48d408f2b41e2c45952de3498a018b4d41b31 - MFH: r282615-r283655</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/cddl/usr.bin/Makefile#37a48d408f2b41e2c45952de3498a018b4d41b31</link>
        <description>MFH: r282615-r283655Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/cddl/usr.bin/Makefile</description>
        <pubDate>Thu, 28 May 2015 19:06:50 +0200</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
