<?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>235f3e57fd2459ebdbc6fa88e787c946b0d4ba35 - strings.h: Spruce up for POSIX 2024.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tests/include/sys/Makefile#235f3e57fd2459ebdbc6fa88e787c946b0d4ba35</link>
        <description>strings.h: Spruce up for POSIX 2024.1. Add ffsl, ffsll.2. Hide bcmp, bcopy, bzero, index, rindex for POSIX&gt;=2024.3. Expose ffs only for NetBSD or POSIX&gt;=2008 with XSI option.4. Hide popcount* NetBSD extensions for any POSIX.5. Sprinkle __constfunc on ffs*.Add tests for ffs/ffsl/ffsll in tests/include/sys/t_bitops next toffs32/ffs64 for convenience.XXX Still missing strcasecmp_l, strncasecmp_l, and locale_t.PR lib/58802: missing ffsl(), ffsll() functions from POSIX 2024

            List of files:
            /netbsd-src/tests/include/sys/Makefile</description>
        <pubDate>Fri, 01 Nov 2024 18:35:12 +0000</pubDate>
        <dc:creator>riastradh &lt;riastradh@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>47ead56b1535dffcaa81e77f432c18d143927ab3 - Mask NULL + 0 LLVM UBSan reports in the ATF test: t_pslist.c</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tests/include/sys/Makefile#47ead56b1535dffcaa81e77f432c18d143927ab3</link>
        <description>Mask NULL + 0 LLVM UBSan reports in the ATF test: t_pslist.cPass -fno-delete-null-pointer-checks for Clang for theMKSANITIZER/MKLIBCSANITIZER build

            List of files:
            /netbsd-src/tests/include/sys/Makefile</description>
        <pubDate>Sun, 31 May 2020 16:36:07 +0000</pubDate>
        <dc:creator>kamil &lt;kamil@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/include/sys/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/include/sys/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>48e354a3ed94c0091806124c4b6d303d0a30abfc - Get rid of all the -lrumpdev and -lrumpvfs that are no longer needed</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tests/include/sys/Makefile#48e354a3ed94c0091806124c4b6d303d0a30abfc</link>
        <description>Get rid of all the -lrumpdev and -lrumpvfs that are no longer neededafter moving rump&apos;s mainbus from rumpdev to rumpkern.Produces the same atf-run results as before.

            List of files:
            /netbsd-src/tests/include/sys/Makefile</description>
        <pubDate>Mon, 13 May 2019 17:55:07 +0000</pubDate>
        <dc:creator>bad &lt;bad@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d77818a2a50fe574a981101f70a9bcad8a22af77 - Add a new minimalistic test for LIST_MOVE to verify that the list&apos;s</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tests/include/sys/Makefile#d77818a2a50fe574a981101f70a9bcad8a22af77</link>
        <description>Add a new minimalistic test for LIST_MOVE to verify that the list&apos;sfirst entry&apos;s prev pointer correctly points to the listhead.This test will fail until a fix for LIST_MOVE is checked in (soon).

            List of files:
            /netbsd-src/tests/include/sys/Makefile</description>
        <pubDate>Mon, 02 Oct 2017 04:15:56 +0000</pubDate>
        <dc:creator>pgoyette &lt;pgoyette@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e140ba111af0d9f3e88561f71903a4b92a45953d - We now need librumpdev to resolve rumpns_config_cfdriver_attach which</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tests/include/sys/Makefile#e140ba111af0d9f3e88561f71903a4b92a45953d</link>
        <description>We now need librumpdev to resolve rumpns_config_cfdriver_attach whichis now used in a bunch of network modules/components

            List of files:
            /netbsd-src/tests/include/sys/Makefile</description>
        <pubDate>Mon, 08 Aug 2016 14:11:08 +0000</pubDate>
        <dc:creator>pgoyette &lt;pgoyette@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4f7dd3337dbe6c6f05652e53bfb7329779301cda - Introduce pserialize-safe linked lists.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tests/include/sys/Makefile#4f7dd3337dbe6c6f05652e53bfb7329779301cda</link>
        <description>Introduce pserialize-safe linked lists.These are like LIST_* from queue(3), but issue the appropriate memorybarriers for pserialize readers and writers.Discussed on tech-kern:https://mail-index.netbsd.org/tech-kern/2016/04/03/msg020365.html

            List of files:
            /netbsd-src/tests/include/sys/Makefile</description>
        <pubDate>Sat, 09 Apr 2016 04:39:46 +0000</pubDate>
        <dc:creator>riastradh &lt;riastradh@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2233768047610306052d5f399e3da5f3d4917f8e - Make this list diff- and sort-friendlier.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tests/include/sys/Makefile#2233768047610306052d5f399e3da5f3d4917f8e</link>
        <description>Make this list diff- and sort-friendlier.No functional change.

            List of files:
            /netbsd-src/tests/include/sys/Makefile</description>
        <pubDate>Fri, 08 Apr 2016 21:53:10 +0000</pubDate>
        <dc:creator>riastradh &lt;riastradh@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/include/sys/Makefile#ffeb8dbf4eb8edf61cecf18c162da2ac2e4ebc0f</link>
        <description>Define _KERNTYPES for things that need it.

            List of files:
            /netbsd-src/tests/include/sys/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>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/history/netbsd-src/tests/include/sys/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/include/sys/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>cb461c6808d22d518f5525099ff5942170e5f1a9 - Exclude tests that use rump</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tests/include/sys/Makefile#cb461c6808d22d518f5525099ff5942170e5f1a9</link>
        <description>Exclude tests that use rump

            List of files:
            /netbsd-src/tests/include/sys/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>27215b2b599a3403def615019e4966ad04caebd5 - test the __type macros</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tests/include/sys/Makefile#27215b2b599a3403def615019e4966ad04caebd5</link>
        <description>test the __type macros

            List of files:
            /netbsd-src/tests/include/sys/Makefile</description>
        <pubDate>Sun, 18 Mar 2012 15:30:59 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b54ff1eb07775aaadbfc60552448270cb32291c6 - Move the &apos;syscall/t_cmsg&apos; test to &apos;include/sys/t_socket&apos;.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tests/include/sys/Makefile#b54ff1eb07775aaadbfc60552448270cb32291c6</link>
        <description>Move the &apos;syscall/t_cmsg&apos; test to &apos;include/sys/t_socket&apos;.

            List of files:
            /netbsd-src/tests/include/sys/Makefile</description>
        <pubDate>Thu, 07 Jul 2011 05:50:26 +0000</pubDate>
        <dc:creator>jruoho &lt;jruoho@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>fd2377c7fe53549714c44d5713bdff9d437155ec - Try to mirror the real source with the test directory structure (otherwise</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tests/include/sys/Makefile#fd2377c7fe53549714c44d5713bdff9d437155ec</link>
        <description>Try to mirror the real source with the test directory structure (otherwisethe latter carries a risk of becoming a difficult mess to manage.)

            List of files:
            /netbsd-src/tests/include/sys/Makefile</description>
        <pubDate>Thu, 05 May 2011 13:36:04 +0000</pubDate>
        <dc:creator>jruoho &lt;jruoho@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5cdd3dcf2ad1f647b9446b40792e150f629fb814 - Follow the real tree with the test directory structure.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tests/include/sys/Makefile#5cdd3dcf2ad1f647b9446b40792e150f629fb814</link>
        <description>Follow the real tree with the test directory structure.

            List of files:
            /netbsd-src/tests/include/sys/Makefile</description>
        <pubDate>Thu, 05 May 2011 05:24:44 +0000</pubDate>
        <dc:creator>jruoho &lt;jruoho@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>acf13bc7e1e083f02c60a150474aeacd5b0a403d - Add a simple test file for &lt;sys/bitops.h&gt;. For now, only ilog2(3) is tested.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tests/include/sys/Makefile#acf13bc7e1e083f02c60a150474aeacd5b0a403d</link>
        <description>Add a simple test file for &lt;sys/bitops.h&gt;. For now, only ilog2(3) is tested.

            List of files:
            /netbsd-src/tests/include/sys/Makefile</description>
        <pubDate>Sat, 19 Mar 2011 06:39:17 +0000</pubDate>
        <dc:creator>jruoho &lt;jruoho@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6cbeb05cb20f0676d73f66093fc3f76ca6232827 - Convert the include tests to atf.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tests/include/sys/Makefile#6cbeb05cb20f0676d73f66093fc3f76ca6232827</link>
        <description>Convert the include tests to atf.Initial work from the GSoC 2008 project by Lukasz Strzygowski.

            List of files:
            /netbsd-src/tests/include/sys/Makefile</description>
        <pubDate>Sat, 17 Jul 2010 19:26:27 +0000</pubDate>
        <dc:creator>jmmv &lt;jmmv@NetBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
