<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/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>e928afc531e68b7a142ee49d8f7e5c8426d54033 - Use ZFSTOP more broadly</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/cddl/lib/libzfsbootenv/Makefile#e928afc531e68b7a142ee49d8f7e5c8426d54033</link>
        <description>Use ZFSTOP more broadlyReviewed by:	brooksObtained from:	CheriBSDDifferential Revision:	https://reviews.freebsd.org/D53791

            List of files:
            /freebsd/cddl/lib/libzfsbootenv/Makefile</description>
        <pubDate>Mon, 24 Nov 2025 16:47:10 +0100</pubDate>
        <dc:creator>John Baldwin &lt;jhb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>29185c9a26204383270cf96957c685c51f5bc894 - packages: Use LIB_PACKAGE for zfs and ufs packages</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/cddl/lib/libzfsbootenv/Makefile#29185c9a26204383270cf96957c685c51f5bc894</link>
        <description>packages: Use LIB_PACKAGE for zfs and ufs packagesCommit f9513c334ff7 moved the shared libraries for ZFS and UFS intoseparate packages (libzfs and libufs), which resulted in a ratherlarge number of packages being created, e.g. for ZFS:FreeBSD-libzfsFreeBSD-libzfs-dbgFreeBSD-libzfs-dbg-lib32FreeBSD-libzfs-devFreeBSD-libzfs-dev-lib32FreeBSD-libzfs-lib32FreeBSD-zfsFreeBSD-zfs-dbgFreeBSD-zfs-dbg-lib32FreeBSD-zfs-devFreeBSD-zfs-dev-lib32FreeBSD-zfs-lib32FreeBSD-zfs-manUse LIB_PACKAGE instead, which significantly reduces the number ofpackages:FreeBSD-zfsFreeBSD-zfs-dbgFreeBSD-zfs-dbg-lib32FreeBSD-zfs-devFreeBSD-zfs-dev-lib32FreeBSD-zfs-libFreeBSD-zfs-lib32FreeBSD-zfs-manMFC after:	3 daysReviewed by:	baptDifferential Revision:	https://reviews.freebsd.org/D52416

            List of files:
            /freebsd/cddl/lib/libzfsbootenv/Makefile</description>
        <pubDate>Thu, 11 Sep 2025 21:46:26 +0200</pubDate>
        <dc:creator>Lexi Winter &lt;ivy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7a7741af18d6c8a804cc643cb7ecda9d730c6aa6 - zfs: merge openzfs/zfs@b10992582</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/cddl/lib/libzfsbootenv/Makefile#7a7741af18d6c8a804cc643cb7ecda9d730c6aa6</link>
        <description>zfs: merge openzfs/zfs@b10992582Notable upstream pull request merges: #9416  -multiple zio_compress: introduce max size threshold #10018 a10e552b9 Adding Direct IO Support #15147 e419a63bf xattr dataset prop: change defaults to sa #15454 7e957fde7 send/recv: open up additional stream feature flags #15810 0d77e738e Defer resilver only when progress is above a threshold #15921 3cf2bfa57 Allocate zap_attribute_t from kmem instead of stack #16483 -multiple dmu_objset: replace dnode_hash impl with cityhash4 #16485 8be2f4c3d zio_resume: log when unsuspending the pool #16491 88433e640 sys/types32.h: Remove struct timeval32 from libspl header #16496 f245541e2 zfs_file: implement zfs_file_deallocate for FreeBSD 14 #16511 308f7c2f1 Fix an uninitialized data access #16529 29c9e6c32 Fix handling of DNS names with &apos;-&apos; in them for sharenfs #16531 ddf5f34f0 Avoid fault diagnosis if multiple vdevs have errors #16539 6f50f8e16 zfs_log: add flex array fields to log record structs #16546 d40d40913 Evicting too many bytes from MFU metadata #16551 3014dcb76 Reduce and handle EAGAIN errors on AIO label reads #16554 80645d658 FreeBSD: restore zfs_znode_update_vfs() #16565 832f66b21 FreeBSD: Sync taskq_cancel_id() returns with Linux #16567 48d1be254 Properly release key in spa_keystore_dsl_key_hold_dd() #16569 141368a4b Restrict raidz faulted vdev count #16583 c84a37ae9 lua: add flex array field to TString type #16584 86737c592 Avoid computing strlen() inside loops #16587 d34d4f97a snapdir: add &apos;disabled&apos; value to make .zfs inaccessible #16593 224393a32 feature: large_microzap #16597 412105977 Temporarily disable Direct IO by default #16605 4ebe674d9 ARC: Cache arc_c value during arc_evict()Backported pull request merges: #16613 ab777f436 Return boolean_t in inline functions of                  lib/libspl/include/sys/uio.h #16616 efeb60b86 FreeBSD: ignore some includes when not building kernel #16635 ---TBD--- zdb: fix printf format in dump_zap()Obtained from:	OpenZFSOpenZFS commit:	b109925820fb79db3e37670c159977f03edd950fOpenZFS tag:	2.3.0-rc1

            List of files:
            /freebsd/cddl/lib/libzfsbootenv/Makefile</description>
        <pubDate>Fri, 11 Oct 2024 08:39:18 +0200</pubDate>
        <dc:creator>Martin Matuska &lt;mm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/cddl/lib/libzfsbootenv/Makefile#e9ac41698b2f322d55ccf9da50a3596edb2c1800</link>
        <description>Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I&apos;ll just run the command on the branches)Sponsored by: Netflix

            List of files:
            /freebsd/cddl/lib/libzfsbootenv/Makefile</description>
        <pubDate>Mon, 15 Jul 2024 06:46:32 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/cddl/lib/libzfsbootenv/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/cddl/lib/libzfsbootenv/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 19:55:03 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a71ea7bea0d2a8ba86373377c3c1443acbeab5d2 - pkgbase: Put zfs utilities and lib in their own package</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/cddl/lib/libzfsbootenv/Makefile#a71ea7bea0d2a8ba86373377c3c1443acbeab5d2</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/cddl/lib/libzfsbootenv/Makefile</description>
        <pubDate>Fri, 22 Jul 2022 10:43:39 +0200</pubDate>
        <dc:creator>Emmanuel Vadot &lt;manu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e92ffd9b626833ebdbf2742c8ffddc6cd94b963e - zfs: merge openzfs/zfs@17b2ae0b2 (master) into main</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/cddl/lib/libzfsbootenv/Makefile#e92ffd9b626833ebdbf2742c8ffddc6cd94b963e</link>
        <description>zfs: merge openzfs/zfs@17b2ae0b2 (master) into mainNotable upstream pull request merges:  #12766 Fix error propagation from lzc_send_redacted  #12805 Updated the lz4 decompressor  #12851 FreeBSD: Provide correct file generation number  #12857 Verify dRAID empty sectors  #12874 FreeBSD: Update argument types for VOP_READDIR  #12896 Reduce number of arc_prune threads  #12934 FreeBSD: Fix zvol_*_open() locking  #12947 lz4: Cherrypick fix for CVE-2021-3520  #12961 FreeBSD: Fix leaked strings in libspl mnttab  #12964 Fix handling of errors from dmu_write_uio_dbuf() on FreeBSD  #12981 Introduce a flag to skip comparing the local mac when raw sending  #12985 Avoid memory allocations in the ARC eviction threadObtained from:	OpenZFSOpenZFS commit:	17b2ae0b24d487fdda2ef1098ec26fa7f79a61f6

            List of files:
            /freebsd/cddl/lib/libzfsbootenv/Makefile</description>
        <pubDate>Sat, 22 Jan 2022 23:05:15 +0100</pubDate>
        <dc:creator>Martin Matuska &lt;mm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e307eb94ae520d98dc1d346a0c53667a41beab5d - loader: zfs should support bootonce an nextboot</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/cddl/lib/libzfsbootenv/Makefile#e307eb94ae520d98dc1d346a0c53667a41beab5d</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/cddl/lib/libzfsbootenv/Makefile</description>
        <pubDate>Mon, 21 Sep 2020 11:01:10 +0200</pubDate>
        <dc:creator>Toomas Soome &lt;tsoome@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
