<?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>c1aa87e38c9ab99cd78806bbe4ef6250d98aa13b - libc: fix typo in comments: NO_SRSC -&gt; NO_SRCS</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libc/Makefile#c1aa87e38c9ab99cd78806bbe4ef6250d98aa13b</link>
        <description>libc: fix typo in comments: NO_SRSC -&gt; NO_SRCS

            List of files:
            /netbsd-src/lib/libc/Makefile</description>
        <pubDate>Mon, 29 May 2023 18:25:52 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9aa2a9c323eb12a08584c70d6ea91d316703d3fe - Add ACL support for FFS. From FreeBSD.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libc/Makefile#9aa2a9c323eb12a08584c70d6ea91d316703d3fe</link>
        <description>Add ACL support for FFS. From FreeBSD.

            List of files:
            /netbsd-src/lib/libc/Makefile</description>
        <pubDate>Sat, 16 May 2020 18:31:45 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>93bf963a4bfdab4160835c195509d562dce9329a - Restrict -fno-sanitize=function to Clang/LLVM only</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libc/Makefile#93bf963a4bfdab4160835c195509d562dce9329a</link>
        <description>Restrict -fno-sanitize=function to Clang/LLVM onlyThe base GCC version 6,x does not support this option.

            List of files:
            /netbsd-src/lib/libc/Makefile</description>
        <pubDate>Fri, 03 Aug 2018 14:01:21 +0000</pubDate>
        <dc:creator>kamil &lt;kamil@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7517542c29a9871725e773c7c3c2b91de452a5f1 - Disable sanitization of -fsanitize=function in libc</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libc/Makefile#7517542c29a9871725e773c7c3c2b91de452a5f1</link>
        <description>Disable sanitization of -fsanitize=function in libcGenerated code for the checks (in at least libunwind) depends on the C++runtime feature of RTTI.Pass -fno-sanitize=function to LIBCSANITIZERFLAGS.

            List of files:
            /netbsd-src/lib/libc/Makefile</description>
        <pubDate>Fri, 03 Aug 2018 02:29:35 +0000</pubDate>
        <dc:creator>kamil &lt;kamil@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9ad30f3b4d7ed3a0ec2f178beb0df92cd34c4e9c - Drop the USE_LIBTRE build option</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libc/Makefile#9ad30f3b4d7ed3a0ec2f178beb0df92cd34c4e9c</link>
        <description>Drop the USE_LIBTRE build optionlibtre cannot be used any more as a replacement for regex(3).Tt does not build and the library development is stalled in upstream.Proposed on mailing list.Sponsored by &lt;The NetBSD Foundation&gt;

            List of files:
            /netbsd-src/lib/libc/Makefile</description>
        <pubDate>Sat, 31 Mar 2018 14:24:54 +0000</pubDate>
        <dc:creator>kamil &lt;kamil@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>670c7845636f98915f1c601c22f4f3146abf5433 - Only create and install the tags file for the normal libc (not any of the</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libc/Makefile#670c7845636f98915f1c601c22f4f3146abf5433</link>
        <description>Only create and install the tags file for the normal libc (not any of thecompat copies), because we don&apos;t want it to be overwritten by the compatcopies. This was detected by the evbarm mkimage complaining.

            List of files:
            /netbsd-src/lib/libc/Makefile</description>
        <pubDate>Mon, 15 Jun 2015 14:24:01 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7578f98047c615daf13c477a40663cd99510ab56 - Include compat in rumprun libc</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libc/Makefile#7578f98047c615daf13c477a40663cd99510ab56</link>
        <description>Include compat in rumprun libcNot including non-renamed symbols in libc caused all kinds of configurescripts to do the wrong thing when they just tested linkage withoutincluding headers.  So, go for the &quot;least moving parts&quot; bandaid for now.

            List of files:
            /netbsd-src/lib/libc/Makefile</description>
        <pubDate>Mon, 09 Feb 2015 22:44:34 +0000</pubDate>
        <dc:creator>pooka &lt;pooka@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a17684a24c693e3bc2e841a0bcaa0267370e8688 - Add hooks for RUMPRUN build of libc</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libc/Makefile#a17684a24c693e3bc2e841a0bcaa0267370e8688</link>
        <description>Add hooks for RUMPRUN build of libcIf &quot;yes&quot;, does the following (default &quot;no&quot;):  * prevents ASM syscalls from being built (librump provides syscalls)  * does not include compat (useless when application is linked with libc)  * does not build tags (no /var/db to install them to)  * does not include tls==&gt; libc for rumprun can now be built against unmodified NetBSD sources

            List of files:
            /netbsd-src/lib/libc/Makefile</description>
        <pubDate>Wed, 10 Dec 2014 00:37:30 +0000</pubDate>
        <dc:creator>pooka &lt;pooka@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>810b61bb1a026cc557f30677d7c8da47e70f6141 - MKCOMPAT fixes for when compat MACHINE_CPU != normal MACHINE_CPU</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libc/Makefile#810b61bb1a026cc557f30677d7c8da47e70f6141</link>
        <description>MKCOMPAT fixes for when compat MACHINE_CPU != normal MACHINE_CPU

            List of files:
            /netbsd-src/lib/libc/Makefile</description>
        <pubDate>Sun, 10 Aug 2014 23:39:08 +0000</pubDate>
        <dc:creator>matt &lt;matt@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9c3fd52490764bdf3fba48235a5946e223390496 - Introduce GENASSYM_CPPFLAGS for options during genassym processing.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libc/Makefile#9c3fd52490764bdf3fba48235a5946e223390496</link>
        <description>Introduce GENASSYM_CPPFLAGS for options during genassym processing.Consistently drop assembler flags.

            List of files:
            /netbsd-src/lib/libc/Makefile</description>
        <pubDate>Tue, 04 Mar 2014 14:58:14 +0000</pubDate>
        <dc:creator>joerg &lt;joerg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>720b2586bdd6992b01f1a9dfc32392120a41e21a - Include compiler-rt in libc, libm and libkern.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libc/Makefile#720b2586bdd6992b01f1a9dfc32392120a41e21a</link>
        <description>Include compiler-rt in libc, libm and libkern.

            List of files:
            /netbsd-src/lib/libc/Makefile</description>
        <pubDate>Wed, 29 Jan 2014 23:37:18 +0000</pubDate>
        <dc:creator>joerg &lt;joerg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f500068b4e6cd8c69e1898226b29a2e1b18a535c - If MKREPRO=yes, make the tags file refer to /usr/src</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libc/Makefile#f500068b4e6cd8c69e1898226b29a2e1b18a535c</link>
        <description>If MKREPRO=yes, make the tags file refer to /usr/srcinstead of referring to the actual source directory ${NETBSDSRC}.

            List of files:
            /netbsd-src/lib/libc/Makefile</description>
        <pubDate>Sun, 19 Jan 2014 11:36:45 +0000</pubDate>
        <dc:creator>apb &lt;apb@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>527d1fa144d2b86a01e0b694caa7892557910368 - Use a separate variable for the use of GCC&apos;s unwind code.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libc/Makefile#527d1fa144d2b86a01e0b694caa7892557910368</link>
        <description>Use a separate variable for the use of GCC&apos;s unwind code.

            List of files:
            /netbsd-src/lib/libc/Makefile</description>
        <pubDate>Sat, 18 Jan 2014 01:08:56 +0000</pubDate>
        <dc:creator>joerg &lt;joerg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2356df897cae3dcb26f765e247c8ca88ec09dd08 - Use the quad support from compiler-rt for MKLIBGCC=no.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libc/Makefile#2356df897cae3dcb26f765e247c8ca88ec09dd08</link>
        <description>Use the quad support from compiler-rt for MKLIBGCC=no.

            List of files:
            /netbsd-src/lib/libc/Makefile</description>
        <pubDate>Wed, 15 Jan 2014 20:58:09 +0000</pubDate>
        <dc:creator>joerg &lt;joerg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>aa6e9499ca5cf8b8832503c87844eac781e63331 - Rename USE_LIBGCC to HAVE_LIBGCC and retry using it as flag on unwind.h.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libc/Makefile#aa6e9499ca5cf8b8832503c87844eac781e63331</link>
        <description>Rename USE_LIBGCC to HAVE_LIBGCC and retry using it as flag on unwind.h.

            List of files:
            /netbsd-src/lib/libc/Makefile</description>
        <pubDate>Mon, 14 Oct 2013 16:00:16 +0000</pubDate>
        <dc:creator>joerg &lt;joerg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d06922ddf40e64415d80dcd2b81ee75a1476929e - Include compiler-rt and libunwind in libc for Clang/x86 builds.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libc/Makefile#d06922ddf40e64415d80dcd2b81ee75a1476929e</link>
        <description>Include compiler-rt and libunwind in libc for Clang/x86 builds.

            List of files:
            /netbsd-src/lib/libc/Makefile</description>
        <pubDate>Mon, 14 Oct 2013 01:30:21 +0000</pubDate>
        <dc:creator>joerg &lt;joerg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>02bc918a661fff01aae8e0b9276c3ebfb960d996 - Don&apos;t pass assembler flags to cpp for genassym.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libc/Makefile#02bc918a661fff01aae8e0b9276c3ebfb960d996</link>
        <description>Don&apos;t pass assembler flags to cpp for genassym.

            List of files:
            /netbsd-src/lib/libc/Makefile</description>
        <pubDate>Tue, 30 Jul 2013 15:28:47 +0000</pubDate>
        <dc:creator>joerg &lt;joerg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7d2c6b2414b11aeef2980cb886370a629e01e94d - Match against LIBC_MACHINE_ARCH for MKCOMPAT</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libc/Makefile#7d2c6b2414b11aeef2980cb886370a629e01e94d</link>
        <description>Match against LIBC_MACHINE_ARCH for MKCOMPAT

            List of files:
            /netbsd-src/lib/libc/Makefile</description>
        <pubDate>Tue, 30 Apr 2013 01:42:03 +0000</pubDate>
        <dc:creator>matt &lt;matt@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>343c2f33c07fc1a4c7cc3832cfe3da0ee4a69e5f - Just build the legacy stuff for earm (for now).</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libc/Makefile#343c2f33c07fc1a4c7cc3832cfe3da0ee4a69e5f</link>
        <description>Just build the legacy stuff for earm (for now).

            List of files:
            /netbsd-src/lib/libc/Makefile</description>
        <pubDate>Sat, 27 Apr 2013 08:00:40 +0000</pubDate>
        <dc:creator>matt &lt;matt@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7b96d464635d7b239884b963f2655165939b06bf - for earm, make sure to build getdirentries man page</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libc/Makefile#7b96d464635d7b239884b963f2655165939b06bf</link>
        <description>for earm, make sure to build getdirentries man page

            List of files:
            /netbsd-src/lib/libc/Makefile</description>
        <pubDate>Thu, 25 Apr 2013 15:39:26 +0000</pubDate>
        <dc:creator>matt &lt;matt@NetBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
