<?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>0dc8cda9a39b0b33b69c3c7cefad27dde8f7c1c0 - Centralize the base rump libraries into a variable used by all the other</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tests/fs/nfs/Makefile#0dc8cda9a39b0b33b69c3c7cefad27dde8f7c1c0</link>
        <description>Centralize the base rump libraries into a variable used by all the otherMakefiles so that we can make changes to it centrally as needed and haveless mess. Fixes the sun2 build that needs rumpvfs after librump afterthe latest changes.

            List of files:
            /netbsd-src/tests/fs/nfs/Makefile</description>
        <pubDate>Sun, 01 Mar 2020 18:08:12 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e8f299cad3a5824eb2b41c2838a4db0ab0c61d68 - fix MKZFS=yes ports</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tests/fs/nfs/Makefile#e8f299cad3a5824eb2b41c2838a4db0ab0c61d68</link>
        <description>fix MKZFS=yes ports

            List of files:
            /netbsd-src/tests/fs/nfs/Makefile</description>
        <pubDate>Thu, 08 Jan 2015 03:50:56 +0000</pubDate>
        <dc:creator>pooka &lt;pooka@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f693807fd83868c8dd240d6dacf6887e312fc8d8 - Fix static linking for the tests: -lrump is also used by -lrumpuser,</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tests/fs/nfs/Makefile#f693807fd83868c8dd240d6dacf6887e312fc8d8</link>
        <description>Fix static linking for the tests: -lrump is also used by -lrumpuser,so we also need -lrump after -lrumpuser.  Fixes build for sun2.

            List of files:
            /netbsd-src/tests/fs/nfs/Makefile</description>
        <pubDate>Tue, 10 Jun 2014 04:28:39 +0000</pubDate>
        <dc:creator>he &lt;he@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>37f2635c650ce23574341a6c50ffb39c1735ea15 - Fix obvious code issues and remove the original -Wno-error for clang</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tests/fs/nfs/Makefile#37f2635c650ce23574341a6c50ffb39c1735ea15</link>
        <description>Fix obvious code issues and remove the original -Wno-error for clangbuilds to not hide them in the future:(1) Don&apos;t use a pointer to a local variables if all that is done iscomparing it against NULL. The function itself works fine for thatpurpose.(2) Initialise the fail counter, giving the test a chance to workreliably.

            List of files:
            /netbsd-src/tests/fs/nfs/Makefile</description>
        <pubDate>Fri, 24 Feb 2012 13:53:46 +0000</pubDate>
        <dc:creator>joerg &lt;joerg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5ba1d99f102092bc650d40a84e2ec37af7c3f020 - When I split non-quota-specific functions out from ../ffs/quotas_common.sh</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tests/fs/nfs/Makefile#5ba1d99f102092bc650d40a84e2ec37af7c3f020</link>
        <description>When I split non-quota-specific functions out from ../ffs/quotas_common.shI forgot to ajust this test.Fix PR bin/46015

            List of files:
            /netbsd-src/tests/fs/nfs/Makefile</description>
        <pubDate>Mon, 13 Feb 2012 22:40:43 +0000</pubDate>
        <dc:creator>bouyer &lt;bouyer@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>28050549eb337184a52532f3183df75a34c705d3 - Ignore warnings when building with clang for now.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tests/fs/nfs/Makefile#28050549eb337184a52532f3183df75a34c705d3</link>
        <description>Ignore warnings when building with clang for now.

            List of files:
            /netbsd-src/tests/fs/nfs/Makefile</description>
        <pubDate>Mon, 30 May 2011 14:41:26 +0000</pubDate>
        <dc:creator>joerg &lt;joerg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>fa4ca53da488f2c7d1db0599282644258d0616c3 - Add a test for rpc.rquotad(8)</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tests/fs/nfs/Makefile#fa4ca53da488f2c7d1db0599282644258d0616c3</link>
        <description>Add a test for rpc.rquotad(8)

            List of files:
            /netbsd-src/tests/fs/nfs/Makefile</description>
        <pubDate>Sat, 12 Mar 2011 14:03:38 +0000</pubDate>
        <dc:creator>bouyer &lt;bouyer@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0549224c7a89308c54f67039dbbf30ab78149986 - Reorder the library specifications, so that we don&apos;t depend on the</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tests/fs/nfs/Makefile#0549224c7a89308c54f67039dbbf30ab78149986</link>
        <description>Reorder the library specifications, so that we don&apos;t depend on thelibrary dependencies recorded in shared libraries, allowing theseto be linked statically as well.

            List of files:
            /netbsd-src/tests/fs/nfs/Makefile</description>
        <pubDate>Thu, 23 Sep 2010 09:39:14 +0000</pubDate>
        <dc:creator>he &lt;he@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>862a7ebf2c77ab8b06786041f2fce637ad39569b - install to right place.  from pgoyette</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tests/fs/nfs/Makefile#862a7ebf2c77ab8b06786041f2fce637ad39569b</link>
        <description>install to right place.  from pgoyette

            List of files:
            /netbsd-src/tests/fs/nfs/Makefile</description>
        <pubDate>Wed, 28 Jul 2010 19:23:01 +0000</pubDate>
        <dc:creator>pooka &lt;pooka@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6d749c2c28bc81d69f0d64577fa7bc87536ac52c - Add test for service interruption while mountd handles SIGHUP.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tests/fs/nfs/Makefile#6d749c2c28bc81d69f0d64577fa7bc87536ac52c</link>
        <description>Add test for service interruption while mountd handles SIGHUP.This is an xfail test for the problem described in PR kern/5844per highly surreptitious nudge from mrg

            List of files:
            /netbsd-src/tests/fs/nfs/Makefile</description>
        <pubDate>Wed, 28 Jul 2010 15:24:54 +0000</pubDate>
        <dc:creator>pooka &lt;pooka@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>25f5a6a3a910f2ace9862080ce3025493848d191 - Add NFS service suitable for use in testing.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tests/fs/nfs/Makefile#25f5a6a3a910f2ace9862080ce3025493848d191</link>
        <description>Add NFS service suitable for use in testing.

            List of files:
            /netbsd-src/tests/fs/nfs/Makefile</description>
        <pubDate>Mon, 26 Jul 2010 15:53:00 +0000</pubDate>
        <dc:creator>pooka &lt;pooka@NetBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
