<?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>3e2245df0979d91f3b49912583e87a66c621937b - PR/58896: Martin Husemann: Demonstrate that a PT_STOPed process could not be</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/tests/lib/libc/sys/Makefile#3e2245df0979d91f3b49912583e87a66c621937b</link>
        <description>PR/58896: Martin Husemann: Demonstrate that a PT_STOPed process could not bePT_KILLed.

            List of files:
            /netbsd-src/tests/lib/libc/sys/Makefile</description>
        <pubDate>Tue, 17 Dec 2024 17:52:23 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>29fd213712376920b8464caaf1fd7a0b57afec8d - t_setrlimit: Narrow the scope of stack-protector warning suppression.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/tests/lib/libc/sys/Makefile#29fd213712376920b8464caaf1fd7a0b57afec8d</link>
        <description>t_setrlimit: Narrow the scope of stack-protector warning suppression.

            List of files:
            /netbsd-src/tests/lib/libc/sys/Makefile</description>
        <pubDate>Thu, 07 Dec 2023 16:54:44 +0000</pubDate>
        <dc:creator>riastradh &lt;riastradh@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e757b4ce33bd88946734aae720ee295a2fcb66f8 - t_setrlimit uses alloca now</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/tests/lib/libc/sys/Makefile#e757b4ce33bd88946734aae720ee295a2fcb66f8</link>
        <description>t_setrlimit uses alloca now

            List of files:
            /netbsd-src/tests/lib/libc/sys/Makefile</description>
        <pubDate>Fri, 24 Nov 2023 17:19:55 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>832d47522ae32d4fa46b33101d352a7e96407cbc - introduce new GCC 12 warning disables and use them in a few places</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/tests/lib/libc/sys/Makefile#832d47522ae32d4fa46b33101d352a7e96407cbc</link>
        <description>introduce new GCC 12 warning disables and use them in a few placesthis introduces 4 new warning disable flags:   CC_WNO_MISSING_TEMPLATE_KEYWORD   CC_WNO_REGISTER   CC_WNO_STRINGOP_OVERREAD   CC_WNO_ARRAY_BOUNDSand documents them in README.warnings.  of these, the string opand array bounds are both problematic (real bugs) and also spurious(not real bugs), and the other 2 are mostly temporary for older3rd party code.add some new uses of CC_WNO_STRINGOP_OVERFLOW.fix m68k build for gallium and GCC 12.

            List of files:
            /netbsd-src/tests/lib/libc/sys/Makefile</description>
        <pubDate>Tue, 08 Aug 2023 06:27:31 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f937c412f371bc14cc109a4768482c4850abc7a5 - bsd.own.mk: rename to CC_WNO_ADDRESS_OF_PACKED_MEMBER</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/tests/lib/libc/sys/Makefile#f937c412f371bc14cc109a4768482c4850abc7a5</link>
        <description>bsd.own.mk: rename to CC_WNO_ADDRESS_OF_PACKED_MEMBERProvide a single variable	CC_WNO_ADDRESS_OF_PACKED_MEMBERwith options for both clang and gcc, to replace	CLANG_NO_ADDR_OF_PACKED_MEMBER	CC_NO_ADDR_OF_PACKED_MEMBER	GCC_NO_ADDR_OF_PACKED_MEMBERUsing the convention CC_compilerflag, where compilerflagis based on the full compiler flag name.

            List of files:
            /netbsd-src/tests/lib/libc/sys/Makefile</description>
        <pubDate>Sat, 03 Jun 2023 08:52:53 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>52acc6867537f8ea58410d052bfae2f20c2a2f00 - Provide _GNU_SOURCE for t_clone now that is required to make clone()</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/tests/lib/libc/sys/Makefile#52acc6867537f8ea58410d052bfae2f20c2a2f00</link>
        <description>Provide _GNU_SOURCE for t_clone now that is required to make clone()visible.

            List of files:
            /netbsd-src/tests/lib/libc/sys/Makefile</description>
        <pubDate>Mon, 01 Aug 2022 15:48:39 +0000</pubDate>
        <dc:creator>kre &lt;kre@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>49a41610dec3653b173af2954f8ad97f6e086100 - Add a regression test for PR kern/52239, &quot;Changing protections of</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/tests/lib/libc/sys/Makefile#49a41610dec3653b173af2954f8ad97f6e086100</link>
        <description>Add a regression test for PR kern/52239, &quot;Changing protections ofalready mmap&apos;ed region can fail&quot;, based on the test program in the PR.

            List of files:
            /netbsd-src/tests/lib/libc/sys/Makefile</description>
        <pubDate>Wed, 06 Apr 2022 10:02:55 +0000</pubDate>
        <dc:creator>gson &lt;gson@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f75cd5d61d35d7cb92bb9de14411a199dc9e7b42 - Test lib/libc/sys/t_timerfd often fails when run on QEMU because</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/tests/lib/libc/sys/Makefile#f75cd5d61d35d7cb92bb9de14411a199dc9e7b42</link>
        <description>Test lib/libc/sys/t_timerfd often fails when run on QEMU becauseQEMU misses clock interrupts.Always check values against [ lower, upper ] bounds and use &quot;4 * upper&quot;when run under QEMU.Now becomes part of PR kern/43997 &quot;Kernel timer discrepancies&quot;.

            List of files:
            /netbsd-src/tests/lib/libc/sys/Makefile</description>
        <pubDate>Mon, 01 Nov 2021 14:33:41 +0000</pubDate>
        <dc:creator>hannken &lt;hannken@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e714af64e34d645bc9a36b629f42f374c83acc91 - Add native implementations of eventfd(2) and timerfd(2), compatible with</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/tests/lib/libc/sys/Makefile#e714af64e34d645bc9a36b629f42f374c83acc91</link>
        <description>Add native implementations of eventfd(2) and timerfd(2), compatible withthe Linux interfaces of the same name.

            List of files:
            /netbsd-src/tests/lib/libc/sys/Makefile</description>
        <pubDate>Sun, 19 Sep 2021 15:51:27 +0000</pubDate>
        <dc:creator>thorpej &lt;thorpej@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cb93b81028a438562e5ded116fc123493c690319 - add support for new GCC 9 warnings that may be too much to fix</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/tests/lib/libc/sys/Makefile#cb93b81028a438562e5ded116fc123493c690319</link>
        <description>add support for new GCC 9 warnings that may be too much to fixright now.  new address-of-packed-member and format-overflowwarnings have new GCC_NO_ADDR_OF_PACKED_MEMBER amdGCC_NO_FORMAT_OVERFLOW variables to remove these warnings.apply to a bunch of the tree.  mostly, these are real bugs thatshould be fixed, but in many cases, only by removing the &apos;packed&apos;attribute from some structure that doesn&apos;t really need it.  (ilooked at many different ones, and while perhaps 60-80% werealready properly aligned, it wasn&apos;t clear to me that the useswere always coming from sane data vs network alignment, so itdoesn&apos;t seem safe to remove packed without careful research foreach affect struct.)  clang already warned (and was not erroring)for many of these cases, but gcc picked up dozens more.

            List of files:
            /netbsd-src/tests/lib/libc/sys/Makefile</description>
        <pubDate>Sun, 06 Sep 2020 07:20:26 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bdad8b2721e9191b9a89f213cf63005931fd4f27 - New system call getrandom() compatible with Linux and others.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/tests/lib/libc/sys/Makefile#bdad8b2721e9191b9a89f213cf63005931fd4f27</link>
        <description>New system call getrandom() compatible with Linux and others.Three ways to call:getrandom(p, n, 0)              Blocks at boot until full entropy.                                Returns up to n bytes at p; guarantees                                up to 256 bytes even if interrupted                                after blocking.  getrandom(0,0,0)                                serves as an entropy barrier: return                                only after system has full entropy.getrandom(p, n, GRND_INSECURE)  Never blocks.  Guarantees up to 256                                bytes even if interrupted.  Equivalent                                to /dev/urandom.  Safe only after                                successful getrandom(...,0),                                getrandom(...,GRND_RANDOM), or read                                from /dev/random.getrandom(p, n, GRND_RANDOM)    May block at any time.  Returns up to n                                bytes at p, but no guarantees about how                                many -- may return as short as 1 byte.                                Equivalent to /dev/random.  Legacy.                                Provided only for source compatibility                                with Linux.Can also use flags|GRND_NONBLOCK to fail with EWOULDBLOCK/EAGAINwithout producing any output instead of blocking.- The combination GRND_INSECURE|GRND_NONBLOCK is the same as  GRND_INSECURE, since GRND_INSECURE never blocks anyway.- The combinations GRND_INSECURE|GRND_RANDOM and  GRND_INSECURE|GRND_RANDOM|GRND_NONBLOCK are nonsensical and fail  with EINVAL.As proposed on tech-userlevel, tech-crypto, tech-security, andtech-kern, and subsequently adopted by core (minus the getentropy partof the proposal, because other operating systems and participants inthe discussion couldn&apos;t come to an agreement about getentropy andblocking semantics):https://mail-index.netbsd.org/tech-userlevel/2020/05/02/msg012333.html

            List of files:
            /netbsd-src/tests/lib/libc/sys/Makefile</description>
        <pubDate>Fri, 14 Aug 2020 00:53:15 +0000</pubDate>
        <dc:creator>riastradh &lt;riastradh@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>07e8492e26ce1d1fb0bc556591f3d41bcf07dab9 - Add ppoll() a compatibility wrapper around pollts(2)</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/tests/lib/libc/sys/Makefile#07e8492e26ce1d1fb0bc556591f3d41bcf07dab9</link>
        <description>Add ppoll() a compatibility wrapper around pollts(2)Submitted by Apurva Nandan.

            List of files:
            /netbsd-src/tests/lib/libc/sys/Makefile</description>
        <pubDate>Fri, 17 Jul 2020 15:34:16 +0000</pubDate>
        <dc:creator>kamil &lt;kamil@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>81e0508055b6c756dbb152371d5923199b567092 - Fix build for vax; Compile t_ptrace_sigchld.c with -D__TEST_FENV.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/tests/lib/libc/sys/Makefile#81e0508055b6c756dbb152371d5923199b567092</link>
        <description>Fix build for vax; Compile t_ptrace_sigchld.c with -D__TEST_FENV.

            List of files:
            /netbsd-src/tests/lib/libc/sys/Makefile</description>
        <pubDate>Wed, 17 Jun 2020 22:07:21 +0000</pubDate>
        <dc:creator>rin &lt;rin@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1da5a7c8005e590005c1260ac90366c32c745c4c - Add a test for sigaltstack(2) and SA_ONSTACK</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/tests/lib/libc/sys/Makefile#1da5a7c8005e590005c1260ac90366c32c745c4c</link>
        <description>Add a test for sigaltstack(2) and SA_ONSTACK

            List of files:
            /netbsd-src/tests/lib/libc/sys/Makefile</description>
        <pubDate>Thu, 30 Apr 2020 11:03:29 +0000</pubDate>
        <dc:creator>ryo &lt;ryo@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>276ef2237848f9276aa522fb1629389cf68b910f - Add a NetBSD native futex implementation, mostly written by riastradh@.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/tests/lib/libc/sys/Makefile#276ef2237848f9276aa522fb1629389cf68b910f</link>
        <description>Add a NetBSD native futex implementation, mostly written by riastradh@.Map the COMPAT_LINUX futex calls to the native ones.

            List of files:
            /netbsd-src/tests/lib/libc/sys/Makefile</description>
        <pubDate>Sun, 26 Apr 2020 18:53:31 +0000</pubDate>
        <dc:creator>thorpej &lt;thorpej@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>37baba21c7b9c4cbd52515d9eb97bab48e45fce5 - PR/55177: Carlo Arenas: mremap(MAP_REMAPDUP) fails after fork()</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/tests/lib/libc/sys/Makefile#37baba21c7b9c4cbd52515d9eb97bab48e45fce5</link>
        <description>PR/55177: Carlo Arenas: mremap(MAP_REMAPDUP) fails after fork()

            List of files:
            /netbsd-src/tests/lib/libc/sys/Makefile</description>
        <pubDate>Sat, 18 Apr 2020 17:44:53 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>fe331b9d9e3b0ef2a9d9f54bc7d95b194cc5cd0d - Add new ptrace(2) test file</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/tests/lib/libc/sys/Makefile#fe331b9d9e3b0ef2a9d9f54bc7d95b194cc5cd0d</link>
        <description>Add new ptrace(2) test filet_ptrace_sigchld - for SIGCHLD handler + ptrace(2).Right now a single test is enabled (raise(SIGKILL)) and marked as failedas it never finishes as the child is never collected before exiting theparent uninterested about its child (SA_NOCLDWAIT).

            List of files:
            /netbsd-src/tests/lib/libc/sys/Makefile</description>
        <pubDate>Fri, 06 Mar 2020 18:32:35 +0000</pubDate>
        <dc:creator>kamil &lt;kamil@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3e9309baa04786ff64866fe09049e656a9bd05b4 - fix variable name</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/tests/lib/libc/sys/Makefile#3e9309baa04786ff64866fe09049e656a9bd05b4</link>
        <description>fix variable name

            List of files:
            /netbsd-src/tests/lib/libc/sys/Makefile</description>
        <pubDate>Sun, 01 Mar 2020 20:24:07 +0000</pubDate>
        <dc:creator>christos &lt;christos@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/source/history/netbsd-src/tests/lib/libc/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/lib/libc/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>1706a0e6e8ebd872d6de770956ab4cdf5724bda5 - Disable t_ptrace_wait* tests for MKSANITIZER/MKLIBCSANITIZER</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/tests/lib/libc/sys/Makefile#1706a0e6e8ebd872d6de770956ab4cdf5724bda5</link>
        <description>Disable t_ptrace_wait* tests for MKSANITIZER/MKLIBCSANITIZERA subset of tests is not compatible with the sanitizers.

            List of files:
            /netbsd-src/tests/lib/libc/sys/Makefile</description>
        <pubDate>Sat, 22 Feb 2020 19:44:07 +0000</pubDate>
        <dc:creator>kamil &lt;kamil@NetBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
