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

            List of files:
            /freebsd-14.2/sbin/bectl/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/sbin/bectl/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/sbin/bectl/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>2d486ba1 - pkgbase: Move bectl to the runtime package</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sbin/bectl/Makefile#2d486ba1</link>
        <description>pkgbase: Move bectl to the runtime packageruntime contain what is needed to boot in single user and repair asystem, bectl could be handy to have in this situation.Differential Revision:	https://reviews.freebsd.org/D27708

            List of files:
            /freebsd-14.2/sbin/bectl/Makefile</description>
        <pubDate>Mon, 21 Dec 2020 15:00:02 +0000</pubDate>
        <dc:creator>Emmanuel Vadot &lt;manu@freebsd.org&gt;</dc:creator>
    </item>
<item>
        <title>e307eb94 - loader: zfs should support bootonce an nextboot</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sbin/bectl/Makefile#e307eb94</link>
        <description>loader: zfs should support bootonce an nextbootbootonce feature is temporary, one time boot, activated by&quot;bectl activate -t BE&quot;, &quot;bectl activate -T BE&quot; will reset the bootonce flag.By default, the bootonce setting is reset on attempt to boot and the nextboot will use previously active BE.By setting zfs_bootonce_activate=&quot;YES&quot; in rc.conf, the bootonce BE willbe set permanently active.bootonce dataset name is recorded in boot pool labels, bootenv area.in case of nextboot, the nextboot_enable boolean variable is recorded infreebsd:nvstore nvlist, also stored in boot pool label bootenv area.On boot, the loader will process /boot/nextboot.conf if nextboot_enableis &quot;YES&quot;, and will set nextboot_enable to &quot;NO&quot;, preventing /boot/nextboot.confprocessing on next boot.bootonce and nextboot features are usable in both UEFI and BIOS boot.To use bootonce/nextboot features, the boot loader needs to be updated on disk;if loader.efi is stored on ESP, then ESP needs to be updated andfor BIOS boot, stage2 (zfsboot or gptzfsboot) needs to be updated(gpart or other tools).At this time, only lua loader is updated.Sponsored by:	Netflix, Klara Inc.Differential Revision:	https://reviews.freebsd.org/D25512

            List of files:
            /freebsd-14.2/sbin/bectl/Makefile</description>
        <pubDate>Mon, 21 Sep 2020 09:01:10 +0000</pubDate>
        <dc:creator>Toomas Soome &lt;tsoome@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/sbin/bectl/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/sbin/bectl/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>9c1535e9 - bectl(8): Add some regression tests</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sbin/bectl/Makefile#9c1535e9</link>
        <description>bectl(8): Add some regression testsThese tests operate on a file-backed zpool that gets created in the kyuatemp dir. root and ZFS support are both required for these tests. Currenttests cover create, destroy, export/import, jail, list (kind of), mount,rename, and jail.List tests should later be extended to cover formatting and the differentlist flags, but for now only covers basic &quot;are create/destroy actuallyreflected properly&quot;MFC after:	3 days

            List of files:
            /freebsd-14.2/sbin/bectl/Makefile</description>
        <pubDate>Mon, 19 Nov 2018 02:30:12 +0000</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f2fdf2a1 - libbe(3)/bectl(8): Remove now-redundant include paths</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sbin/bectl/Makefile#f2fdf2a1</link>
        <description>libbe(3)/bectl(8): Remove now-redundant include pathsThese were previously necessary because the libnvpair and libzfs_coreincludes were not installed into the SYSROOT, being a part of the copiestarget in include/Makefile rather than being installed with the library.This was fixed in r337696 and the headers are now installed properly, so wemay let go of the cruft.

            List of files:
            /freebsd-14.2/sbin/bectl/Makefile</description>
        <pubDate>Mon, 13 Aug 2018 05:01:19 +0000</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>35d2028f - libbe(3)/bectl(8): More SYSROOT/GCC build fixes</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sbin/bectl/Makefile#35d2028f</link>
        <description>libbe(3)/bectl(8): More SYSROOT/GCC build fixes- Missing include path- Fully specify libzfs&apos;s dependencies (except for deps pulled in by other  deps) in Makefile.inc1- Drop WARNS back down to 2 for libbe(3). I do this with much hesitation,  but the libzfs headers are apparently a hot warning-filled mess as far as  GCC 4.2 is concerned.

            List of files:
            /freebsd-14.2/sbin/bectl/Makefile</description>
        <pubDate>Sat, 11 Aug 2018 22:45:39 +0000</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>efa70a56 - bectl(8): Add missing include path</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sbin/bectl/Makefile#efa70a56</link>
        <description>bectl(8): Add missing include path

            List of files:
            /freebsd-14.2/sbin/bectl/Makefile</description>
        <pubDate>Sat, 11 Aug 2018 20:47:35 +0000</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>526ad58e - bectl(8): Split list functionality out into its own file as well</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sbin/bectl/Makefile#526ad58e</link>
        <description>bectl(8): Split list functionality out into its own file as well

            List of files:
            /freebsd-14.2/sbin/bectl/Makefile</description>
        <pubDate>Mon, 06 Aug 2018 03:41:52 +0000</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d694059f - bectl(8): bectl jail improvements</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sbin/bectl/Makefile#d694059f</link>
        <description>bectl(8): bectl jail improvements- Support passing arbitrary jail arguments via -o- Split the related (and rewritten since the GSoC) jail bits out into a new  bectl_jail.c file, to reduce clutter in bectl.c- Don&apos;t use RFC 1918 IP space [0]; we&apos;ll instead set no default IPv4 and let  the user pass in any address options they wish via -oReported by:	rgrimes [0], Shawn Webb [0]

            List of files:
            /freebsd-14.2/sbin/bectl/Makefile</description>
        <pubDate>Mon, 06 Aug 2018 03:32:25 +0000</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>83244ec1 - bectl(8): Hack together a more proper `bectl list`</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sbin/bectl/Makefile#83244ec1</link>
        <description>bectl(8): Hack together a more proper `bectl list`Note that the space is currently just the &apos;used&apos; property of the dataset.

            List of files:
            /freebsd-14.2/sbin/bectl/Makefile</description>
        <pubDate>Thu, 26 Jul 2018 18:56:50 +0000</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ad765da4 - bectl(8): Support unjailing a boot environment</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sbin/bectl/Makefile#ad765da4</link>
        <description>bectl(8): Support unjailing a boot environmentThe given parameter may either be a jid, jail name, or a BE name.  In allcases, the parameter will be resolved to a jid and bectl(8) willsanity-check that there&apos;s actually a BE mounted at the requested jail rootbefore invoking jail_remove(2).

            List of files:
            /freebsd-14.2/sbin/bectl/Makefile</description>
        <pubDate>Thu, 26 Jul 2018 03:14:58 +0000</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b29bf2f8 - libbe(3)/be(8): Drop WARNS overrides, fix all fallout</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sbin/bectl/Makefile#b29bf2f8</link>
        <description>libbe(3)/be(8): Drop WARNS overrides, fix all falloutBased on the idea that we shouldn&apos;t have all-new library and utility goinginto base that need WARNS=1...- Decent amount of constification- Lots of parentheses- Minor other nits

            List of files:
            /freebsd-14.2/sbin/bectl/Makefile</description>
        <pubDate>Wed, 25 Jul 2018 15:14:35 +0000</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3682d5e9 - bectl(8): Start dumping out BE information with `bectl list`</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sbin/bectl/Makefile#3682d5e9</link>
        <description>bectl(8): Start dumping out BE information with `bectl list`For the moment, this is a primitive nvlist dump of what we get back frombe_get_bootenv_props as a proof-of-concept and to make sure that we&apos;regetting back the kind of information we want to see from list.

            List of files:
            /freebsd-14.2/sbin/bectl/Makefile</description>
        <pubDate>Wed, 25 Jul 2018 14:30:47 +0000</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>268af06d - Normalize bectl(8)/libbe(3) Makefiles, remove Makefile copyright/license</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sbin/bectl/Makefile#268af06d</link>
        <description>Normalize bectl(8)/libbe(3) Makefiles, remove Makefile copyright/licenseApproved by:	hselaskey

            List of files:
            /freebsd-14.2/sbin/bectl/Makefile</description>
        <pubDate>Tue, 24 Jul 2018 19:55:02 +0000</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5952343e - Rename be(1) to bectl(8); continues to live in /sbin</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sbin/bectl/Makefile#5952343e</link>
        <description>Rename be(1) to bectl(8); continues to live in /sbinDiscussed with:	rpokala, allanjude

            List of files:
            /freebsd-14.2/sbin/bectl/Makefile</description>
        <pubDate>Tue, 24 Jul 2018 13:21:44 +0000</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
