<?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>
    <link>http://nxr.netbsd.org/rss/src/tests/lib/libc/Makefile</link>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2005</copyright>
    <generator>Java</generator>
    
<item>
    <title>libc: test long double conversions<br/><br/>On sparc64, tests/usr.bin/xlint/lint1/msg_380.c and msg_381.c fail.</title>
    <description>/src/tests/lib/libc/Makefile - 1.53</description>
    <pubDate>Wed Apr 01 21:00:53 UTC 2026</pubDate>
    <dc:creator>rillig</dc:creator>
</item>

<item>
    <title>Add a new test for PR kern/56713 and set to expected_failure for now.</title>
    <description>/src/tests/lib/libc/Makefile - 1.52</description>
    <pubDate>Fri Apr 29 22:17:49 UTC 2022</pubDate>
    <dc:creator>pgoyette</dc:creator>
</item>

<item>
    <title>membar_ops(3): Add some automatic tests.<br/><br/>These tests run two threads for five seconds each to try to trigger<br/>races in the event of broken memory barriers.  They run only on<br/>machines with at least two CPUs; on uniprocessor systems there's no<br/>point -- the membars can correctly just be (instruction barrier)<br/>no-ops.</title>
    <description>/src/tests/lib/libc/Makefile - 1.51</description>
    <pubDate>Fri Apr 08 23:35:52 UTC 2022</pubDate>
    <dc:creator>riastradh</dc:creator>
</item>

<item>
    <title>Add tests for missing libc catalog entries</title>
    <description>/src/tests/lib/libc/Makefile - 1.50</description>
    <pubDate>Sun Mar 08 22:08:46 UTC 2020</pubDate>
    <dc:creator>mgorny</dc:creator>
</item>

<item>
    <title>Add ATF tests for atomic_ops(3).</title>
    <description>/src/tests/lib/libc/Makefile - 1.49</description>
    <pubDate>Sun Feb 17 00:24:17 UTC 2019</pubDate>
    <dc:creator>isaki</dc:creator>
</item>

<item>
    <title>Register micro-UBSan ATF tests in the distribution<br/><br/>Populate distrib files, mtree lists and add the entry in Makefile to<br/>include the new code.</title>
    <description>/src/tests/lib/libc/Makefile - 1.48</description>
    <pubDate>Fri Aug 03 04:24:41 UTC 2018</pubDate>
    <dc:creator>kamil</dc:creator>
</item>

<item>
    <title>branches:  1.47.24;  1.47.26;<br/>Add a link-time test for __sync_* primitives (see PR 48368) - this<br/>will allow us to notice missing functions during the build, instead<br/>of when compiling arbitrary pkgsrc stuff later.</title>
    <description>/src/tests/lib/libc/Makefile - 1.47</description>
    <pubDate>Mon Feb 17 10:10:41 UTC 2014</pubDate>
    <dc:creator>martin</dc:creator>
</item>

<item>
    <title>rename the only use of HAS_SSP in the tree to HAVE_SSP.</title>
    <description>/src/tests/lib/libc/Makefile - 1.46</description>
    <pubDate>Sun Jan 27 02:32:39 UTC 2013</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>Don't include bsd.sys.mk; like sys.mk it is supposed to be used only<br/>internally.</title>
    <description>/src/tests/lib/libc/Makefile - 1.45</description>
    <pubDate>Sat Jan 26 21:58:41 UTC 2013</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>Add most system calls for POSIX extended API set, part 2, with test cases:<br/>faccessat(2), fchmodat(2), fchownat(2), fstatat(2), mkdirat(2), mkfifoat(2),<br/>mknodat(2), linkat(2), readlinkat(2), symlinkat(2), renameat(2), unlinkat(2),<br/>utimensat(2), openat(2).<br/><br/>Also implement O_SEARCH for openat(2)<br/><br/>Still missing:<br/>- some flags for openat(2)<br/>- fexecve(2) implementation</title>
    <description>/src/tests/lib/libc/Makefile - 1.44</description>
    <pubDate>Sun Nov 18 17:41:54 UTC 2012</pubDate>
    <dc:creator>manu</dc:creator>
</item>

<item>
    <title>Add regression test for cdbr(3) and cdbw(3).</title>
    <description>/src/tests/lib/libc/Makefile - 1.43</description>
    <pubDate>Thu Sep 27 00:38:57 UTC 2012</pubDate>
    <dc:creator>joerg</dc:creator>
</item>

<item>
    <title>branches:  1.42.2;  1.42.8;<br/>Remove ieeefp subdirectory.</title>
    <description>/src/tests/lib/libc/Makefile - 1.42</description>
    <pubDate>Mon Sep 19 05:42:13 UTC 2011</pubDate>
    <dc:creator>jruoho</dc:creator>
</item>

<item>
    <title>Turn warns on for all tests and fix all the bugs.</title>
    <description>/src/tests/lib/libc/Makefile - 1.41</description>
    <pubDate>Sat Jun 11 18:03:18 UTC 2011</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>branches:  1.40.2;<br/>Add the new 'termios' subdirectory.</title>
    <description>/src/tests/lib/libc/Makefile - 1.40</description>
    <pubDate>Sun May 01 11:44:41 UTC 2011</pubDate>
    <dc:creator>jruoho</dc:creator>
</item>

<item>
    <title>atf-ify the various locale tests</title>
    <description>/src/tests/lib/libc/Makefile - 1.39</description>
    <pubDate>Sat Apr 09 17:45:24 UTC 2011</pubDate>
    <dc:creator>pgoyette</dc:creator>
</item>

<item>
    <title>Add TLS support infrastructure. For dynamic binaries, ld.elf_so exports<br/>_rtld_tls_allocate and _rtld_tls_free. libpthread uses this functions to<br/>setup the thread private area of all new threads. ld.elf_so is<br/>responsible for setting up the private area for the initial thread.<br/>Similar functions are called from _libc_init for static binaries, using<br/>dl_iterate_phdr to access the ELF Program Header.<br/><br/>Add test cases to exercise the different TLS storage models. Test cases<br/>are compiled and installed on all platforms, but are skipped on<br/>platforms not marked for TLS support.<br/><br/>This material is based upon work partially supported by<br/>The NetBSD Foundation under a contract with Joerg Sonnenberger.<br/><br/>It is inspired by the TLS support in FreeBSD by Doug Rabson and the<br/>clean ups of the DragonFly port of the original FreeBSD modifications.</title>
    <description>/src/tests/lib/libc/Makefile - 1.38</description>
    <pubDate>Wed Mar 09 23:10:07 UTC 2011</pubDate>
    <dc:creator>joerg</dc:creator>
</item>

<item>
    <title>Moving t_hsearch - belongs in stdlib/</title>
    <description>/src/tests/lib/libc/Makefile - 1.37</description>
    <pubDate>Thu Jan 13 14:32:35 UTC 2011</pubDate>
    <dc:creator>pgoyette</dc:creator>
</item>

<item>
    <title>Another test moving:  lib/libc/t_inet --&gt; lib/libc/inet/t_inet_network</title>
    <description>/src/tests/lib/libc/Makefile - 1.36</description>
    <pubDate>Thu Jan 13 13:53:49 UTC 2011</pubDate>
    <dc:creator>pgoyette</dc:creator>
</item>

<item>
    <title>Last one for today: move t_ptm test from lib/libc/ to lib/libc/ttyio/</title>
    <description>/src/tests/lib/libc/Makefile - 1.35</description>
    <pubDate>Thu Jan 13 03:19:57 UTC 2011</pubDate>
    <dc:creator>pgoyette</dc:creator>
</item>

<item>
    <title>Continuing the (re)organization of the lib/libc atf regression tests</title>
    <description>/src/tests/lib/libc/Makefile - 1.34</description>
    <pubDate>Thu Jan 13 02:40:43 UTC 2011</pubDate>
    <dc:creator>pgoyette</dc:creator>
</item>
</channel></rss>

