<?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>031beb4e - sys: Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/zfs/Makefile#031beb4e</link>
        <description>sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/sys/modules/zfs/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 17:54:58 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b36f469a - zfs: set autotrim default to &apos;off&apos;</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/zfs/Makefile#b36f469a</link>
        <description>zfs: set autotrim default to &apos;off&apos;As it turns out having autotrim default to &apos;on&apos; on FreeBSD never reallyworked due to mess with defines where userland and kernel module weregetting different default values (userland was defaulting to &apos;off&apos;,module was thinking it&apos;s &apos;on&apos;).PR:		264234Reviewed by:	mav (zfs)Differential Revision: https://reviews.freebsd.org/D41056

            List of files:
            /freebsd-14.2/sys/modules/zfs/Makefile</description>
        <pubDate>Mon, 17 Jul 2023 09:12:53 +0000</pubDate>
        <dc:creator>Yuri Pankov &lt;yuripv@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>dddb1aec - sys: Retire OPENZFS_CWARNFLAGS now that it is empty.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/zfs/Makefile#dddb1aec</link>
        <description>sys: Retire OPENZFS_CWARNFLAGS now that it is empty.Reviewed by:	markj, emasteDifferential Revision:	https://reviews.freebsd.org/D39217

            List of files:
            /freebsd-14.2/sys/modules/zfs/Makefile</description>
        <pubDate>Wed, 22 Mar 2023 19:35:30 +0000</pubDate>
        <dc:creator>John Baldwin &lt;jhb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>32661319 - Fix spelling of NO_WINFINITE_RECURSION.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/zfs/Makefile#32661319</link>
        <description>Fix spelling of NO_WINFINITE_RECURSION.Reported by:	dimFixes:		2e08e4b75ea1 zfs: Fix build with GCC 12.

            List of files:
            /freebsd-14.2/sys/modules/zfs/Makefile</description>
        <pubDate>Wed, 21 Dec 2022 22:45:29 +0000</pubDate>
        <dc:creator>John Baldwin &lt;jhb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2e08e4b7 - zfs: Fix build with GCC 12.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/zfs/Makefile#2e08e4b7</link>
        <description>zfs: Fix build with GCC 12.Silence -Winfinite-recursion for ldo.c in lua and -Wstringop-overreadfor nvpair.c.Reviewed by:	mmDifferential Revision:	https://reviews.freebsd.org/D37631

            List of files:
            /freebsd-14.2/sys/modules/zfs/Makefile</description>
        <pubDate>Wed, 21 Dec 2022 18:49:23 +0000</pubDate>
        <dc:creator>John Baldwin &lt;jhb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e726e710 - Suppress unused variable warning for zfs_fm.c</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/zfs/Makefile#e726e710</link>
        <description>Suppress unused variable warning for zfs_fm.cWith clang 15, the following -Werror warning is produced:    sys/contrib/openzfs/module/zfs/zfs_fm.c:256:6: error: variable &apos;cnt&apos; set but not used [-Werror,-Wunused-but-set-variable]            int cnt = 0;                ^The &apos;cnt&apos; variable does not seem to be used for anything, but since thisis contributed code, suppress the warning instead.MFC after:	3 days

            List of files:
            /freebsd-14.2/sys/modules/zfs/Makefile</description>
        <pubDate>Tue, 26 Jul 2022 20:07:42 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>52f6e63a - Fix the zfs build for arm64</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/zfs/Makefile#52f6e63a</link>
        <description>Fix the zfs build for arm64Remove -mgeneral-regs-only when building the arm64 blake3 code. Ituses simd instructions so will use non-general purpose registers.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-14.2/sys/modules/zfs/Makefile</description>
        <pubDate>Fri, 24 Jun 2022 13:16:50 +0000</pubDate>
        <dc:creator>Andrew Turner &lt;andrew@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a95c7001 - zfs: Disable -Wunused-but-set-variable for dnode.c.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/zfs/Makefile#a95c7001</link>
        <description>zfs: Disable -Wunused-but-set-variable for dnode.c.dn is only used by DNODE_VERIFY (conditional on ZFS_DEBUG) indnode_special_open.

            List of files:
            /freebsd-14.2/sys/modules/zfs/Makefile</description>
        <pubDate>Wed, 13 Apr 2022 23:08:20 +0000</pubDate>
        <dc:creator>John Baldwin &lt;jhb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0c348b97 - zfs: Disable -Wunused-but-set-variable for a few files in zstd.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/zfs/Makefile#0c348b97</link>
        <description>zfs: Disable -Wunused-but-set-variable for a few files in zstd.FSE_createCTable raises the warning because we stub out malloc() toNULL in the kernel, so the passed in size is unused.ZSTD_seqDecompressedSize has a variable whose value is only used inassertions.NB: These files are missing corresponding entries in sys/conf/files.

            List of files:
            /freebsd-14.2/sys/modules/zfs/Makefile</description>
        <pubDate>Fri, 08 Apr 2022 00:01:29 +0000</pubDate>
        <dc:creator>John Baldwin &lt;jhb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2ea6414e - zfs: Fix typo in module Makefile</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/zfs/Makefile#2ea6414e</link>
        <description>zfs: Fix typo in module MakefileFixes:	c03c5b1c8091Sponsored by:	iXsystems, Inc.

            List of files:
            /freebsd-14.2/sys/modules/zfs/Makefile</description>
        <pubDate>Wed, 09 Mar 2022 18:19:42 +0000</pubDate>
        <dc:creator>Ryan Moeller &lt;freqlabs@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5f2aca83 - Disable clang 14 warning about bitwise operators in zstd</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/zfs/Makefile#5f2aca83</link>
        <description>Disable clang 14 warning about bitwise operators in zstdParts of zstd, used in openzfs and other places, trigger a new clang 14-Werror warning:```sys/contrib/zstd/lib/decompress/huf_decompress.c:889:25: error: use of bitwise &apos;&amp;&apos; with boolean operands [-Werror,-Wbitwise-instead-of-logical]                        (BIT_reloadDStreamFast(&amp;bitD1) == BIT_DStream_unfinished)                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~```While the warning is benign, it should ideally be fixed upstream andthen vendor-imported, but for now silence it selectively.MFC after:	3 days

            List of files:
            /freebsd-14.2/sys/modules/zfs/Makefile</description>
        <pubDate>Tue, 08 Feb 2022 20:46:03 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2e946f87 - Fix ZFS module build</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/zfs/Makefile#2e946f87</link>
        <description>Fix ZFS module buildresolves: link_elf_obj: symbol abd_checksum_edonr_native undefinedThe required module-build bits were originally identified in theupstream pull request: https://github.com/openzfs/zfs/pull/12735But were missed when the code was imported (since they are notcommitted upstream).X-MFC-With:	dae1713419a6, 09cd63416051Submitted by:	freqlabsSponsored by:	Klara Inc.

            List of files:
            /freebsd-14.2/sys/modules/zfs/Makefile</description>
        <pubDate>Wed, 17 Nov 2021 15:07:05 +0000</pubDate>
        <dc:creator>Allan Jude &lt;allanjude@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8ea35c45 - Include ccompile.h after opt_global.h.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/zfs/Makefile#8ea35c45</link>
        <description>Include ccompile.h after opt_global.h.This restores INVARIANTS enabling ZFS_DEBUG when built as module.Discussed with:	freqlabsMFC after:	1 week

            List of files:
            /freebsd-14.2/sys/modules/zfs/Makefile</description>
        <pubDate>Mon, 15 Mar 2021 17:48:50 +0000</pubDate>
        <dc:creator>Alexander Motin &lt;mav@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>174a7e57 - ZFS: fix assertions with INVARIANTS</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/zfs/Makefile#174a7e57</link>
        <description>ZFS: fix assertions with INVARIANTSAFAICT, this was an oversight from9e5787d2284e187abb5b654d924394a65772e004 (svn r364746).  That revisioninadvertently disabled assertions unconditionally.Reviewed by:	freqlabsMFC after:	3 daysSponsored by:	AxcientDifferential Revision:	https://reviews.freebsd.org/D28256

            List of files:
            /freebsd-14.2/sys/modules/zfs/Makefile</description>
        <pubDate>Wed, 20 Jan 2021 15:55:36 +0000</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b363d3d5 - OpenZFS: Fix issues caused by reversed commits + rebase</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/zfs/Makefile#b363d3d5</link>
        <description>OpenZFS: Fix issues caused by reversed commits + rebase

            List of files:
            /freebsd-14.2/sys/modules/zfs/Makefile</description>
        <pubDate>Fri, 08 Jan 2021 00:03:48 +0000</pubDate>
        <dc:creator>Matt Macy &lt;mmacy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d021434a - openzfs: fix gcc kernel module builds</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/zfs/Makefile#d021434a</link>
        <description>openzfs: fix gcc kernel module builds - Suppress -Wredundant-decls.  Ultimately this warning is harmless in   any case, and it does not look like there is a simple way to avoid   redundant declarations in this case without a lot of header pollution   (e.g. having openzfs&apos;s shim param.h pulling in sys/kernel.h for hz). - Suppress -Wnested-externs, which is useless anyway.Unfortunately it was not sufficient just to modify OPENZFS_CFLAGS,because the warning suppressions need to appear on the command lineafter they are explicitly enabled by CWARNFLAGS from sys/conf/kern.mk,but OPENZFS_CFLAGS get added before due to use of -I for the shims.Reviewed by:	markjSponsored by:	Dell EMC IsilonDifferential Revision:	https://reviews.freebsd.org/D27685

            List of files:
            /freebsd-14.2/sys/modules/zfs/Makefile</description>
        <pubDate>Sun, 27 Dec 2020 22:33:13 +0000</pubDate>
        <dc:creator>Ryan Libby &lt;rlibby@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ec5c07fc - zfs: quiet gcc -Wmissing-include-dirs</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/zfs/Makefile#ec5c07fc</link>
        <description>zfs: quiet gcc -Wmissing-include-dirsDon&apos;t tell it to look for headers in a non-existent directory.Reviewed by:	imp, mmacySponsored by:	Dell EMC IsilonDifferential Revision:	https://reviews.freebsd.org/D27565

            List of files:
            /freebsd-14.2/sys/modules/zfs/Makefile</description>
        <pubDate>Fri, 11 Dec 2020 22:52:08 +0000</pubDate>
        <dc:creator>Ryan Libby &lt;rlibby@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>692aa83d - ZFS: remove some extra defines</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/zfs/Makefile#692aa83d</link>
        <description>ZFS: remove some extra definesWhen merging a number of defines that are needed in the standalonebuild made it in to the module makefile.Reported by:	markj@

            List of files:
            /freebsd-14.2/sys/modules/zfs/Makefile</description>
        <pubDate>Tue, 08 Sep 2020 17:47:30 +0000</pubDate>
        <dc:creator>Matt Macy &lt;mmacy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b6c3b1a9 - Stop setting DEBUG_FLAGS in the zfs.ko Makefile.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/zfs/Makefile#b6c3b1a9</link>
        <description>Stop setting DEBUG_FLAGS in the zfs.ko Makefile.Rely on system settings to decide whether or not to build with debugsymbols and extract them to a separate file.Reported and tested by:	rm

            List of files:
            /freebsd-14.2/sys/modules/zfs/Makefile</description>
        <pubDate>Fri, 04 Sep 2020 18:55:03 +0000</pubDate>
        <dc:creator>Mark Johnston &lt;markj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>78ec71bd - [PowerPC] More preemptive powerpcspe ZFS build fixes</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/zfs/Makefile#78ec71bd</link>
        <description>[PowerPC] More preemptive powerpcspe ZFS build fixesI went through the merge and found the rest of the instances where${MACHINE_ARCH} == &quot;powerpc&quot; was being used to detect 32-bit and adjustedthe rest of the instances to also check for powerpcspe.mips32* will probably want to do the same.Sponsored by:	Tag1 Consulting, Inc.

            List of files:
            /freebsd-14.2/sys/modules/zfs/Makefile</description>
        <pubDate>Tue, 25 Aug 2020 19:04:54 +0000</pubDate>
        <dc:creator>Brandon Bergren &lt;bdragon@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
