<?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>d0b2dbfa - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tools/test/malloc/Makefile#d0b2dbfa</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/tools/test/malloc/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 17:55:03 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7cc42f6d - Do a sweep and remove most WARNS=6 settings</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tools/test/malloc/Makefile#7cc42f6d</link>
        <description>Do a sweep and remove most WARNS=6 settingsRepeating the default WARNS here makes it slightly more difficult toexperiment with default WARNS changes, e.g. if we did something absolutelybananas and introduced a WARNS=7 and wanted to try lifting the default tothat.Drop most of them; there is one in the blake2 kernel module, but I suspectit should be dropped -- the default WARNS in the rest of the build doesn&apos;tcurrently apply to kernel modules, and I haven&apos;t put too much thought intowhether it makes sense to make it so.

            List of files:
            /freebsd-14.2/tools/test/malloc/Makefile</description>
        <pubDate>Thu, 01 Oct 2020 01:10:51 +0000</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3bdf7758 - NO_MAN= has been deprecated in favor of MAN= for some time, go ahead</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tools/test/malloc/Makefile#3bdf7758</link>
        <description>NO_MAN= has been deprecated in favor of MAN= for some time, go aheadand finish the job. ncurses is now the only Makefile in the tree thatuses it since it wasn&apos;t a simple mechanical change, and will beaddressed in a future commit.

            List of files:
            /freebsd-14.2/tools/test/malloc/Makefile</description>
        <pubDate>Sun, 13 Apr 2014 05:21:56 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>01ded8b9 - Fix warnings and style(9) issues.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tools/test/malloc/Makefile#01ded8b9</link>
        <description>Fix warnings and style(9) issues.Set WARNS to 6.MFC after:	1 week

            List of files:
            /freebsd-14.2/tools/test/malloc/Makefile</description>
        <pubDate>Fri, 11 Mar 2011 17:33:31 +0000</pubDate>
        <dc:creator>Rebecca Cran &lt;brucec@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e653b48c - Start the dreaded NOFOO -&gt; NO_FOO conversion.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tools/test/malloc/Makefile#e653b48c</link>
        <description>Start the dreaded NOFOO -&gt; NO_FOO conversion.OK&apos;ed by:	core

            List of files:
            /freebsd-14.2/tools/test/malloc/Makefile</description>
        <pubDate>Tue, 21 Dec 2004 08:47:35 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a35d8893 - For variables that are only checked with defined(), don&apos;t provide</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tools/test/malloc/Makefile#a35d8893</link>
        <description>For variables that are only checked with defined(), don&apos;t provideany fake value.

            List of files:
            /freebsd-14.2/tools/test/malloc/Makefile</description>
        <pubDate>Sun, 24 Oct 2004 15:33:08 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>adeb92a2 - Remove broken attempt to compile libc&apos;s malloc source directly; this</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tools/test/malloc/Makefile#adeb92a2</link>
        <description>Remove broken attempt to compile libc&apos;s malloc source directly; thisallows this tool to compile again. Albeit, now to test a new mallocimplementation one has to install the new libc which may have badconsequences (i.e. if the new malloc implementation were buggy).Add logic to workaround malloc&apos;s current behaviour of returning aninvalid non-NULL pointer for 0 byte allocation requests; this prevents thetool from coring during the NOPS loop.Add $FreeBSD$ tags.

            List of files:
            /freebsd-14.2/tools/test/malloc/Makefile</description>
        <pubDate>Wed, 02 Jan 2002 06:42:34 +0000</pubDate>
        <dc:creator>Kelly Yancey &lt;kbyanc@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9ee40678 - Update this to match my version.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tools/test/malloc/Makefile#9ee40678</link>
        <description>Update this to match my version.

            List of files:
            /freebsd-14.2/tools/test/malloc/Makefile</description>
        <pubDate>Sat, 26 Oct 1996 08:22:09 +0000</pubDate>
        <dc:creator>Poul-Henning Kamp &lt;phk@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>953a3198 - malloc.c	A program to benchmark and test malloc.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tools/test/malloc/Makefile#953a3198</link>
        <description>malloc.c	A program to benchmark and test malloc.

            List of files:
            /freebsd-14.2/tools/test/malloc/Makefile</description>
        <pubDate>Sun, 15 Oct 1995 12:29:12 +0000</pubDate>
        <dc:creator>Poul-Henning Kamp &lt;phk@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
