<?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>de3955c3eb1db2ec7faea1057506c16d54e6ce56 - Use the standard build rules.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/lib/libkern/Makefile#de3955c3eb1db2ec7faea1057506c16d54e6ce56</link>
        <description>Use the standard build rules.

            List of files:
            /netbsd-src/sys/lib/libkern/Makefile</description>
        <pubDate>Tue, 05 Jun 2018 00:57:47 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>65f5251eae295ec927ea39736af48af4f1c690dd - remove a bunch of &quot;@echo done&quot; from the tail of rules.  these messages</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/lib/libkern/Makefile#65f5251eae295ec927ea39736af48af4f1c690dd</link>
        <description>remove a bunch of &quot;@echo done&quot; from the tail of rules.  these messageswere vaguely useful back when we didn&apos;t run make -j, but now you endup with a single line &quot;done&quot; every so often, with no idea what it isfor.  very few other targets claim they&apos;re done so just remove these.

            List of files:
            /netbsd-src/sys/lib/libkern/Makefile</description>
        <pubDate>Tue, 22 Mar 2016 08:25:22 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ea72de740ff610502128fd683127ea575f35a56b - Order library object build.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/lib/libkern/Makefile#ea72de740ff610502128fd683127ea575f35a56b</link>
        <description>Order library object build.

            List of files:
            /netbsd-src/sys/lib/libkern/Makefile</description>
        <pubDate>Mon, 07 Sep 2015 03:44:19 +0000</pubDate>
        <dc:creator>uebayasi &lt;uebayasi@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9068ec741b0a8671c3dacac7a19de3554db3da0d - Sprinkle more done messages.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/lib/libkern/Makefile#9068ec741b0a8671c3dacac7a19de3554db3da0d</link>
        <description>Sprinkle more done messages.

            List of files:
            /netbsd-src/sys/lib/libkern/Makefile</description>
        <pubDate>Mon, 07 Sep 2015 03:20:18 +0000</pubDate>
        <dc:creator>uebayasi &lt;uebayasi@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9d9871abbe5fdb85aff3ac40e2041daa05287715 - Revert previous revision. It bkeaks profiling kernel builds.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/lib/libkern/Makefile#9d9871abbe5fdb85aff3ac40e2041daa05287715</link>
        <description>Revert previous revision. It bkeaks profiling kernel builds.LIBISPRIVATE unconditionnally set MKPROFILE to no, preventingprofiling kernel library.

            List of files:
            /netbsd-src/sys/lib/libkern/Makefile</description>
        <pubDate>Sun, 09 Feb 2014 12:53:30 +0000</pubDate>
        <dc:creator>njoly &lt;njoly@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e1512a262a76b624eca7ea5bd5e433eb11f593e4 - Simplify by using LIBISPRIVATE?= yes</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/lib/libkern/Makefile#e1512a262a76b624eca7ea5bd5e433eb11f593e4</link>
        <description>Simplify by using LIBISPRIVATE?= yes

            List of files:
            /netbsd-src/sys/lib/libkern/Makefile</description>
        <pubDate>Wed, 21 Aug 2013 05:50:14 +0000</pubDate>
        <dc:creator>matt &lt;matt@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>fddc3457b2ffcc848dd0f4395ef8fa126892e0da - Change the use of formally undocumented features, which have now been</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/lib/libkern/Makefile#fddc3457b2ffcc848dd0f4395ef8fa126892e0da</link>
        <description>Change the use of formally undocumented features, which have now beenmade to fail.  Specifically, change.ifdef(SYMBOL) -&gt; .ifdef SYMBOL or .if defined(SYMBOL),and corresponding for .ifndef.Also correct one error in lib/libm/Makefile (.ifdef (${MKCOMPLEX} != &quot;no&quot;)?!?).

            List of files:
            /netbsd-src/sys/lib/libkern/Makefile</description>
        <pubDate>Sun, 18 Jan 2009 20:42:11 +0000</pubDate>
        <dc:creator>he &lt;he@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>59f8fc8f6eead2960f49e1652fe8888d27601b0b - Split variables out of Makefile into Makefile.libkern so that we</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/lib/libkern/Makefile#59f8fc8f6eead2960f49e1652fe8888d27601b0b</link>
        <description>Split variables out of Makefile into Makefile.libkern so that wecan easily just .include it for the proper SRCS etc. definitionsin case we&apos;re interested in the files but not in building an actuallibkern.{a,o}.  for librump

            List of files:
            /netbsd-src/sys/lib/libkern/Makefile</description>
        <pubDate>Sun, 04 Jan 2009 18:00:55 +0000</pubDate>
        <dc:creator>pooka &lt;pooka@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9a5d3f28170186b255f58301df9495a4f5905991 - replace bitmask_snprintf(9) with snprintb(3)</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/lib/libkern/Makefile#9a5d3f28170186b255f58301df9495a4f5905991</link>
        <description>replace bitmask_snprintf(9) with snprintb(3)

            List of files:
            /netbsd-src/sys/lib/libkern/Makefile</description>
        <pubDate>Tue, 16 Dec 2008 22:35:21 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0ad7281825399df51624fc448e2eb3f67e598e72 - Add new ptree (Patricia / RADIX tree) implementation to NetBSD.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/lib/libkern/Makefile#0ad7281825399df51624fc448e2eb3f67e598e72</link>
        <description>Add new ptree (Patricia / RADIX tree) implementation to NetBSD.

            List of files:
            /netbsd-src/sys/lib/libkern/Makefile</description>
        <pubDate>Thu, 20 Nov 2008 23:50:08 +0000</pubDate>
        <dc:creator>matt &lt;matt@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c6555ead19a266ce9a3ba0b00090022ee66f460f - Our qsort() is inappropriate for kernel use because it makes recursive</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/lib/libkern/Makefile#c6555ead19a266ce9a3ba0b00090022ee66f460f</link>
        <description>Our qsort() is inappropriate for kernel use because it makes recursivecalls. Replace it with a kheapsort() function in kernel. Pointed outby tron@.

            List of files:
            /netbsd-src/sys/lib/libkern/Makefile</description>
        <pubDate>Sun, 16 Nov 2008 16:15:58 +0000</pubDate>
        <dc:creator>ad &lt;ad@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e5c4df967af4e2b8df20034c8746b864f761f362 - Make qsort() available in libkern.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/lib/libkern/Makefile#e5c4df967af4e2b8df20034c8746b864f761f362</link>
        <description>Make qsort() available in libkern.

            List of files:
            /netbsd-src/sys/lib/libkern/Makefile</description>
        <pubDate>Sun, 16 Nov 2008 15:01:26 +0000</pubDate>
        <dc:creator>ad &lt;ad@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>48717a981db51488bc876152f820a13ba0b9665d - Move rb.c from sys/lib/libkern to common so it can be in both libc and libkern.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/lib/libkern/Makefile#48717a981db51488bc876152f820a13ba0b9665d</link>
        <description>Move rb.c from sys/lib/libkern to common so it can be in both libc and libkern.

            List of files:
            /netbsd-src/sys/lib/libkern/Makefile</description>
        <pubDate>Mon, 30 Jun 2008 19:03:59 +0000</pubDate>
        <dc:creator>matt &lt;matt@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e9ad0762c765f806957bdd10b6a80a42589159f3 - Include cpuset.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/lib/libkern/Makefile#e9ad0762c765f806957bdd10b6a80a42589159f3</link>
        <description>Include cpuset.

            List of files:
            /netbsd-src/sys/lib/libkern/Makefile</description>
        <pubDate>Sun, 15 Jun 2008 20:34:18 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3056c4f69a65e580c2490b04fb426d1d4a4a17aa - Add Mersenne Twister prototypes and state struct to libkern.h</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/lib/libkern/Makefile#3056c4f69a65e580c2490b04fb426d1d4a4a17aa</link>
        <description>Add Mersenne Twister prototypes and state struct to libkern.hCleanup a comment.  s/RLEN/MTPRNG_RLEN/g    s/POS1/MTPRNG_POS1/gRemove unneeded test code.

            List of files:
            /netbsd-src/sys/lib/libkern/Makefile</description>
        <pubDate>Thu, 31 Jan 2008 02:36:09 +0000</pubDate>
        <dc:creator>matt &lt;matt@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b83f9a6a6d7d50e97e575e675e93e0761065ea20 - remove insque/remque from libkern, they are no longer used</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/lib/libkern/Makefile#b83f9a6a6d7d50e97e575e675e93e0761065ea20</link>
        <description>remove insque/remque from libkern, they are no longer used

            List of files:
            /netbsd-src/sys/lib/libkern/Makefile</description>
        <pubDate>Thu, 22 Nov 2007 22:56:16 +0000</pubDate>
        <dc:creator>plunky &lt;plunky@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c77d808475fb50bbde1cd2ddb3dedbe58169f7fe - build rb.c.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/lib/libkern/Makefile#c77d808475fb50bbde1cd2ddb3dedbe58169f7fe</link>
        <description>build rb.c.

            List of files:
            /netbsd-src/sys/lib/libkern/Makefile</description>
        <pubDate>Tue, 20 Nov 2007 13:49:01 +0000</pubDate>
        <dc:creator>yamt &lt;yamt@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e3361bb265b230530456269f8155ee8a5306a9e7 - Add strsep(3) to libkern.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/lib/libkern/Makefile#e3361bb265b230530456269f8155ee8a5306a9e7</link>
        <description>Add strsep(3) to libkern.To avoid code duplication, move strsep.c to the kernel/userlandcommon files.Soon I will commit source-address selection (options IPSELSRC).It will use strsep(3).

            List of files:
            /netbsd-src/sys/lib/libkern/Makefile</description>
        <pubDate>Mon, 13 Nov 2006 03:26:43 +0000</pubDate>
        <dc:creator>dyoung &lt;dyoung@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>31a62606eaa51591634375de6fadf7b66b0e8d17 - Merge kernel and userland rmd160 and sha2 implementation.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/lib/libkern/Makefile#31a62606eaa51591634375de6fadf7b66b0e8d17</link>
        <description>Merge kernel and userland rmd160 and sha2 implementation.XXX: We still install rmd160.h and sha2.h in /usr/include/crypto, unlikethe other hash functions which get installed in /usr/include for compatibility.

            List of files:
            /netbsd-src/sys/lib/libkern/Makefile</description>
        <pubDate>Fri, 27 Oct 2006 21:20:48 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>82fd1ebbaa73c78a77261c6ef74724a6aaaf221f - - Move strtoll.c and strtoull.c from libc/stdlib to common/libc/stdlib.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/lib/libkern/Makefile#82fd1ebbaa73c78a77261c6ef74724a6aaaf221f</link>
        <description>- Move strtoll.c and strtoull.c from libc/stdlib to common/libc/stdlib.- Add strtoll.c and strtoull.c to libkern.

            List of files:
            /netbsd-src/sys/lib/libkern/Makefile</description>
        <pubDate>Sun, 08 Oct 2006 03:14:55 +0000</pubDate>
        <dc:creator>thorpej &lt;thorpej@NetBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
