<?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 2025</copyright>
    <generator>Java</generator><item>
        <title>a678e87f5533521f6dec1a4e85c3decb1c3b6584 - unionfs: Support renaming symbolic links</title>
        <link>http://opengrok.net:8080/history/src/tests/sys/fs/Makefile#a678e87f5533521f6dec1a4e85c3decb1c3b6584</link>
        <description>unionfs: Support renaming symbolic linksThis adds support for renaming a symbolic link found on the lower fs,which necessitates copying it to the upper fs, as well as basic tests.MFC after:	1 weekSponsored by:	Klara, Inc.Sponsored by:	NetApp, Inc.Reviewed by:	olce, siderop1_netapp.com, jahDifferential Revision:	https://reviews.freebsd.org/D54229

            List of files:
            /src/tests/sys/fs/Makefile</description>
        <pubDate>Wed, 17 Dec 2025 22:38:11 +0000</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://opengrok.net:8080/history/src/tests/sys/fs/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:
            /src/tests/sys/fs/Makefile</description>
        <pubDate>Mon, 15 Jul 2024 04:46:32 +0000</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://opengrok.net:8080/history/src/tests/sys/fs/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /src/tests/sys/fs/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>69d94f4c7608e41505996559367450706e91fbb8 - Add tarfs, a filesystem backed by tarballs.</title>
        <link>http://opengrok.net:8080/history/src/tests/sys/fs/Makefile#69d94f4c7608e41505996559367450706e91fbb8</link>
        <description>Add tarfs, a filesystem backed by tarballs.Sponsored by:	Juniper Networks, Inc.Sponsored by:	Klara, Inc.Reviewed by:	pauamma, impDifferential Revision:	https://reviews.freebsd.org/D37753

            List of files:
            /src/tests/sys/fs/Makefile</description>
        <pubDate>Thu, 02 Feb 2023 17:18:41 +0000</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c387c23098d3b540ca6049b161ab08e1dd9794f7 - tests/sys/fs: remove mips workaround</title>
        <link>http://opengrok.net:8080/history/src/tests/sys/fs/Makefile#c387c23098d3b540ca6049b161ab08e1dd9794f7</link>
        <description>tests/sys/fs: remove mips workaroundMIPS is gone, so we no longer require this check.Reviewed by:	imp, asomersDifferential Revision:	https://reviews.freebsd.org/D36566

            List of files:
            /src/tests/sys/fs/Makefile</description>
        <pubDate>Thu, 15 Sep 2022 13:57:43 +0000</pubDate>
        <dc:creator>Mitchell Horne &lt;mhorne@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d679c71970e37c0b758c34b5e54655446befe957 - Refine fusefs test workaround for mips+llvm</title>
        <link>http://opengrok.net:8080/history/src/tests/sys/fs/Makefile#d679c71970e37c0b758c34b5e54655446befe957</link>
        <description>Refine fusefs test workaround for mips+llvmThis re-enables building the googletest suite by default on mips and insteadspecifically doesn&apos;t build fusefs tests for mips+clang builds.  clang willeasily spent &gt;= 1.5 hours compiling a single file due to a bug inoptimization (see LLVM PR 43263), so turn these off for now while that&apos;shashed out.GCC builds are unaffected and build the fusefs tests as-is. Clang buildsonly happen by early adopters attempting to hash out the remaining issues.The comment has been updated to reflect its new position and use less strongwording about imposing on people.Discussed with:	ngie, asomersReviewed by:	ngie

            List of files:
            /src/tests/sys/fs/Makefile</description>
        <pubDate>Mon, 06 Jan 2020 18:25:58 +0000</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c5c3ba6b43cac20dc9432eac15758d41cb2b8b1f - Merge ^/head r351317 through r351731.</title>
        <link>http://opengrok.net:8080/history/src/tests/sys/fs/Makefile#c5c3ba6b43cac20dc9432eac15758d41cb2b8b1f</link>
        <description>Merge ^/head r351317 through r351731.

            List of files:
            /src/tests/sys/fs/Makefile</description>
        <pubDate>Tue, 03 Sep 2019 05:58:43 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>92a8983babc3effa5b7339864521857b5f284805 - Fix the build with WITHOUT_GOOGLETEST</title>
        <link>http://opengrok.net:8080/history/src/tests/sys/fs/Makefile#92a8983babc3effa5b7339864521857b5f284805</link>
        <description>Fix the build with WITHOUT_GOOGLETESTAttempting to build the fusefs tests WITHOUT_GOOGLETEST will result in anerror if the host system or sysroot doesn&apos;t already have googletest headersin /usr/include/private (e.g. host built/installed WITHOUT_GOOGLETEST, cleancross-buildworld WITHOUT_GOOGLETEST).Reviewed by:	asomersDifferential Revision:	https://reviews.freebsd.org/D21367

            List of files:
            /src/tests/sys/fs/Makefile</description>
        <pubDate>Thu, 22 Aug 2019 19:10:31 +0000</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0b4275accb8658bf978e1dd0787c8ba7d034d938 - fusefs: merge from projects/fuse2</title>
        <link>http://opengrok.net:8080/history/src/tests/sys/fs/Makefile#0b4275accb8658bf978e1dd0787c8ba7d034d938</link>
        <description>fusefs: merge from projects/fuse2This commit imports the new fusefs driver. It raises the protocol levelfrom 7.8 to 7.23, fixes many bugs, adds a test suite for the driver, andadds many new features. New features include:* Optional kernel-side permissions checks (-o default_permissions)* Implement VOP_MKNOD, VOP_BMAP, and VOP_ADVLOCK* Allow interrupting FUSE operations* Support named pipes and unix-domain sockets in fusefs file systems* Forward UTIME_NOW during utimensat(2) to the daemon* kqueue support for /dev/fuse* Allow updating mounts with &quot;mount -u&quot;* Allow exporting fusefs file systems over NFS* Server-initiated invalidation of the name cache or data cache* Respect RLIMIT_FSIZE* Try to support servers as old as protocol 7.4Performance enhancements include:* Implement FUSE&apos;s FOPEN_KEEP_CACHE and FUSE_ASYNC_READ flags* Cache file attributes* Cache lookup entries, both positive and negative* Server-selectable cache modes: writethrough, writeback, or uncached* Write clustering* Readahead* Use counter(9) for statistical reportingPR:		199934 216391 233783 234581 235773 235774 235775PR:		236226 236231 236236 236291 236329 236381 236405PR:		236327 236466 236472 236473 236474 236530 236557PR:		236560 236844 237052 237181 237588 238565Reviewed by:	bcr (man pages)Reviewed by:	cem, ngie, rpokala, glebius, kib, bde, emaste (post-commit		review on project branch)MFC after:	3 weeksRelnotes:	yesSponsored by:	The FreeBSD FoundationPull Request:	https://reviews.freebsd.org/D21110

            List of files:
            /src/tests/sys/fs/Makefile</description>
        <pubDate>Wed, 07 Aug 2019 00:38:26 +0000</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>93fecd02a11f5ca545f529bde1c27b2d54773fcd - fusefs: misc build fixes</title>
        <link>http://opengrok.net:8080/history/src/tests/sys/fs/Makefile#93fecd02a11f5ca545f529bde1c27b2d54773fcd</link>
        <description>fusefs: misc build fixes* Only build the tests on platforms with C++14 support* Fix an undefined symbol error on lint builds* Remove an unused function: fiov_clearSponsored by:	The FreeBSD Foundation

            List of files:
            /src/tests/sys/fs/Makefile</description>
        <pubDate>Sat, 25 May 2019 21:40:27 +0000</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9821f1d3231d4dea3e1319358f416425be2266a6 - fusefs: adapt the tests to the fuse =&gt; fusefs rename</title>
        <link>http://opengrok.net:8080/history/src/tests/sys/fs/Makefile#9821f1d3231d4dea3e1319358f416425be2266a6</link>
        <description>fusefs: adapt the tests to the fuse =&gt; fusefs renameSponsored by:	The FreeBSD Foundation

            List of files:
            /src/tests/sys/fs/Makefile</description>
        <pubDate>Thu, 21 Mar 2019 00:11:43 +0000</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>44154e682a358962de25a5001900953f21c2e107 - Begin a fuse(4) test suite</title>
        <link>http://opengrok.net:8080/history/src/tests/sys/fs/Makefile#44154e682a358962de25a5001900953f21c2e107</link>
        <description>Begin a fuse(4) test suiteIt only tests the kernel portion of fuse, not the userspace portion (whichcomes from sysutils/fusefs-libs).  The kernel-userspace interface isde-facto standardized, and this test suite seeks to validate FreeBSD&apos;simplementation.It uses GoogleMock to substitute for a userspace daemon and validate thekernel&apos;s behavior in response to filesystem access.  GoogleMock isconvenient because it can validate the order, number, and arguments of eachoperation, and return canned responses.But that also means that the test suite must use GoogleTest, sinceGoogleMock is incompatible with atf-c++ and atf.test.mk does not allow C++programs to use atf-c.This commit adds the first 10 test cases out of an estimated 130 total.PR:		235775, 235773Sponsored by:	The FreeBSD Foundation

            List of files:
            /src/tests/sys/fs/Makefile</description>
        <pubDate>Fri, 01 Mar 2019 23:53:05 +0000</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a678e87f5533521f6dec1a4e85c3decb1c3b6584 - unionfs: Support renaming symbolic links</title>
        <link>http://opengrok.net:8080/history/src/tests/sys/fs/Makefile#a678e87f5533521f6dec1a4e85c3decb1c3b6584</link>
        <description>unionfs: Support renaming symbolic linksThis adds support for renaming a symbolic link found on the lower fs,which necessitates copying it to the upper fs, as well as basic tests.MFC after:	1 weekSponsored by:	Klara, Inc.Sponsored by:	NetApp, Inc.Reviewed by:	olce, siderop1_netapp.com, jahDifferential Revision:	https://reviews.freebsd.org/D54229

            List of files:
            /src/tests/sys/fs/Makefile</description>
        <pubDate>Wed, 17 Dec 2025 22:38:11 +0000</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://opengrok.net:8080/history/src/tests/sys/fs/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:
            /src/tests/sys/fs/Makefile</description>
        <pubDate>Mon, 15 Jul 2024 04:46:32 +0000</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://opengrok.net:8080/history/src/tests/sys/fs/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /src/tests/sys/fs/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>69d94f4c7608e41505996559367450706e91fbb8 - Add tarfs, a filesystem backed by tarballs.</title>
        <link>http://opengrok.net:8080/history/src/tests/sys/fs/Makefile#69d94f4c7608e41505996559367450706e91fbb8</link>
        <description>Add tarfs, a filesystem backed by tarballs.Sponsored by:	Juniper Networks, Inc.Sponsored by:	Klara, Inc.Reviewed by:	pauamma, impDifferential Revision:	https://reviews.freebsd.org/D37753

            List of files:
            /src/tests/sys/fs/Makefile</description>
        <pubDate>Thu, 02 Feb 2023 17:18:41 +0000</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c387c23098d3b540ca6049b161ab08e1dd9794f7 - tests/sys/fs: remove mips workaround</title>
        <link>http://opengrok.net:8080/history/src/tests/sys/fs/Makefile#c387c23098d3b540ca6049b161ab08e1dd9794f7</link>
        <description>tests/sys/fs: remove mips workaroundMIPS is gone, so we no longer require this check.Reviewed by:	imp, asomersDifferential Revision:	https://reviews.freebsd.org/D36566

            List of files:
            /src/tests/sys/fs/Makefile</description>
        <pubDate>Thu, 15 Sep 2022 13:57:43 +0000</pubDate>
        <dc:creator>Mitchell Horne &lt;mhorne@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d679c71970e37c0b758c34b5e54655446befe957 - Refine fusefs test workaround for mips+llvm</title>
        <link>http://opengrok.net:8080/history/src/tests/sys/fs/Makefile#d679c71970e37c0b758c34b5e54655446befe957</link>
        <description>Refine fusefs test workaround for mips+llvmThis re-enables building the googletest suite by default on mips and insteadspecifically doesn&apos;t build fusefs tests for mips+clang builds.  clang willeasily spent &gt;= 1.5 hours compiling a single file due to a bug inoptimization (see LLVM PR 43263), so turn these off for now while that&apos;shashed out.GCC builds are unaffected and build the fusefs tests as-is. Clang buildsonly happen by early adopters attempting to hash out the remaining issues.The comment has been updated to reflect its new position and use less strongwording about imposing on people.Discussed with:	ngie, asomersReviewed by:	ngie

            List of files:
            /src/tests/sys/fs/Makefile</description>
        <pubDate>Mon, 06 Jan 2020 18:25:58 +0000</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c5c3ba6b43cac20dc9432eac15758d41cb2b8b1f - Merge ^/head r351317 through r351731.</title>
        <link>http://opengrok.net:8080/history/src/tests/sys/fs/Makefile#c5c3ba6b43cac20dc9432eac15758d41cb2b8b1f</link>
        <description>Merge ^/head r351317 through r351731.

            List of files:
            /src/tests/sys/fs/Makefile</description>
        <pubDate>Tue, 03 Sep 2019 05:58:43 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>92a8983babc3effa5b7339864521857b5f284805 - Fix the build with WITHOUT_GOOGLETEST</title>
        <link>http://opengrok.net:8080/history/src/tests/sys/fs/Makefile#92a8983babc3effa5b7339864521857b5f284805</link>
        <description>Fix the build with WITHOUT_GOOGLETESTAttempting to build the fusefs tests WITHOUT_GOOGLETEST will result in anerror if the host system or sysroot doesn&apos;t already have googletest headersin /usr/include/private (e.g. host built/installed WITHOUT_GOOGLETEST, cleancross-buildworld WITHOUT_GOOGLETEST).Reviewed by:	asomersDifferential Revision:	https://reviews.freebsd.org/D21367

            List of files:
            /src/tests/sys/fs/Makefile</description>
        <pubDate>Thu, 22 Aug 2019 19:10:31 +0000</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
