<?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>e497fc86e671b7c408d804003faf0ac6e8b3356c - Add tests on the x86 PTEs. We scan the MMU page tables directly and verify</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tests/modules/Makefile#e497fc86e671b7c408d804003faf0ac6e8b3356c</link>
        <description>Add tests on the x86 PTEs. We scan the MMU page tables directly and verifycertain properties.

            List of files:
            /netbsd-src/tests/modules/Makefile</description>
        <pubDate>Sun, 26 Apr 2020 09:08:40 +0000</pubDate>
        <dc:creator>maxv &lt;maxv@NetBSD.org&gt;</dc:creator>
    </item>
<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/modules/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/modules/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>6851d4c46556a42ae53fdc3d4a849a3534f34c12 - Re-arrange the ufetchstore tests to look like the other ones.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tests/modules/Makefile#6851d4c46556a42ae53fdc3d4a849a3534f34c12</link>
        <description>Re-arrange the ufetchstore tests to look like the other ones.

            List of files:
            /netbsd-src/tests/modules/Makefile</description>
        <pubDate>Mon, 15 Apr 2019 23:41:23 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>91bfaeb6759937927739ef3693f1c0059f6796f8 - Overhaul the API used to fetch and store individual memory cells in</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tests/modules/Makefile#91bfaeb6759937927739ef3693f1c0059f6796f8</link>
        <description>Overhaul the API used to fetch and store individual memory cells inuserspace.  The old fetch(9) and store(9) APIs (fubyte(), fuword(),subyte(), suword(), etc.) are retired and replaced with new ufetch(9)and ustore(9) APIs that can return proper error codes, etc. and areimplemented consistently across all platforms.  The interrupt-safevariants are no longer supported (and several of the existing attemptsat fuswintr(), etc. were buggy and not actually interrupt-safe).Also augmement the ucas(9) API, making it consistently available onall plaforms, supporting uniprocessor and multiprocessor systems, eventhose that do not have CAS or LL/SC primitives.Welcome to NetBSD 8.99.37.

            List of files:
            /netbsd-src/tests/modules/Makefile</description>
        <pubDate>Sat, 06 Apr 2019 03:06:23 +0000</pubDate>
        <dc:creator>thorpej &lt;thorpej@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0fe7e51662b80b33c280d4fe607bddbb2949cea8 - Add KCOV - kernel code coverage tracing device</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tests/modules/Makefile#0fe7e51662b80b33c280d4fe607bddbb2949cea8</link>
        <description>Add KCOV - kernel code coverage tracing deviceThe KCOV driver implements collection of code coverage inside the kernel.It can be enabled on a per process basis from userland, allowing the kernelprogram counter to be collected during syscalls triggered by the sameprocess.The device is oriented towards kernel fuzzers, in particular syzkaller.Currently the only supported coverage type is -fsanitize-coverage=trace-pc.The KCOV driver was initially developed in Linux. A driver based on thesame concept was then implemented in FreeBSD and OpenBSD.Documentation is borrowed from OpenBSD and ATF tests from FreeBSD.This patch has been prepared by Siddharth Muralee, improved by &lt;maxv&gt;and polished by myself before importing into the mainline tree.All ATF tests pass.

            List of files:
            /netbsd-src/tests/modules/Makefile</description>
        <pubDate>Sat, 23 Feb 2019 03:10:05 +0000</pubDate>
        <dc:creator>kamil &lt;kamil@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>78928445f59b392191cf4e73ea134ffaccc637da - PR/53908: Alex Raschi: Test that require modules belong in modules; move the</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tests/modules/Makefile#78928445f59b392191cf4e73ea134ffaccc637da</link>
        <description>PR/53908: Alex Raschi: Test that require modules belong in modules; move thethreadpool test from kernel to modules.

            List of files:
            /netbsd-src/tests/modules/Makefile</description>
        <pubDate>Fri, 25 Jan 2019 18:33:58 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>edea8a3220857e9c52a8f558ae8bee5ab733b13e - PR 52864: add a test for this bug, from sevan@</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tests/modules/Makefile#edea8a3220857e9c52a8f558ae8bee5ab733b13e</link>
        <description>PR 52864: add a test for this bug, from sevan@

            List of files:
            /netbsd-src/tests/modules/Makefile</description>
        <pubDate>Mon, 08 Jan 2018 14:17:15 +0000</pubDate>
        <dc:creator>martin &lt;martin@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ffeb8dbf4eb8edf61cecf18c162da2ac2e4ebc0f - Define _KERNTYPES for things that need it.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tests/modules/Makefile#ffeb8dbf4eb8edf61cecf18c162da2ac2e4ebc0f</link>
        <description>Define _KERNTYPES for things that need it.

            List of files:
            /netbsd-src/tests/modules/Makefile</description>
        <pubDate>Sat, 23 Jan 2016 21:22:45 +0000</pubDate>
        <dc:creator>christos &lt;christos@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/modules/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/modules/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>e49dc377cab9c025d9e1f623344b63fde5e7d7eb - Add a helper program that loads a module and returns the errno from modctl(8).</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tests/modules/Makefile#e49dc377cab9c025d9e1f623344b63fde5e7d7eb</link>
        <description>Add a helper program that loads a module and returns the errno from modctl(8).XXX: As noted on tech-kern@, the syscall should be modified to fail     consistently with a given predefined errno on non-MODULAR kernels.

            List of files:
            /netbsd-src/tests/modules/Makefile</description>
        <pubDate>Fri, 13 Apr 2012 07:05:32 +0000</pubDate>
        <dc:creator>jruoho &lt;jruoho@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1cf12d0216aae07aeb20676151918a5877bf69ae - Add a test to ensure that PAGE_SIZE is available in kernel modules.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tests/modules/Makefile#1cf12d0216aae07aeb20676151918a5877bf69ae</link>
        <description>Add a test to ensure that PAGE_SIZE is available in kernel modules.This test reproduces the error condition in PR port-macppc/46041 andtherefore it is an xfail in this particular platform.

            List of files:
            /netbsd-src/tests/modules/Makefile</description>
        <pubDate>Fri, 17 Feb 2012 22:36:50 +0000</pubDate>
        <dc:creator>jmmv &lt;jmmv@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>faf9d0caedaa8c64d97a41dc8b47326a117df3fe - tests for builtin modules</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tests/modules/Makefile#faf9d0caedaa8c64d97a41dc8b47326a117df3fe</link>
        <description>tests for builtin modules

            List of files:
            /netbsd-src/tests/modules/Makefile</description>
        <pubDate>Fri, 27 Aug 2010 09:56:40 +0000</pubDate>
        <dc:creator>pooka &lt;pooka@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bb793fe2e61c58335506652be47a47a37896cb39 - Fix botched update.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tests/modules/Makefile#bb793fe2e61c58335506652be47a47a37896cb39</link>
        <description>Fix botched update.

            List of files:
            /netbsd-src/tests/modules/Makefile</description>
        <pubDate>Sat, 21 Aug 2010 13:57:41 +0000</pubDate>
        <dc:creator>pgoyette &lt;pgoyette@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>60bf661b9da02c792871acfac28a3d8498c12900 - Add a new atf test-case to check that recursive module calls actually work.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tests/modules/Makefile#60bf661b9da02c792871acfac28a3d8498c12900</link>
        <description>Add a new atf test-case to check that recursive module calls actually work.

            List of files:
            /netbsd-src/tests/modules/Makefile</description>
        <pubDate>Sat, 21 Aug 2010 13:21:48 +0000</pubDate>
        <dc:creator>pgoyette &lt;pgoyette@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9d0b4b5bb84757c65a8b8d70c31a1b122f4d9fc3 - Get rid of static Atffiles and let bsd.test.mk generate them on the fly.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tests/modules/Makefile#9d0b4b5bb84757c65a8b8d70c31a1b122f4d9fc3</link>
        <description>Get rid of static Atffiles and let bsd.test.mk generate them on the fly.

            List of files:
            /netbsd-src/tests/modules/Makefile</description>
        <pubDate>Tue, 13 Jul 2010 21:13:21 +0000</pubDate>
        <dc:creator>jmmv &lt;jmmv@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0efea177e37295fed654875d875160c47500d6bd - Remove LKMs and switch to the module framework, pass 1.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tests/modules/Makefile#0efea177e37295fed654875d875160c47500d6bd</link>
        <description>Remove LKMs and switch to the module framework, pass 1.Proposed on tech-kern@.

            List of files:
            /netbsd-src/tests/modules/Makefile</description>
        <pubDate>Wed, 12 Nov 2008 12:35:50 +0000</pubDate>
        <dc:creator>ad &lt;ad@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5a5601438ba91370b343d46630600f78276ca18e - Convert NetBSD-specific tests that were previously written in C++ to C now</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tests/modules/Makefile#5a5601438ba91370b343d46630600f78276ca18e</link>
        <description>Convert NetBSD-specific tests that were previously written in C++ to C nowthat ATF provides a C-only binding (comes with 0.5).

            List of files:
            /netbsd-src/tests/modules/Makefile</description>
        <pubDate>Thu, 01 May 2008 15:38:17 +0000</pubDate>
        <dc:creator>jmmv &lt;jmmv@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>256b5bd1a90bc7f8a0c111665258ce5d37361c85 - Add tests for load-time parameter passing to modules, both at the syscall</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tests/modules/Makefile#256b5bd1a90bc7f8a0c111665258ce5d37361c85</link>
        <description>Add tests for load-time parameter passing to modules, both at the syscalllevel through modctl(2) and at the user level through the modload(8)utility.

            List of files:
            /netbsd-src/tests/modules/Makefile</description>
        <pubDate>Sun, 02 Mar 2008 11:22:10 +0000</pubDate>
        <dc:creator>jmmv &lt;jmmv@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>42d50c95075943f9172c1fb8ea90550ed0b87834 - Add preliminary tests (basically a placeholder for now) for the new modules</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tests/modules/Makefile#42d50c95075943f9172c1fb8ea90550ed0b87834</link>
        <description>Add preliminary tests (basically a placeholder for now) for the new modulesframework.  At the moment, this just tests for plain load (i.e. no argumentspassed to load) and later unload of the module through the modctl(2) systemcall.  The tools are not tested yet.

            List of files:
            /netbsd-src/tests/modules/Makefile</description>
        <pubDate>Sun, 10 Feb 2008 12:40:10 +0000</pubDate>
        <dc:creator>jmmv &lt;jmmv@NetBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
