<?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>e928afc531e68b7a142ee49d8f7e5c8426d54033 - Use ZFSTOP more broadly</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/cddl/lib/libctf/Makefile#e928afc531e68b7a142ee49d8f7e5c8426d54033</link>
        <description>Use ZFSTOP more broadlyReviewed by:	brooksObtained from:	CheriBSDDifferential Revision:	https://reviews.freebsd.org/D53791

            List of files:
            /freebsd/cddl/lib/libctf/Makefile</description>
        <pubDate>Mon, 24 Nov 2025 16:47:10 +0100</pubDate>
        <dc:creator>John Baldwin &lt;jhb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>24e4dcf4ba5e9dedcf89efd358ea3e1fe5867020 - packages: Move ctf-tools to ctf</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/cddl/lib/libctf/Makefile#24e4dcf4ba5e9dedcf89efd358ea3e1fe5867020</link>
        <description>packages: Move ctf-tools to ctfRemove the ctf-tools package.  Add a new package which contains theprevious contents of ctf-tools along with libctf.  This removesCDDL-licensed code from the utilities package.Set LIB_PACKAGE for libctf so that DTrace runtime doesn&apos;t need toinstall the tools.MFC after:	1 dayReviewed by:	baptSponsored by:	https://www.patreon.com/bsdivyDifferential Revision:	https://reviews.freebsd.org/D52776

            List of files:
            /freebsd/cddl/lib/libctf/Makefile</description>
        <pubDate>Tue, 30 Sep 2025 10:29:37 +0200</pubDate>
        <dc:creator>Lexi Winter &lt;ivy@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/cddl/lib/libctf/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/lib/libctf/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/lib/libctf/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/cddl/lib/libctf/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>e17ebfd3b711eaf61848f07cf8ec85e70f275b50 - Remove -I flag for include path that doesn&apos;t exist</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/cddl/lib/libctf/Makefile#e17ebfd3b711eaf61848f07cf8ec85e70f275b50</link>
        <description>Remove -I flag for include path that doesn&apos;t existFound this while trying to get macOS bootstrap to work again after OpenZFS merge.Reviewed By:	#zfs, freqlabsDifferential Revision: https://reviews.freebsd.org/D26192

            List of files:
            /freebsd/cddl/lib/libctf/Makefile</description>
        <pubDate>Thu, 10 Sep 2020 17:37:07 +0200</pubDate>
        <dc:creator>Alex Richardson &lt;arichardson@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e25152834cdf3b353892835a4f3b157e066a8ed4 - MFH</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/cddl/lib/libctf/Makefile#e25152834cdf3b353892835a4f3b157e066a8ed4</link>
        <description>MFHSponsored by:	Rubicon Communications, LLC (netgate.com)

            List of files:
            /freebsd/cddl/lib/libctf/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/lib/libctf/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/lib/libctf/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>acc37ca1c15f7cd8b5e5b0389cf6e6b98ea61447 - cddl: normalize paths using SRCTOP-relative paths or :H when possible</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/cddl/lib/libctf/Makefile#acc37ca1c15f7cd8b5e5b0389cf6e6b98ea61447</link>
        <description>cddl: normalize paths using SRCTOP-relative paths or :H when possibleThis simplifies make logic/outputWhile here, remove bogus CFLAGS which look for headers in cddl/lib/libumem.There aren&apos;t any source files there (just Makefiles)MFC after:	1 monthSponsored by:	Dell EMC Isilon

            List of files:
            /freebsd/cddl/lib/libctf/Makefile</description>
        <pubDate>Sat, 04 Mar 2017 12:30:04 +0100</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>58406fff5271d20a3a0e1f9cc84882497a96d27e - Raise the WARNS level in cddl/lib</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/cddl/lib/libctf/Makefile#58406fff5271d20a3a0e1f9cc84882497a96d27e</link>
        <description>Raise the WARNS level in cddl/libcddl/lib/libavl/Makefilecddl/lib/libctf/Makefilecddl/lib/libnvpair/Makefilecddl/lib/libumem/Makefilecddl/lib/libuutil/Makefile	Increase WARNS to the highest working level for each of these	librariesApproved by:	re (gjb, hrs)MFC after:	4 weeksSponsored by:	Spectra Logic Corp

            List of files:
            /freebsd/cddl/lib/libctf/Makefile</description>
        <pubDate>Thu, 23 Jun 2016 17:02:57 +0200</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b626f5a73a48f44a31a200291b141e1da408a2ff - MFH r289384-r293170</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/cddl/lib/libctf/Makefile#b626f5a73a48f44a31a200291b141e1da408a2ff</link>
        <description>MFH r289384-r293170Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/cddl/lib/libctf/Makefile</description>
        <pubDate>Mon, 04 Jan 2016 20:19:48 +0100</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6c43c26fe0c128dfafbb1b2207912494493d2dd7 - Catch up with head.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/cddl/lib/libctf/Makefile#6c43c26fe0c128dfafbb1b2207912494493d2dd7</link>
        <description>Catch up with head.

            List of files:
            /freebsd/cddl/lib/libctf/Makefile</description>
        <pubDate>Fri, 04 Dec 2015 20:32:51 +0100</pubDate>
        <dc:creator>Navdeep Parhar &lt;np@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>eacae6dc66aa881c102f11e2003174eea7e8af74 - Fix LDADD/DPADD that should be LIBADD.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/cddl/lib/libctf/Makefile#eacae6dc66aa881c102f11e2003174eea7e8af74</link>
        <description>Fix LDADD/DPADD that should be LIBADD.Sponsored by:	EMC / Isilon Storage Division

            List of files:
            /freebsd/cddl/lib/libctf/Makefile</description>
        <pubDate>Fri, 04 Dec 2015 04:17:47 +0100</pubDate>
        <dc:creator>Bryan Drewery &lt;bdrewery@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>98e0ffaefb0f241cda3a72395d3be04192ae0d47 - Merge sync of head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/cddl/lib/libctf/Makefile#98e0ffaefb0f241cda3a72395d3be04192ae0d47</link>
        <description>Merge sync of head

            List of files:
            /freebsd/cddl/lib/libctf/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/cddl/lib/libctf/Makefile#d899be7d43d8df9cb485af5705e2724165a461c7</link>
        <description>Reintegrate head: r274132-r277384Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/cddl/lib/libctf/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/cddl/lib/libctf/Makefile#8f0ea33f2bbf3a6aa80235f0a02fa5f2780c2b17</link>
        <description>Reintegrate head revisions r273096-r277147Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/cddl/lib/libctf/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>f0d7e7f714cad74b2d63a1716fcbc2cf35c9d66a - MFhead @ r275663</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/cddl/lib/libctf/Makefile#f0d7e7f714cad74b2d63a1716fcbc2cf35c9d66a</link>
        <description>MFhead @ r275663

            List of files:
            /freebsd/cddl/lib/libctf/Makefile</description>
        <pubDate>Wed, 10 Dec 2014 07:43:16 +0100</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d7e0694a595722a6839f88ec7219a981ed734b95 - Merge ^/head r275478 through r275622.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/cddl/lib/libctf/Makefile#d7e0694a595722a6839f88ec7219a981ed734b95</link>
        <description>Merge ^/head r275478 through r275622.

            List of files:
            /freebsd/cddl/lib/libctf/Makefile</description>
        <pubDate>Mon, 08 Dec 2014 20:56:34 +0100</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>38d120bc13ac1de5b739b67b87016b9122149374 - MFV r272851:</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/cddl/lib/libctf/Makefile#38d120bc13ac1de5b739b67b87016b9122149374</link>
        <description>MFV r272851:5202 want ctf(4)illumos/illumos-gate@fe2e029eea29fd49d0d9058dbd5b79a252667e6b

            List of files:
            /freebsd/cddl/lib/libctf/Makefile</description>
        <pubDate>Mon, 08 Dec 2014 05:35:34 +0100</pubDate>
        <dc:creator>Mark Johnston &lt;markj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6cec9cad762b6476313fb1f8e931a1647822db6b - MFC @ r266724</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/cddl/lib/libctf/Makefile#6cec9cad762b6476313fb1f8e931a1647822db6b</link>
        <description>MFC @ r266724An SVM update will follow this.

            List of files:
            /freebsd/cddl/lib/libctf/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>9d2ab4a62d6733c45958627ac113bdbd818d1e2a - Merge head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/cddl/lib/libctf/Makefile#9d2ab4a62d6733c45958627ac113bdbd818d1e2a</link>
        <description>Merge head

            List of files:
            /freebsd/cddl/lib/libctf/Makefile</description>
        <pubDate>Sun, 27 Apr 2014 10:13:43 +0200</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
