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

            List of files:
            /freebsd-14.2/cddl/usr.bin/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>3bf66365 - cddl/*: add a WITH(OUT)_DTRACE option</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/cddl/usr.bin/Makefile#3bf66365</link>
        <description>cddl/*: add a WITH(OUT)_DTRACE optionAdd an option to enable/disable DTrace without disabling ZFS.  Newarchitectures such as CHERI may support ZFS before they support DTraceand the old model of WITHOUT_CDDL disabling both wasn&apos;t helpful.For compatiblity, the CDDL option remains and WITHOUT_CDDL impliesWITHOUT_DTRACE.  WITHOUT_DTRACE also implies WITHOUT_CTF.As part of this change, largely convert cddl/*/Makefile to using themore compact SUBDIR.${MK_&lt;FOO&gt;}+= form rather than using intermediatevariables.Reviewed by:	markjObtained from:	CheriBSDSponsored by:	DARPA, AFRLDifferential Revision:	https://reviews.freebsd.org/D35718

            List of files:
            /freebsd-14.2/cddl/usr.bin/Makefile</description>
        <pubDate>Wed, 06 Jul 2022 13:03:48 +0000</pubDate>
        <dc:creator>Brooks Davis &lt;brooks@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/usr.bin/Makefile#f2089385</link>
        <description>zfs: unbreak build broken in 160388166

            List of files:
            /freebsd-14.2/cddl/usr.bin/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>123ae304 - build: remove LIBPTHREAD/LIBTHR build options</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/cddl/usr.bin/Makefile#123ae304</link>
        <description>build: remove LIBPTHREAD/LIBTHR build optionsWITHOUT_LIBTHR has been broken for a little over five years now, since thexz 5.2.0 update introduced a hard liblzma dependency on libthr, and buildinga useful system without threading support is becoming increasingly moredifficult.Additionally, in the five plus years that it&apos;s been broken more reversedependencies have cropped up in libzstd, libsqlite3, and libcrypto (amongothers) that make it more and more difficult to reconcile the effort neededto fix these options.Remove the broken options.PR:		252760Reviewed by:	brooks, emaste, kibDifferential Revision:	https://reviews.freebsd.org/D28263

            List of files:
            /freebsd-14.2/cddl/usr.bin/Makefile</description>
        <pubDate>Wed, 20 Jan 2021 14:01:25 +0000</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>06672739 - Ensure zstreamdump subdir can be visited</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/cddl/usr.bin/Makefile#06672739</link>
        <description>Ensure zstreamdump subdir can be visitedReported by:	Thomas LausSponsored by:	iXsystems, Inc.

            List of files:
            /freebsd-14.2/cddl/usr.bin/Makefile</description>
        <pubDate>Tue, 01 Sep 2020 19:02:07 +0000</pubDate>
        <dc:creator>Ryan Moeller &lt;freqlabs@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/usr.bin/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/usr.bin/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>4b330699 - Convert traditional ${MK_TESTS} conditional idiom for including test</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/cddl/usr.bin/Makefile#4b330699</link>
        <description>Convert traditional ${MK_TESTS} conditional idiom for including testdirectories to SUBDIR.${MK_TESTS} idiomThis is being done to pave the way for future work (and homogenity) in^/projects/make-check-sandbox .No functional change intended.MFC after:	1 weeks

            List of files:
            /freebsd-14.2/cddl/usr.bin/Makefile</description>
        <pubDate>Wed, 02 Aug 2017 08:35:51 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9875367b - remove unused sgsmsg utility (originally imported from opensolaris)</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/cddl/usr.bin/Makefile#9875367b</link>
        <description>remove unused sgsmsg utility (originally imported from opensolaris)MFC after:	25 days

            List of files:
            /freebsd-14.2/cddl/usr.bin/Makefile</description>
        <pubDate>Mon, 28 Sep 2015 12:38:57 +0000</pubDate>
        <dc:creator>Andriy Gapon &lt;avg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6b32ba62 - Build cddl/{sbin,usr.bin,usr.sbin} in parallel as all of the applications are</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/cddl/usr.bin/Makefile#6b32ba62</link>
        <description>Build cddl/{sbin,usr.bin,usr.sbin} in parallel as all of the applications arefreestanding (they require libraries build via make libraries in buildworld)MFC after: 1 weekSponsored by: EMC / Isilon Storage Division

            List of files:
            /freebsd-14.2/cddl/usr.bin/Makefile</description>
        <pubDate>Wed, 20 May 2015 12:26:09 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c6063d0d - Use src.opts.mk in preference to bsd.own.mk except where we need stuff</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/cddl/usr.bin/Makefile#c6063d0d</link>
        <description>Use src.opts.mk in preference to bsd.own.mk except where we need stufffrom the latter.

            List of files:
            /freebsd-14.2/cddl/usr.bin/Makefile</description>
        <pubDate>Tue, 06 May 2014 04:22:01 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>38f0b757 - Add placeholder Kyuafiles for various top-level hierarchies.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/cddl/usr.bin/Makefile#38f0b757</link>
        <description>Add placeholder Kyuafiles for various top-level hierarchies.This change adds tests/ directories in the source tree to create varioussubdirectories in /usr/tests/ and to install placeholder Kyuafiles forthem.the relevant hierarchies are: cddl, etc, games, gnu and secure.The reason for this is to simplify the addition of new test programs forutilities or libraries under any of these directories.  Doing so on acase by case basis is unnecessary and is quite an obscure process.

            List of files:
            /freebsd-14.2/cddl/usr.bin/Makefile</description>
        <pubDate>Mon, 21 Apr 2014 21:39:25 +0000</pubDate>
        <dc:creator>Julio Merino &lt;jmmv@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>10b9d77b - Finally... Import the latest open-source ZFS version - (SPA) 28.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/cddl/usr.bin/Makefile#10b9d77b</link>
        <description>Finally... Import the latest open-source ZFS version - (SPA) 28.Few new things available from now on:- Data deduplication.- Triple parity RAIDZ (RAIDZ3).- zfs diff.- zpool split.- Snapshot holds.- zpool import -F. Allows to rewind corrupted pool to earlier  transaction group.- Possibility to import pool in read-only mode.MFC after:	1 month

            List of files:
            /freebsd-14.2/cddl/usr.bin/Makefile</description>
        <pubDate>Sun, 27 Feb 2011 19:41:40 +0000</pubDate>
        <dc:creator>Pawel Jakub Dawidek &lt;pjd@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1ba4a712 - Update ZFS from version 6 to 13 and bring some FreeBSD-specific changes.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/cddl/usr.bin/Makefile#1ba4a712</link>
        <description>Update ZFS from version 6 to 13 and bring some FreeBSD-specific changes.This bring huge amount of changes, I&apos;ll enumerate only user-visible changes:- Delegated Administration	Allows regular users to perform ZFS operations, like file system	creation, snapshot creation, etc.- L2ARC	Level 2 cache for ZFS - allows to use additional disks for cache.	Huge performance improvements mostly for random read of mostly	static content.- slog	Allow to use additional disks for ZFS Intent Log to speed up	operations like fsync(2).- vfs.zfs.super_owner	Allows regular users to perform privileged operations on files stored	on ZFS file systems owned by him. Very careful with this one.- chflags(2)	Not all the flags are supported. This still needs work.- ZFSBoot	Support to boot off of ZFS pool. Not finished, AFAIK.	Submitted by:	dfr- Snapshot properties- New failure modes	Before if write requested failed, system paniced. Now one	can select from one of three failure modes:	- panic - panic on write error	- wait - wait for disk to reappear	- continue - serve read requests if possible, block write requests- Refquota, refreservation properties	Just quota and reservation properties, but don&apos;t count space consumed	by children file systems, clones and snapshots.- Sparse volumes	ZVOLs that don&apos;t reserve space in the pool.- External attributes	Compatible with extattr(2).- NFSv4-ACLs	Not sure about the status, might not be complete yet.	Submitted by:	trasz- Creation-time properties- Regression tests for zpool(8) command.Obtained from:	OpenSolaris

            List of files:
            /freebsd-14.2/cddl/usr.bin/Makefile</description>
        <pubDate>Mon, 17 Nov 2008 20:49:29 +0000</pubDate>
        <dc:creator>Pawel Jakub Dawidek &lt;pjd@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d30b4ed2 - Add the DTrace build tools.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/cddl/usr.bin/Makefile#d30b4ed2</link>
        <description>Add the DTrace build tools.

            List of files:
            /freebsd-14.2/cddl/usr.bin/Makefile</description>
        <pubDate>Thu, 22 May 2008 08:04:49 +0000</pubDate>
        <dc:creator>John Birrell &lt;jb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>dbdb679c - Remove options MK_LIBKSE and DEFAULT_THREAD_LIB now that we no longer</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/cddl/usr.bin/Makefile#dbdb679c</link>
        <description>Remove options MK_LIBKSE and DEFAULT_THREAD_LIB now that we no longerbuild libkse.  This should fix WITHOUT_LIBTHR builds as a side effect.

            List of files:
            /freebsd-14.2/cddl/usr.bin/Makefile</description>
        <pubDate>Sat, 29 Mar 2008 17:44:40 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>946367b8 - Tweak the handling of &quot;WITHOUT_LIBPTHREAD&quot;.  Also remove the accidental</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/cddl/usr.bin/Makefile#946367b8</link>
        <description>Tweak the handling of &quot;WITHOUT_LIBPTHREAD&quot;.  Also remove the accidentaltreatment of &apos;LIBKSE&apos; as an &quot;old style&quot; knob.Submitted by:	ruApproved by:	re(kensmith)

            List of files:
            /freebsd-14.2/cddl/usr.bin/Makefile</description>
        <pubDate>Tue, 09 Oct 2007 23:31:11 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>65c045e9 - Repo copy libpthreads to libkse.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/cddl/usr.bin/Makefile#65c045e9</link>
        <description>Repo copy libpthreads to libkse.This introduces the WITHOUT_LIBKSE nob,and changes WITHOUT_LIBPTHREADS to mean with neither threading libs.Approved by:	re(kensmith)

            List of files:
            /freebsd-14.2/cddl/usr.bin/Makefile</description>
        <pubDate>Tue, 09 Oct 2007 13:42:34 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bcf72246 - Don&apos;t build bits that depend on the pthreads support if a</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/cddl/usr.bin/Makefile#bcf72246</link>
        <description>Don&apos;t build bits that depend on the pthreads support if asystem was configured without such support.Approved by:	re (kensmith)

            List of files:
            /freebsd-14.2/cddl/usr.bin/Makefile</description>
        <pubDate>Mon, 01 Oct 2007 18:23:24 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3b7917d7 - - Reduce number of atomic operations needed to be implemented in asm by</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/cddl/usr.bin/Makefile#3b7917d7</link>
        <description>- Reduce number of atomic operations needed to be implemented in asm by  implementing some of them using existing ones.- Allow to compile ZFS on all archs and use atomic operations surrounded  by global mutex on archs we don&apos;t have or can&apos;t have all atomic  operations needed by ZFS.

            List of files:
            /freebsd-14.2/cddl/usr.bin/Makefile</description>
        <pubDate>Fri, 08 Jun 2007 12:35:47 +0000</pubDate>
        <dc:creator>Pawel Jakub Dawidek &lt;pjd@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/usr.bin/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/usr.bin/Makefile</description>
        <pubDate>Mon, 16 Apr 2007 21:20:26 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
