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

            List of files:
            /freebsd-14.2/cddl/lib/libnvpair/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/libnvpair/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/libnvpair/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>06016a40 - libnvpair: install libnvpair.h</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/cddl/lib/libnvpair/Makefile#06016a40</link>
        <description>libnvpair: install libnvpair.hThis is included by libbe/be.h.Sponsored by:	Rubicon Communications, LLC (&quot;Netgate&quot;)

            List of files:
            /freebsd-14.2/cddl/lib/libnvpair/Makefile</description>
        <pubDate>Wed, 20 Jul 2022 22:30:53 +0000</pubDate>
        <dc:creator>Kristof Provost &lt;kp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9e9c651c - cddl: fix missing ZFS library dependencies</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/cddl/lib/libnvpair/Makefile#9e9c651c</link>
        <description>cddl: fix missing ZFS library dependenciesIn 9fae47666 zfsd got a libspl dependency to avoid undefined references.However that workaround did not help external consumers of libzfs_core.Fix all missing dependencies lld 13 and the rtld complain about.Reviewed by:	freqlabs, markjMFC after:	2 weeksDifferential Revision:	https://reviews.freebsd.org/D32521

            List of files:
            /freebsd-14.2/cddl/lib/libnvpair/Makefile</description>
        <pubDate>Sat, 16 Oct 2021 16:29:28 +0000</pubDate>
        <dc:creator>Greg V &lt;greg@unrelenting.technology&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/libnvpair/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/libnvpair/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/libnvpair/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/libnvpair/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>ce33c57d - Use INCS for non-sys/ libnvpair and libzfs_core includes</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/cddl/lib/libnvpair/Makefile#ce33c57d</link>
        <description>Use INCS for non-sys/ libnvpair and libzfs_core includesWhile nothing was wrong with libnvpair.h, libzfs_core.h was only guarded byMK_CDDL rather than MK_CDDL &amp;&amp; MK_ZFS. Rather than ugl&apos;if&apos;yinginclude/Makefile to impose the extra restriction, just move the non-sys/includes into INCS with the respect lib builds.This has the added bonus of allowing third party packagers to try and splitthese libs out of the FreeBSD-runtime package, if they are so inclined.The sys/ include was left alone- generally userland libraries shouldn&apos;tinstall kernel headers.MFC after:	1 week

            List of files:
            /freebsd-14.2/cddl/lib/libnvpair/Makefile</description>
        <pubDate>Mon, 13 Aug 2018 03:38:32 +0000</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@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/libnvpair/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/libnvpair/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>b3840ceb - Revert r304547 now there is no more need for it.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/cddl/lib/libnvpair/Makefile#b3840ceb</link>
        <description>Revert r304547 now there is no more need for it.

            List of files:
            /freebsd-14.2/cddl/lib/libnvpair/Makefile</description>
        <pubDate>Sun, 28 Aug 2016 19:32:14 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>703f2cb2 - For now, don&apos;t error out on warnings about undefined behavior calling</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/cddl/lib/libnvpair/Makefile#703f2cb2</link>
        <description>For now, don&apos;t error out on warnings about undefined behavior callingva_start() on the &apos;which&apos; parameter of nvlist_prtctl_dofmt().

            List of files:
            /freebsd-14.2/cddl/lib/libnvpair/Makefile</description>
        <pubDate>Sat, 20 Aug 2016 21:34:41 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@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/libnvpair/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/libnvpair/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>306a82f8 - Rename zfs nvpair files to not colidate with our nvlist.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/cddl/lib/libnvpair/Makefile#306a82f8</link>
        <description>Rename zfs nvpair files to not colidate with our nvlist.PR:		201356Approved by:	pjd (mentor)

            List of files:
            /freebsd-14.2/cddl/lib/libnvpair/Makefile</description>
        <pubDate>Thu, 09 Jul 2015 21:53:40 +0000</pubDate>
        <dc:creator>Mariusz Zaborski &lt;oshogbo@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>538c3c05 - spelling in comments fixup</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/cddl/lib/libnvpair/Makefile#538c3c05</link>
        <description>spelling in comments fixupSubmitted by:		Joerg Sonnenberger &lt;joerg@britannica.bec.de&gt;

            List of files:
            /freebsd-14.2/cddl/lib/libnvpair/Makefile</description>
        <pubDate>Mon, 04 Nov 2013 19:32:35 +0000</pubDate>
        <dc:creator>Sean Bruno &lt;sbruno@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6392bb4f - This library uses macros to define fprintf behvavior for several object types</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/cddl/lib/libnvpair/Makefile#6392bb4f</link>
        <description>This library uses macros to define fprintf behvavior for several object typesThe compiler will see the non-string literal arguments to the fprintf calls andomit warnings for them. Quiese these warnings in contrib code:cddl/contrib/opensolaris/lib/libnvpair/libnvpair.c:743:12: warning: format  string is not a string literal (potentially insecure) [-Wformat-security]  ARENDER(pctl, nvlist_array, nvl, name, val, nelem);

            List of files:
            /freebsd-14.2/cddl/lib/libnvpair/Makefile</description>
        <pubDate>Sun, 03 Nov 2013 21:05:44 +0000</pubDate>
        <dc:creator>Sean Bruno &lt;sbruno@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2d9cf57e - Introduce &quot;feature flags&quot; for ZFS pools (bump SPA version to 5000).</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/cddl/lib/libnvpair/Makefile#2d9cf57e</link>
        <description>Introduce &quot;feature flags&quot; for ZFS pools (bump SPA version to 5000).Add first feature &quot;com.delphix:async_destroy&quot; (asynchronous destroyof ZFS datasets).Implement features support in ZFS boot code.Illumos revisions merged:13700:2889e2596bd613701:1949b688d5fb2619 asynchronous destruction of ZFS file systems2747 SPA versioning with zfs feature flagsReferences:https://www.illumos.org/issues/2619https://www.illumos.org/issues/2747Obtained from:	illumos (issue #2619, #2747)MFC after:	1 month

            List of files:
            /freebsd-14.2/cddl/lib/libnvpair/Makefile</description>
        <pubDate>Mon, 11 Jun 2012 11:35:22 +0000</pubDate>
        <dc:creator>Martin Matuska &lt;mm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9e813d55 - MFC r196289:</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/cddl/lib/libnvpair/Makefile#9e813d55</link>
        <description>MFC r196289:Remove files that are no longer used.Discussed with:	kmacyApproved by:	re (kib)

            List of files:
            /freebsd-14.2/cddl/lib/libnvpair/Makefile</description>
        <pubDate>Mon, 17 Aug 2009 08:09:46 +0000</pubDate>
        <dc:creator>Pawel Jakub Dawidek &lt;pjd@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/libnvpair/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/libnvpair/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>83094056 - Remove files that are no longer used.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/cddl/lib/libnvpair/Makefile#83094056</link>
        <description>Remove files that are no longer used.Discussed with:	kmacyApproved by:	re (kib)

            List of files:
            /freebsd-14.2/cddl/lib/libnvpair/Makefile</description>
        <pubDate>Mon, 17 Aug 2009 08:03:02 +0000</pubDate>
        <dc:creator>Pawel Jakub Dawidek &lt;pjd@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/libnvpair/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/libnvpair/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>ee8a5fa7 - Remove _SOLARIS_C_SOURCE now that it doesn&apos;t do anything in FreeBSD</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/cddl/lib/libnvpair/Makefile#ee8a5fa7</link>
        <description>Remove _SOLARIS_C_SOURCE now that it doesn&apos;t do anything in FreeBSDheaders. All OpenSolaris compatibility comes via the set of specificcompatibility headers in src/compat/opensolaris andsrc/sys/compat/opensolaris.

            List of files:
            /freebsd-14.2/cddl/lib/libnvpair/Makefile</description>
        <pubDate>Wed, 28 Nov 2007 22:58:09 +0000</pubDate>
        <dc:creator>John Birrell &lt;jb@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
