<?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>c4b7a9e7940c62d92a81ee31e05e281e6035fadc - bsd.own.mk: rename GCC_NO_* to CC_WNO_*</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/tests/fs/common/Makefile#c4b7a9e7940c62d92a81ee31e05e281e6035fadc</link>
        <description>bsd.own.mk: rename GCC_NO_* to CC_WNO_*Rename compiler-warning-disable variables from	GCC_NO_warningto	CC_WNO_warningwhere warning is the full warning name as used by the compiler.GCC_NO_IMPLICIT_FALLTHRU is CC_WNO_IMPLICIT_FALLTHROUGHUsing the convention CC_compilerflag, where compilerflagis based on the full compiler flag name.

            List of files:
            /netbsd-src/tests/fs/common/Makefile</description>
        <pubDate>Sat, 03 Jun 2023 09:09:01 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c2082ece61bcded34ddd62d272b784160fc0df5e - remove GCC_NO_ADDR_OF_PACKED_MEMBER for several subdir builds</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/tests/fs/common/Makefile#c2082ece61bcded34ddd62d272b784160fc0df5e</link>
        <description>remove GCC_NO_ADDR_OF_PACKED_MEMBER for several subdir buildsthat are now handled by lfs_accessors.h internally.

            List of files:
            /netbsd-src/tests/fs/common/Makefile</description>
        <pubDate>Mon, 07 Sep 2020 03:09:53 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8820a04cbbb61c2f4e25181e8b065b130578558e - avoid new GCC 9 warnings.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/tests/fs/common/Makefile#8820a04cbbb61c2f4e25181e8b065b130578558e</link>
        <description>avoid new GCC 9 warnings.

            List of files:
            /netbsd-src/tests/fs/common/Makefile</description>
        <pubDate>Mon, 07 Sep 2020 00:29:14 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e81cd2ea149bebfc8bf711fbbb2e9a2f164fbf3c - LIBISPRIVATE=yes</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/tests/fs/common/Makefile#e81cd2ea149bebfc8bf711fbbb2e9a2f164fbf3c</link>
        <description>LIBISPRIVATE=yes

            List of files:
            /netbsd-src/tests/fs/common/Makefile</description>
        <pubDate>Mon, 01 Jun 2020 14:42:03 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>de11d876419df3570c2418468613aebcebafe6ae - introduce some common variables for use in GCC warning disables:</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/tests/fs/common/Makefile#de11d876419df3570c2418468613aebcebafe6ae</link>
        <description>introduce some common variables for use in GCC warning disables:GCC_NO_FORMAT_TRUNCATION    -Wno-format-truncation (GCC 7/8)GCC_NO_STRINGOP_TRUNCATION  -Wno-stringop-truncation (GCC 8)GCC_NO_STRINGOP_OVERFLOW    -Wno-stringop-overflow (GCC 8)GCC_NO_CAST_FUNCTION_TYPE   -Wno-cast-function-type (GCC 8)use these to turn off warnings for most GCC-8 complaints.  manyof these are false positives, most of the real bugs are alreadycommited, or are yet to come.we plan to introduce versions of (some?) of these that use the&quot;-Wno-error=&quot; form, which still displays the warnings but doesnot make it an error, and all of the above will be re-consideredas either being &quot;fix me&quot; (warning still displayed) or &quot;warningis wrong.&quot;

            List of files:
            /netbsd-src/tests/fs/common/Makefile</description>
        <pubDate>Sun, 13 Oct 2019 07:28:04 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5c4c6caf71d5c8950a8b98b3e66e71fe9a795b90 - Make the abs() use check non-fatal for a bogus use in the LFS cleanerd.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/tests/fs/common/Makefile#5c4c6caf71d5c8950a8b98b3e66e71fe9a795b90</link>
        <description>Make the abs() use check non-fatal for a bogus use in the LFS cleanerd.

            List of files:
            /netbsd-src/tests/fs/common/Makefile</description>
        <pubDate>Tue, 04 Mar 2014 21:06:47 +0000</pubDate>
        <dc:creator>joerg &lt;joerg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>591c440aa2ed9ffd1a8ac0b14ed10aeb80334daa - Add UDF as one of the filesytems to test. Might help understand why rump is</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/tests/fs/common/Makefile#591c440aa2ed9ffd1a8ac0b14ed10aeb80334daa</link>
        <description>Add UDF as one of the filesytems to test. Might help understand why rump ismisbehaving on it.

            List of files:
            /netbsd-src/tests/fs/common/Makefile</description>
        <pubDate>Wed, 26 Jun 2013 19:29:24 +0000</pubDate>
        <dc:creator>reinoud &lt;reinoud@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>28c9d06150ffcdc097bfaaca5e89dced52181955 - Highly uncool to stash a partial copy of the ti-rpc code here.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/tests/fs/common/Makefile#28c9d06150ffcdc097bfaaca5e89dced52181955</link>
        <description>Highly uncool to stash a partial copy of the ti-rpc code here.

            List of files:
            /netbsd-src/tests/fs/common/Makefile</description>
        <pubDate>Tue, 05 Mar 2013 19:58:33 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ebca36f90a40873693b1e385d0d73f084c1b160e - Hook ZFS tests to MKZFS instead of a homegrown variable.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/tests/fs/common/Makefile#ebca36f90a40873693b1e385d0d73f084c1b160e</link>
        <description>Hook ZFS tests to MKZFS instead of a homegrown variable.

            List of files:
            /netbsd-src/tests/fs/common/Makefile</description>
        <pubDate>Fri, 31 Aug 2012 14:46:53 +0000</pubDate>
        <dc:creator>pooka &lt;pooka@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>88392d44db4cc503c0116f9b8ce4c5428c2d6359 - Add a vfstest zfs attachment.  This is a compile-time option,</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/tests/fs/common/Makefile#88392d44db4cc503c0116f9b8ce4c5428c2d6359</link>
        <description>Add a vfstest zfs attachment.  This is a compile-time option,default off, due the large numbers of failing tests (some of themlook like quite trivial failures).

            List of files:
            /netbsd-src/tests/fs/common/Makefile</description>
        <pubDate>Mon, 20 Aug 2012 16:37:35 +0000</pubDate>
        <dc:creator>pooka &lt;pooka@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>154297fd6af1056502be90ed0c9a593f4f3a589d - add ATF tests for v7fs. patch by njoly@. thank you.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/tests/fs/common/Makefile#154297fd6af1056502be90ed0c9a593f4f3a589d</link>
        <description>add ATF tests for v7fs. patch by njoly@. thank you.

            List of files:
            /netbsd-src/tests/fs/common/Makefile</description>
        <pubDate>Thu, 11 Aug 2011 10:52:12 +0000</pubDate>
        <dc:creator>uch &lt;uch@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e60986a223ec46f8a54b2c46c28cfc9274c302e7 - Add rumpfs to list of file systems to be autotested.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/tests/fs/common/Makefile#e60986a223ec46f8a54b2c46c28cfc9274c302e7</link>
        <description>Add rumpfs to list of file systems to be autotested.

            List of files:
            /netbsd-src/tests/fs/common/Makefile</description>
        <pubDate>Thu, 11 Nov 2010 17:39:29 +0000</pubDate>
        <dc:creator>pooka &lt;pooka@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>55e1e4c9f322cabf113a6f03f1e8791db07883bc - .PARSEDIR doesn&apos;t work. at least not for me. Use .CURDIR instead</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/tests/fs/common/Makefile#55e1e4c9f322cabf113a6f03f1e8791db07883bc</link>
        <description>.PARSEDIR doesn&apos;t work. at least not for me. Use .CURDIR insteadwhich makes a build with objdir succeed.

            List of files:
            /netbsd-src/tests/fs/common/Makefile</description>
        <pubDate>Tue, 03 Aug 2010 17:24:45 +0000</pubDate>
        <dc:creator>drochner &lt;drochner@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a963742ef4c72890e631b664fba4472317b226ca - Include &amp; use lfs megamaid.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/tests/fs/common/Makefile#a963742ef4c72890e631b664fba4472317b226ca</link>
        <description>Include &amp; use lfs megamaid.

            List of files:
            /netbsd-src/tests/fs/common/Makefile</description>
        <pubDate>Thu, 29 Jul 2010 14:47:44 +0000</pubDate>
        <dc:creator>pooka &lt;pooka@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>34eddb8c109f98747126105f3bd81d04d2a1d925 - Rename xfs.c to fstest_xfs.c to avoid collisions with other</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/tests/fs/common/Makefile#34eddb8c109f98747126105f3bd81d04d2a1d925</link>
        <description>Rename xfs.c to fstest_xfs.c to avoid collisions with othersource files with the name xfs.cok njoly

            List of files:
            /netbsd-src/tests/fs/common/Makefile</description>
        <pubDate>Thu, 29 Jul 2010 14:15:46 +0000</pubDate>
        <dc:creator>pooka &lt;pooka@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>82233993ffa0faf4d07cab72500a4a53272a6b8b - Add NFS to the list of file systems exercised by the &quot;vfs&quot; tests.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/tests/fs/common/Makefile#82233993ffa0faf4d07cab72500a4a53272a6b8b</link>
        <description>Add NFS to the list of file systems exercised by the &quot;vfs&quot; tests.How it works:NFS tests fork and exec the nfs service from fs/nfs/nfsservice.The child then:  a) creates a FFS file system  b) mounts it  c) starts rpcbind  d) starts mountd  e) starts nfsd  f) handles requestsThe client, as expected, does the standard RPC regotiation andcalls mount(MOUNT_NFS).  It then proceeds to execute the test.An individual test which executes everything described above anddoes a few file operations on the NFS mount takes 0.16s wall timeon my laptop from start to finish.  This means it is feasible torun hundreds of tests while still getting results in a timelyfashion.Like in other networked tests, the two processes are connected viathe rump shmif which uses mmapped files as ethernet busses.  Theentire test suite can be executed by an unprivileged account.As a side effect, these tests exercise also the kernel NFS serverin addition to the kernel NFS client.While everything is currently targetted at executing the vfs tests,there is no reason this could not be extended to exercise featuresspecific to NFS.  For example, the server can run through allexportable file system types, permissions can be tested, etc.

            List of files:
            /netbsd-src/tests/fs/common/Makefile</description>
        <pubDate>Mon, 26 Jul 2010 16:15:49 +0000</pubDate>
        <dc:creator>pooka &lt;pooka@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>370c9ab597d2629d578b9706655efede09d30da0 - Convert the file system test common routines into a library to</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/tests/fs/common/Makefile#370c9ab597d2629d578b9706655efede09d30da0</link>
        <description>Convert the file system test common routines into a library tofacilitate more complex user-side stuff (like the lfs cleaner andnfs rpc code), which are non-trivial to do by #include.

            List of files:
            /netbsd-src/tests/fs/common/Makefile</description>
        <pubDate>Mon, 19 Jul 2010 16:09:07 +0000</pubDate>
        <dc:creator>pooka &lt;pooka@NetBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
