<?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>24affded3d4ec5fafb6b22f773ec1e20d73b9b03 - src.conf: Add a MK_ZFS_TESTS knob</title>
        <link>http://opengrok.net:8080/history/src/tests/sys/cddl/Makefile#24affded3d4ec5fafb6b22f773ec1e20d73b9b03</link>
        <description>src.conf: Add a MK_ZFS_TESTS knobThe in-tree ZFS test suite is somewhat outdated and I see a number offailures there.  I tend to think that we want to integrate the OpenZFStest suite somehow, replacing the legacy one, though it&apos;s also possibleto run that as a separate test suite.In any case, if one wants to run the OpenZFS test suite separately, it&apos;suseful to be able to disable installation of the legacy ZFS test suite,so let&apos;s provide a src.conf option to do that.Reviewed by:	asomersMFC after:	2 weeksDifferential Revision:	https://reviews.freebsd.org/D46476

            List of files:
            /src/tests/sys/cddl/Makefile</description>
        <pubDate>Sat, 07 Sep 2024 14:36:28 +0000</pubDate>
        <dc:creator>Mark Johnston &lt;markj@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/cddl/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/cddl/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/cddl/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /src/tests/sys/cddl/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>24affded3d4ec5fafb6b22f773ec1e20d73b9b03 - src.conf: Add a MK_ZFS_TESTS knob</title>
        <link>http://opengrok.net:8080/history/src/tests/sys/cddl/Makefile#24affded3d4ec5fafb6b22f773ec1e20d73b9b03</link>
        <description>src.conf: Add a MK_ZFS_TESTS knobThe in-tree ZFS test suite is somewhat outdated and I see a number offailures there.  I tend to think that we want to integrate the OpenZFStest suite somehow, replacing the legacy one, though it&apos;s also possibleto run that as a separate test suite.In any case, if one wants to run the OpenZFS test suite separately, it&apos;suseful to be able to disable installation of the legacy ZFS test suite,so let&apos;s provide a src.conf option to do that.Reviewed by:	asomersMFC after:	2 weeksDifferential Revision:	https://reviews.freebsd.org/D46476

            List of files:
            /src/tests/sys/cddl/Makefile</description>
        <pubDate>Sat, 07 Sep 2024 14:36:28 +0000</pubDate>
        <dc:creator>Mark Johnston &lt;markj@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/cddl/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/cddl/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/cddl/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /src/tests/sys/cddl/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>2fae26bd8b752cfae083962a152f4b1ee54ada17 - Add the ZFS test suite</title>
        <link>http://opengrok.net:8080/history/src/tests/sys/cddl/Makefile#2fae26bd8b752cfae083962a152f4b1ee54ada17</link>
        <description>Add the ZFS test suiteIt was originally written by Sun as part of the STF (Solaris test framework).They open sourced it in OpenSolaris, then HighCloud partially ported it toFreeBSD, and Spectra Logic finished the port.  We also added many testcases,fixed many broken ones, and converted them all to the ATF framework.  We&apos;ve hadhelp along the way from avg, araujo, smh, and brd.By default most of the tests are disabled.  Set the disks Kyua variable toenable them.Submitted by:	asomers, will, justing, ken, brd, avg, araujo, smhSponsored by:	Spectra Logic Corp, HighCloud

            List of files:
            /src/tests/sys/cddl/Makefile</description>
        <pubDate>Fri, 23 Feb 2018 16:31:00 +0000</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2fae26bd8b752cfae083962a152f4b1ee54ada17 - Add the ZFS test suite</title>
        <link>http://opengrok.net:8080/history/src/tests/sys/cddl/Makefile#2fae26bd8b752cfae083962a152f4b1ee54ada17</link>
        <description>Add the ZFS test suiteIt was originally written by Sun as part of the STF (Solaris test framework).They open sourced it in OpenSolaris, then HighCloud partially ported it toFreeBSD, and Spectra Logic finished the port.  We also added many testcases,fixed many broken ones, and converted them all to the ATF framework.  We&apos;ve hadhelp along the way from avg, araujo, smh, and brd.By default most of the tests are disabled.  Set the disks Kyua variable toenable them.Submitted by:	asomers, will, justing, ken, brd, avg, araujo, smhSponsored by:	Spectra Logic Corp, HighCloud

            List of files:
            /src/tests/sys/cddl/Makefile</description>
        <pubDate>Fri, 23 Feb 2018 16:31:00 +0000</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>24affded3d4ec5fafb6b22f773ec1e20d73b9b03 - src.conf: Add a MK_ZFS_TESTS knob</title>
        <link>http://opengrok.net:8080/history/src/tests/sys/cddl/Makefile#24affded3d4ec5fafb6b22f773ec1e20d73b9b03</link>
        <description>src.conf: Add a MK_ZFS_TESTS knobThe in-tree ZFS test suite is somewhat outdated and I see a number offailures there.  I tend to think that we want to integrate the OpenZFStest suite somehow, replacing the legacy one, though it&apos;s also possibleto run that as a separate test suite.In any case, if one wants to run the OpenZFS test suite separately, it&apos;suseful to be able to disable installation of the legacy ZFS test suite,so let&apos;s provide a src.conf option to do that.Reviewed by:	asomersMFC after:	2 weeksDifferential Revision:	https://reviews.freebsd.org/D46476

            List of files:
            /src/tests/sys/cddl/Makefile</description>
        <pubDate>Sat, 07 Sep 2024 14:36:28 +0000</pubDate>
        <dc:creator>Mark Johnston &lt;markj@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/cddl/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/cddl/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/cddl/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /src/tests/sys/cddl/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>2fae26bd8b752cfae083962a152f4b1ee54ada17 - Add the ZFS test suite</title>
        <link>http://opengrok.net:8080/history/src/tests/sys/cddl/Makefile#2fae26bd8b752cfae083962a152f4b1ee54ada17</link>
        <description>Add the ZFS test suiteIt was originally written by Sun as part of the STF (Solaris test framework).They open sourced it in OpenSolaris, then HighCloud partially ported it toFreeBSD, and Spectra Logic finished the port.  We also added many testcases,fixed many broken ones, and converted them all to the ATF framework.  We&apos;ve hadhelp along the way from avg, araujo, smh, and brd.By default most of the tests are disabled.  Set the disks Kyua variable toenable them.Submitted by:	asomers, will, justing, ken, brd, avg, araujo, smhSponsored by:	Spectra Logic Corp, HighCloud

            List of files:
            /src/tests/sys/cddl/Makefile</description>
        <pubDate>Fri, 23 Feb 2018 16:31:00 +0000</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
