<?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>b7a2c5757f93ff98daa28e58c492788207b452cb - Tests for the compat_linux inotify framework from GSoC 2023 (Theodore Preduta)</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/tests/Makefile#b7a2c5757f93ff98daa28e58c492788207b452cb</link>
        <description>Tests for the compat_linux inotify framework from GSoC 2023 (Theodore Preduta)

            List of files:
            /netbsd-src/tests/Makefile</description>
        <pubDate>Sat, 19 Aug 2023 22:56:43 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ef315f7931c8408cfb9a74c8d0735b3dcb57bbbf - Remove MKCRYPTO option.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/tests/Makefile#ef315f7931c8408cfb9a74c8d0735b3dcb57bbbf</link>
        <description>Remove MKCRYPTO option.Originally, MKCRYPTO was introduced because the United Statesclassified cryptography as a munition and restricted its export.  Theexport controls were substantially relaxed fifteen years ago, and areessentially irrelevant for software with published source code.In the intervening time, nobody bothered to remove the option afterits motivation -- the US export restriction -- was eliminated.  I&apos;mnot aware of any other operating system that has a similar option; Iexpect it is mainly out of apathy for churn that we still have it.Today, cryptography is an essential part of modern computing -- youcan&apos;t use the internet responsibly without cryptography.The position of the TNF board of directors is that TNF makes norepresentation that MKCRYPTO=no satisfies any country&apos;s cryptographyregulations.My personal position is that the availability of cryptography is abasic human right; that any local laws restricting it to a privilegedfew are fundamentally immoral; and that it is wrong for developers tospend effort crippling cryptography to work around such laws.As proposed on tech-crypto, tech-security, and tech-userlevel to noobjections:https://mail-index.netbsd.org/tech-crypto/2017/05/06/msg000719.htmlhttps://mail-index.netbsd.org/tech-security/2017/05/06/msg000928.htmlhttps://mail-index.netbsd.org/tech-userlevel/2017/05/06/msg010547.htmlP.S.  Reviewing all the uses of MKCRYPTO in src revealed a lot of*bad* crypto that was conditional on it, e.g. DES in telnet...  Thatshould probably be removed too, but on the grounds that it is bad,not on the grounds that it is (nominally) crypto.

            List of files:
            /netbsd-src/tests/Makefile</description>
        <pubDate>Sun, 21 May 2017 15:28:36 +0000</pubDate>
        <dc:creator>riastradh &lt;riastradh@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b9e582e94c9a24c6f24173892f8bf2dde8853df2 - Don&apos;t build tests that depend on RUMP if BSD_MK_COMPAT_FILE is defined.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/tests/Makefile#b9e582e94c9a24c6f24173892f8bf2dde8853df2</link>
        <description>Don&apos;t build tests that depend on RUMP if BSD_MK_COMPAT_FILE is defined.

            List of files:
            /netbsd-src/tests/Makefile</description>
        <pubDate>Mon, 22 Jun 2015 00:05:23 +0000</pubDate>
        <dc:creator>matt &lt;matt@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>58ac8c454cb7864e15afa22526fba53f998ac4f5 - Run tests in kyua-atf-compat if MKKYUA!=no.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/tests/Makefile#58ac8c454cb7864e15afa22526fba53f998ac4f5</link>
        <description>Run tests in kyua-atf-compat if MKKYUA!=no.

            List of files:
            /netbsd-src/tests/Makefile</description>
        <pubDate>Mon, 25 Feb 2013 00:33:19 +0000</pubDate>
        <dc:creator>jmmv &lt;jmmv@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5b7eb38d00eb2ce34f9a20ddd93428c5bc2f3fa7 - Stop assuming that test programs and directories are the same thing during</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/tests/Makefile#5b7eb38d00eb2ce34f9a20ddd93428c5bc2f3fa7</link>
        <description>Stop assuming that test programs and directories are the same thing duringAtffile generation.This is needed to be able to generate Kyuafiles (coming later), as theseclearly differentiate between the definition of test programs and therecursion into other subdirectories (or files).In particular: rename ATFFILE_EXTRA_TPS to ATFFILE_EXTRA_SUBDIRS andchange the logic in bsd.test.mk to keep track of subdirectories aside from_TESTS when creating the Atffile.

            List of files:
            /netbsd-src/tests/Makefile</description>
        <pubDate>Sat, 23 Feb 2013 21:20:14 +0000</pubDate>
        <dc:creator>jmmv &lt;jmmv@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9f60280349079944aabf9b7cc0dc9a7c1cd58dff - Register kyua-cli into the Atffile when MKKYUA!=no.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/tests/Makefile#9f60280349079944aabf9b7cc0dc9a7c1cd58dff</link>
        <description>Register kyua-cli into the Atffile when MKKYUA!=no.

            List of files:
            /netbsd-src/tests/Makefile</description>
        <pubDate>Sat, 23 Feb 2013 14:22:24 +0000</pubDate>
        <dc:creator>jmmv &lt;jmmv@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e06d860d406242aa48a5fd036c621f9032d42aaf - Auto-generate the top-level Atffile.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/tests/Makefile#e06d860d406242aa48a5fd036c621f9032d42aaf</link>
        <description>Auto-generate the top-level Atffile.This fixes a problem in MKKYUA=no builds in which the kyua-testerssubdirectory in /usr/tests was created unconditionally and atf-run wasconfused because such subdirectory didn&apos;t have an Atffile of its own.(Due to the way our directory creation and file lists work, I&apos;m notsure it&apos;s possible to just not &quot;install&quot; the empty directory.  Butthat&apos;d be an alternative to this.)Auto-generating the Atffile causes it to only list the subdirectorieslisted by the Makefile, which can vary depending on various MK* options.Problem found by martin@.

            List of files:
            /netbsd-src/tests/Makefile</description>
        <pubDate>Tue, 19 Feb 2013 15:30:07 +0000</pubDate>
        <dc:creator>jmmv &lt;jmmv@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8f212f19458d53bec2a7f56db77f4147db819bdd - Move tests for examples from tests/examples to tests/share/examples.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/tests/Makefile#8f212f19458d53bec2a7f56db77f4147db819bdd</link>
        <description>Move tests for examples from tests/examples to tests/share/examples.This is to match the layout of the installed and source files more closely.While doing this, honor the MKSHARE variable, as the files these testsvalidate are only installed when MKSHARE=yes.

            List of files:
            /netbsd-src/tests/Makefile</description>
        <pubDate>Sat, 16 Feb 2013 12:44:25 +0000</pubDate>
        <dc:creator>jmmv &lt;jmmv@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>80b30d8cdf91d7507e45c7a7bc331ab06d17c3ae - Add placeholder test programs for share/mk files.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/tests/Makefile#80b30d8cdf91d7507e45c7a7bc331ab06d17c3ae</link>
        <description>Add placeholder test programs for share/mk files.The main goal of this change is to simplify the further addition of testcases for the share/mk infrastructure by adding a few placeholder testprograms to the tests tree.To not leave these test programs empty, I have added a bunch of extremelysimple test cases to them.

            List of files:
            /netbsd-src/tests/Makefile</description>
        <pubDate>Sun, 26 Aug 2012 23:03:20 +0000</pubDate>
        <dc:creator>jmmv &lt;jmmv@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cb461c6808d22d518f5525099ff5942170e5f1a9 - Exclude tests that use rump</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/tests/Makefile#cb461c6808d22d518f5525099ff5942170e5f1a9</link>
        <description>Exclude tests that use rump

            List of files:
            /netbsd-src/tests/Makefile</description>
        <pubDate>Wed, 08 Aug 2012 13:57:05 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9b85f61f61a914150f62e28d7645a68a4c4951f4 - Only descend into ipf if MKIPFILTER != &quot;no&quot;</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/tests/Makefile#9b85f61f61a914150f62e28d7645a68a4c4951f4</link>
        <description>Only descend into ipf if MKIPFILTER != &quot;no&quot;

            List of files:
            /netbsd-src/tests/Makefile</description>
        <pubDate>Sat, 24 Mar 2012 01:36:50 +0000</pubDate>
        <dc:creator>matt &lt;matt@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ad9dcd3c99325abc04fce50f5816d8a24fbdba47 - Deprecate tests/toolchain.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/tests/Makefile#ad9dcd3c99325abc04fce50f5816d8a24fbdba47</link>
        <description>Deprecate tests/toolchain.

            List of files:
            /netbsd-src/tests/Makefile</description>
        <pubDate>Sat, 17 Mar 2012 17:15:28 +0000</pubDate>
        <dc:creator>jruoho &lt;jruoho@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>28604916d4405d94c855cf455ac3ac6fee06a908 - Deprecate tests/util.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/tests/Makefile#28604916d4405d94c855cf455ac3ac6fee06a908</link>
        <description>Deprecate tests/util.

            List of files:
            /netbsd-src/tests/Makefile</description>
        <pubDate>Sat, 17 Mar 2012 16:33:10 +0000</pubDate>
        <dc:creator>jruoho &lt;jruoho@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>06f3e60d639e916410c0eb7fd4564071f1168e20 - Add tests to ensure that the new asm examples build and run, just as the</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/tests/Makefile#06f3e60d639e916410c0eb7fd4564071f1168e20</link>
        <description>Add tests to ensure that the new asm examples build and run, just as theend-user is supposed to work with them.

            List of files:
            /netbsd-src/tests/Makefile</description>
        <pubDate>Sat, 12 Nov 2011 01:19:25 +0000</pubDate>
        <dc:creator>jmmv &lt;jmmv@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>520e58c432fbef76db7db47825c48e6a23b0957b - only decent into crypto/tests if ${MKCRYPTO} != &quot;no&quot;.  (sets are probably</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/tests/Makefile#520e58c432fbef76db7db47825c48e6a23b0957b</link>
        <description>only decent into crypto/tests if ${MKCRYPTO} != &quot;no&quot;.  (sets are probablyalso broken, but i didn&apos;t get that far yet.)

            List of files:
            /netbsd-src/tests/Makefile</description>
        <pubDate>Wed, 21 Sep 2011 02:14:38 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7e7bf0e2e7b5524cd4db1dc0dcb8fd01b857ea0b - Remove syscall SUBDIR.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/tests/Makefile#7e7bf0e2e7b5524cd4db1dc0dcb8fd01b857ea0b</link>
        <description>Remove syscall SUBDIR.

            List of files:
            /netbsd-src/tests/Makefile</description>
        <pubDate>Thu, 07 Jul 2011 07:31:29 +0000</pubDate>
        <dc:creator>jruoho &lt;jruoho@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c25406cbc71636972b851fa12294f0443d5777e5 - evbppc can do modules now.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/tests/Makefile#c25406cbc71636972b851fa12294f0443d5777e5</link>
        <description>evbppc can do modules now.

            List of files:
            /netbsd-src/tests/Makefile</description>
        <pubDate>Wed, 15 Jun 2011 23:45:45 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ca626b1df74c990e974188635f5ca958475dcbc5 - Add tests to check &quot;cc&quot; can compile a working hello world.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/tests/Makefile#ca626b1df74c990e974188635f5ca958475dcbc5</link>
        <description>Add tests to check &quot;cc&quot; can compile a working hello world.(this test fails at least on riz&apos;s macppc)

            List of files:
            /netbsd-src/tests/Makefile</description>
        <pubDate>Thu, 24 Feb 2011 10:24:23 +0000</pubDate>
        <dc:creator>pooka &lt;pooka@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f43ab2f10c0cdf5a125ff28159dfd4ad384b7df6 - add tests for the -d functionality of rump_server(1)</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/tests/Makefile#f43ab2f10c0cdf5a125ff28159dfd4ad384b7df6</link>
        <description>add tests for the -d functionality of rump_server(1)

            List of files:
            /netbsd-src/tests/Makefile</description>
        <pubDate>Thu, 03 Feb 2011 15:38:18 +0000</pubDate>
        <dc:creator>pooka &lt;pooka@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6b3ee667f622c40dc6e56b0990faf12aa10e5daf - Avoid double-inclusion of bsd.subdir.mk file.  This eliminates some harmlessnbut annoying warning messages.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/tests/Makefile#6b3ee667f622c40dc6e56b0990faf12aa10e5daf</link>
        <description>Avoid double-inclusion of bsd.subdir.mk file.  This eliminates some harmlessnbut annoying warning messages.

            List of files:
            /netbsd-src/tests/Makefile</description>
        <pubDate>Fri, 07 Jan 2011 01:07:31 +0000</pubDate>
        <dc:creator>pgoyette &lt;pgoyette@NetBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
