<?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/libspl/Makefile#d0b2dbfa</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/cddl/lib/libspl/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>a71ea7be - pkgbase: Put zfs utilities and lib in their own package</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/cddl/lib/libspl/Makefile#a71ea7be</link>
        <description>pkgbase: Put zfs utilities and lib in their own packageIt is useful to have zfs utilities and lib in a separate package asit allow users to create image that can support ZFS (i.e. not withWITHOUT_ZFS in src.conf set) without bloating the default image withall zfs tools (for example for jails).Differential Revision:	https://reviews.freebsd.org/D36225

            List of files:
            /freebsd-14.2/cddl/lib/libspl/Makefile</description>
        <pubDate>Fri, 22 Jul 2022 08:43:39 +0000</pubDate>
        <dc:creator>Emmanuel Vadot &lt;manu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d5c12962 - spl: Unbreak crossbuild after f20893853e8e</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/cddl/lib/libspl/Makefile#d5c12962</link>
        <description>spl: Unbreak crossbuild after f20893853e8eSummary:f20893853e8e made getexecname no longer guarded by BOOTSTRAPPING, but itdoes not build on non-FreeBSD as it tries to use KERN_PROC_PATHNAME andrelated constants.Reviewers: mm, impReviewed By: impSubscribers: impDifferential Revision: https://reviews.freebsd.org/D30763

            List of files:
            /freebsd-14.2/cddl/lib/libspl/Makefile</description>
        <pubDate>Tue, 15 Jun 2021 00:23:04 +0000</pubDate>
        <dc:creator>Jessica Clarke &lt;jrtc27@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7aa2e901 - spl: Fix gcc6 build</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/cddl/lib/libspl/Makefile#7aa2e901</link>
        <description>spl: Fix gcc6 build-Wno-error= is only a clang flag, restrict its use to only clang.Sponsored by:		Netflix

            List of files:
            /freebsd-14.2/cddl/lib/libspl/Makefile</description>
        <pubDate>Fri, 11 Jun 2021 03:28:52 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>47ddbfae - zfs: unbreak build with clang 12</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/cddl/lib/libspl/Makefile#47ddbfae</link>
        <description>zfs: unbreak build with clang 12Change -Wno-error-atomic-alignment to -Wno-error=atomic-alignmentin the Makefile of libspl.Reported by:	Ed Maste &lt;emaste@FreeBSD.org&gt;Fix by:		Alexander Richardson &lt;arichardson@FreeBSD.org&gt;

            List of files:
            /freebsd-14.2/cddl/lib/libspl/Makefile</description>
        <pubDate>Thu, 10 Jun 2021 23:31:56 +0000</pubDate>
        <dc:creator>Martin Matuska &lt;mm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f2089385 - zfs: unbreak build broken in 160388166</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/cddl/lib/libspl/Makefile#f2089385</link>
        <description>zfs: unbreak build broken in 160388166

            List of files:
            /freebsd-14.2/cddl/lib/libspl/Makefile</description>
        <pubDate>Tue, 08 Jun 2021 17:02:21 +0000</pubDate>
        <dc:creator>Martin Matuska &lt;mm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>79e02149 - Fix dtrace tools bootstrap on non-FreeBSD after OpenZFS import</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/cddl/lib/libspl/Makefile#79e02149</link>
        <description>Fix dtrace tools bootstrap on non-FreeBSD after OpenZFS importThis required surprisingly few build system changes and only two changes to theopenZFS compat headers which have been upstreamed ashttps://github.com/openzfs/zfs/pull/10863Reviewed By:	#zfs, freqlabsDifferential Revision: https://reviews.freebsd.org/D26193

            List of files:
            /freebsd-14.2/cddl/lib/libspl/Makefile</description>
        <pubDate>Sat, 19 Sep 2020 12:08:16 +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/libspl/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/libspl/Makefile</description>
        <pubDate>Tue, 25 Aug 2020 02:21:27 +0000</pubDate>
        <dc:creator>Matt Macy &lt;mmacy@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
