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

            List of files:
            /freebsd-14.2/cddl/lib/libuutil/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/libuutil/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/libuutil/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>f2089385 - zfs: unbreak build broken in 160388166</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/cddl/lib/libuutil/Makefile#f2089385</link>
        <description>zfs: unbreak build broken in 160388166

            List of files:
            /freebsd-14.2/cddl/lib/libuutil/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>9e5787d2 - Merge OpenZFS support in to HEAD.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/cddl/lib/libuutil/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/libuutil/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>c2a7c3be - pkgbase: Force zfs(8) and zpool(8) to be in the runtime package</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/cddl/lib/libuutil/Makefile#c2a7c3be</link>
        <description>pkgbase: Force zfs(8) and zpool(8) to be in the runtime packageThose commands are needed to repair a FreeBSD installation so add themto the runtime packageReviewed by:	bapt, gjbDifferential Revision:	https://reviews.freebsd.org/D21498

            List of files:
            /freebsd-14.2/cddl/lib/libuutil/Makefile</description>
        <pubDate>Thu, 05 Sep 2019 14:07:49 +0000</pubDate>
        <dc:creator>Emmanuel Vadot &lt;manu@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/libuutil/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/libuutil/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/libuutil/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/libuutil/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>4ef20db2 - Remove manual .includes in cddl Makefiles</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/cddl/lib/libuutil/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/libuutil/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>e327f524 - The sources covered by Sun&apos;s CDDL have been repo copied below the</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/cddl/lib/libuutil/Makefile#e327f524</link>
        <description>The sources covered by Sun&apos;s CDDL have been repo copied below thesrc/cddl and src/sys/cddl directories per the core@ decision followingthe license review.This change modifies the affected Makefiles to reference the sourcesin their new location.

            List of files:
            /freebsd-14.2/cddl/lib/libuutil/Makefile</description>
        <pubDate>Thu, 27 Mar 2008 23:21:25 +0000</pubDate>
        <dc:creator>John Birrell &lt;jb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5941f035 - Apply a set of style.Makefile(5) changes to src/cddl/ makefiles.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/cddl/lib/libuutil/Makefile#5941f035</link>
        <description>Apply a set of style.Makefile(5) changes to src/cddl/ makefiles.There are some insignificant non-style changes as well.Not fixed: makefiles use ${LIBTHR} that doesn&apos;t exist, thusbreaking &quot;make checkdpadd&quot; and not tracking dependenciesproperly.Approved by:	pjd

            List of files:
            /freebsd-14.2/cddl/lib/libuutil/Makefile</description>
        <pubDate>Mon, 16 Apr 2007 21:20:26 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f0a75d27 - Please welcome ZFS - The last word in file systems.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/cddl/lib/libuutil/Makefile#f0a75d27</link>
        <description>Please welcome ZFS - The last word in file systems.ZFS file system was ported from OpenSolaris operating system. The code in underCDDL license.I&apos;d like to thank all SUN developers that created this great piece of software.Supported by:	Wheel LTD (http://www.wheel.pl/)Supported by:	The FreeBSD Foundation (http://www.freebsdfoundation.org/)Supported by:	Sentex (http://www.sentex.net/)

            List of files:
            /freebsd-14.2/cddl/lib/libuutil/Makefile</description>
        <pubDate>Fri, 06 Apr 2007 01:09:06 +0000</pubDate>
        <dc:creator>Pawel Jakub Dawidek &lt;pjd@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
