<?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 2015</copyright>
    <generator>Java</generator><item>
        <title>d0b2dbfa - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/cddl/lib/libctf/Makefile#d0b2dbfa</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/cddl/lib/libctf/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>e17ebfd3 - Remove -I flag for include path that doesn&apos;t exist</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/cddl/lib/libctf/Makefile#e17ebfd3</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-14.2/cddl/lib/libctf/Makefile</description>
        <pubDate>Thu, 10 Sep 2020 15:37:07 +0000</pubDate>
        <dc:creator>Alex Richardson &lt;arichardson@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9e5787d2 - Merge OpenZFS support in to HEAD.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/cddl/lib/libctf/Makefile#9e5787d2</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-14.2/cddl/lib/libctf/Makefile</description>
        <pubDate>Tue, 25 Aug 2020 02:21:27 +0000</pubDate>
        <dc:creator>Matt Macy &lt;mmacy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>acc37ca1 - cddl: normalize paths using SRCTOP-relative paths or :H when possible</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/cddl/lib/libctf/Makefile#acc37ca1</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-14.2/cddl/lib/libctf/Makefile</description>
        <pubDate>Sat, 04 Mar 2017 11:30:04 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>58406fff - Raise the WARNS level in cddl/lib</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/cddl/lib/libctf/Makefile#58406fff</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-14.2/cddl/lib/libctf/Makefile</description>
        <pubDate>Thu, 23 Jun 2016 15:02:57 +0000</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>eacae6dc - Fix LDADD/DPADD that should be LIBADD.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/cddl/lib/libctf/Makefile#eacae6dc</link>
        <description>Fix LDADD/DPADD that should be LIBADD.Sponsored by:	EMC / Isilon Storage Division

            List of files:
            /freebsd-14.2/cddl/lib/libctf/Makefile</description>
        <pubDate>Fri, 04 Dec 2015 03:17:47 +0000</pubDate>
        <dc:creator>Bryan Drewery &lt;bdrewery@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1189b87f - mark that libctf depends upon libz so that if you dlopen libctf, you</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/cddl/lib/libctf/Makefile#1189b87f</link>
        <description>mark that libctf depends upon libz so that if you dlopen libctf, youdon&apos;t get:Undefined symbol &quot;zError&quot;

            List of files:
            /freebsd-14.2/cddl/lib/libctf/Makefile</description>
        <pubDate>Wed, 05 Mar 2014 23:37:25 +0000</pubDate>
        <dc:creator>John-Mark Gurney &lt;jmg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4ef20db2 - Remove manual .includes in cddl Makefiles</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/cddl/lib/libctf/Makefile#4ef20db2</link>
        <description>Remove manual .includes in cddl Makefiles- Break the dependency on ../Makefile.inc for .PATH, and include  ../Makefile.inc implicitly. This is required to ...- Set WARNS?=6 in top-level Makefile.inc- Remove now redundant WARNS settings, add WARNS?=0 where appropriate- Remove redundant SHLIB_MAJOR overrides- Use NO_MAN, not MK_MAN=no- Remove redundant inclusion of bsd.own.mk- Order Makefiles more according to style.Makefile(9)- Reduce diff of cddl Makefiles against each otherNo objection:	pjdApproved by:	ed (co-mentor)

            List of files:
            /freebsd-14.2/cddl/lib/libctf/Makefile</description>
        <pubDate>Tue, 02 Mar 2010 19:04:07 +0000</pubDate>
        <dc:creator>Ulrich Sp&#246;rlein &lt;uqs@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3ca3047a - Bump the version of all non-symbol-versioned shared libraries in</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/cddl/lib/libctf/Makefile#3ca3047a</link>
        <description>Bump the version of all non-symbol-versioned shared libraries inpreparation for 8.0-RELEASE.  Add the previous version of thoselibraries to ObsoleteFiles.inc and bump __FreeBSD_Version.Reviewed by:    kibApproved by:    re (rwatson)

            List of files:
            /freebsd-14.2/cddl/lib/libctf/Makefile</description>
        <pubDate>Sun, 19 Jul 2009 17:25:24 +0000</pubDate>
        <dc:creator>Ken Smith &lt;kensmith@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ebe86aac - Add the DTrace libraries and D library scripts.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/cddl/lib/libctf/Makefile#ebe86aac</link>
        <description>Add the DTrace libraries and D library scripts.

            List of files:
            /freebsd-14.2/cddl/lib/libctf/Makefile</description>
        <pubDate>Thu, 22 May 2008 04:26:42 +0000</pubDate>
        <dc:creator>John Birrell &lt;jb@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
