<?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>6c3f4940f3d4c0928ce7eabeab1f456c91844b90 - libbsdmalloc: Nix K&amp;R definitions.  Bump WARNS to 3.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libbsdmalloc/Makefile#6c3f4940f3d4c0928ce7eabeab1f456c91844b90</link>
        <description>libbsdmalloc: Nix K&amp;R definitions.  Bump WARNS to 3.

            List of files:
            /netbsd-src/lib/libbsdmalloc/Makefile</description>
        <pubDate>Tue, 04 Jul 2023 18:40:14 +0000</pubDate>
        <dc:creator>riastradh &lt;riastradh@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2daa8bfe20d7d82f0221d5da8ca9b664480c3cc3 - libbsdmalloc: New man page.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libbsdmalloc/Makefile#2daa8bfe20d7d82f0221d5da8ca9b664480c3cc3</link>
        <description>libbsdmalloc: New man page.XXX pullup-10

            List of files:
            /netbsd-src/lib/libbsdmalloc/Makefile</description>
        <pubDate>Tue, 04 Jul 2023 16:23:15 +0000</pubDate>
        <dc:creator>riastradh &lt;riastradh@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d6f78684fe8210055eeb321d21f3ce4aa64abe28 - libbsdmalloc: Provide all allocator front ends and fork hooks.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libbsdmalloc/Makefile#d6f78684fe8210055eeb321d21f3ce4aa64abe28</link>
        <description>libbsdmalloc: Provide all allocator front ends and fork hooks.Front ends:- aligned_alloc- calloc- posix_memalignFork hooks:- _malloc_prefork- _malloc_postfork- _malloc_postfork_childOtherwise these will pull in the jemalloc definitions from libc,which (a) defeats the purpose, and (b) won&apos;t work correctly withfork and threads.Thanks to kre@ and the thread on tech-userlevel for pointing me inthe right direction to making this actually work to overridejemalloc:https://mail-index.netbsd.org/tech-userlevel/2023/06/30/msg013957.htmlNote: libbsdmalloc doesn&apos;t set errno=ENOMEM on malloc failure, butthese front ends do (even aligned_alloc, which is from C11, whichdoesn&apos;t define ENOMEM at all, but this pacifies our aligned_alloctests in t_posix_memalign.c).  Might want to fix that.XXX pullup-10

            List of files:
            /netbsd-src/lib/libbsdmalloc/Makefile</description>
        <pubDate>Tue, 04 Jul 2023 15:08:55 +0000</pubDate>
        <dc:creator>riastradh &lt;riastradh@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>572e1c85875267c1129ff423cae85f10b8714a51 - These directories don&apos;t handle WARNS=5</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libbsdmalloc/Makefile#572e1c85875267c1129ff423cae85f10b8714a51</link>
        <description>These directories don&apos;t handle WARNS=5

            List of files:
            /netbsd-src/lib/libbsdmalloc/Makefile</description>
        <pubDate>Wed, 21 Mar 2012 10:08:30 +0000</pubDate>
        <dc:creator>matt &lt;matt@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>61ae1a1c52ab4aebcd01aa76b6f5dfa5a14f6e0f - Define _REENT. Extend CPPFLAGS.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libbsdmalloc/Makefile#61ae1a1c52ab4aebcd01aa76b6f5dfa5a14f6e0f</link>
        <description>Define _REENT. Extend CPPFLAGS.

            List of files:
            /netbsd-src/lib/libbsdmalloc/Makefile</description>
        <pubDate>Sun, 10 Apr 2011 16:47:39 +0000</pubDate>
        <dc:creator>joerg &lt;joerg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7b6e5e6602b392706a35c09ccd2c7e2d5768773a - NOxxx= variables must appear before &lt;bsd.own.mk&gt;</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libbsdmalloc/Makefile#7b6e5e6602b392706a35c09ccd2c7e2d5768773a</link>
        <description>NOxxx= variables must appear before &lt;bsd.own.mk&gt;

            List of files:
            /netbsd-src/lib/libbsdmalloc/Makefile</description>
        <pubDate>Thu, 10 Jul 2003 11:27:45 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>645dee56e4648fa5e3d64ae5107dbc6c30f301ca - Adding libbsdmalloc which is Chris Kingsley&apos;s `power of two bucket&apos; malloc.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/lib/libbsdmalloc/Makefile#645dee56e4648fa5e3d64ae5107dbc6c30f301ca</link>
        <description>Adding libbsdmalloc which is Chris Kingsley&apos;s `power of two bucket&apos; malloc.Suggested by christos.

            List of files:
            /netbsd-src/lib/libbsdmalloc/Makefile</description>
        <pubDate>Mon, 21 Apr 2003 22:21:06 +0000</pubDate>
        <dc:creator>elric &lt;elric@NetBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
