<?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>1a80bcc5fafaa822e281bf963e7c58a8747a610c - Remove redundant PACKAGE for INTERNALLIB libraries</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libnetbsd/Makefile#1a80bcc5fafaa822e281bf963e7c58a8747a610c</link>
        <description>Remove redundant PACKAGE for INTERNALLIB librariesThese libraries don&apos;t install anything, so they shouldn&apos;t have aPACKAGE setting.  This avoids surprising behaviour in future ife.g. manpages are added to an internal library.Reported by:	desDifferential Revision:	https://reviews.freebsd.org/D51901

            List of files:
            /freebsd/lib/libnetbsd/Makefile</description>
        <pubDate>Sat, 23 Aug 2025 01:51:13 +0200</pubDate>
        <dc:creator>Lexi Winter &lt;ivy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libnetbsd/Makefile#e9ac41698b2f322d55ccf9da50a3596edb2c1800</link>
        <description>Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I&apos;ll just run the command on the branches)Sponsored by: Netflix

            List of files:
            /freebsd/lib/libnetbsd/Makefile</description>
        <pubDate>Mon, 15 Jul 2024 06:46:32 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libnetbsd/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/lib/libnetbsd/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 19:55:03 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>df9489689d32c57c8fcd01e9586cb8abfb39ebbe - libnetbsd: add emalloc and friends</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libnetbsd/Makefile#df9489689d32c57c8fcd01e9586cb8abfb39ebbe</link>
        <description>libnetbsd: add emalloc and friendsThese are error-checked versions of memory allocation routines used byNetBSD code, and are being added to facilitate updates to makefs.Reviewed by:	ngieDifferential Revision:	https://reviews.freebsd.org/D10291

            List of files:
            /freebsd/lib/libnetbsd/Makefile</description>
        <pubDate>Thu, 06 Apr 2017 16:36:08 +0200</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f5b9907c8614c435c231ad7aab21d54b74be92ab - Port the getaddrinfo(1) utility from NetBSD</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libnetbsd/Makefile#f5b9907c8614c435c231ad7aab21d54b74be92ab</link>
        <description>Port the getaddrinfo(1) utility from NetBSDSubmitted by:	Lohith Bellad &lt;lohithbsd@gmail.com&gt;Reviewed by:	hiren (earlier rev), aeObtained from:	NetBSDMFC after:	1 weekRelnotes:	yesSponsored by:	Dell EMCDifferential Revision:	https://reviews.freebsd.org/D9365

            List of files:
            /freebsd/lib/libnetbsd/Makefile</description>
        <pubDate>Mon, 20 Mar 2017 17:44:55 +0100</pubDate>
        <dc:creator>Eric van Gyzen &lt;vangyzen@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>13caa468668019a6c93ed6ff65ab21c673b378cb - Merge the projects/release-pkg branch to head.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libnetbsd/Makefile#13caa468668019a6c93ed6ff65ab21c673b378cb</link>
        <description>Merge the projects/release-pkg branch to head.This allows packaging the base system with pkg(8), includingbut not limited to providing the ability to provide upstreambinary update possibilities for non-tier-1 architectures.This merge is a requirement of the 11.0-RELEASE, and as such,thank you to everyone that has tested the project branch.Documentation in build(7) etc. is still somewhat sparse, butupdates to those parts will follow.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/lib/libnetbsd/Makefile</description>
        <pubDate>Sat, 16 Apr 2016 09:45:30 +0200</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a70cba95822f662d3f9da5119b6a0c433e8f70af - First pass through library packaging.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libnetbsd/Makefile#a70cba95822f662d3f9da5119b6a0c433e8f70af</link>
        <description>First pass through library packaging.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/lib/libnetbsd/Makefile</description>
        <pubDate>Thu, 04 Feb 2016 22:16:35 +0100</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cfe30d02adda7c3b5c76156ac52d50d8cab325d9 - Merge fresh head.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libnetbsd/Makefile#cfe30d02adda7c3b5c76156ac52d50d8cab325d9</link>
        <description>Merge fresh head.

            List of files:
            /freebsd/lib/libnetbsd/Makefile</description>
        <pubDate>Wed, 19 Jun 2013 13:36:13 +0200</pubDate>
        <dc:creator>Gleb Smirnoff &lt;glebius@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d241a0e67ff3a44947931bf8c841d9786c59efd7 - IFC @247348.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libnetbsd/Makefile#d241a0e67ff3a44947931bf8c841d9786c59efd7</link>
        <description>IFC @247348.

            List of files:
            /freebsd/lib/libnetbsd/Makefile</description>
        <pubDate>Tue, 26 Feb 2013 22:16:10 +0100</pubDate>
        <dc:creator>Xin LI &lt;delphij@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d9a447559bc04121f7c6682e64abe67efa154864 - Sync with HEAD.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libnetbsd/Makefile#d9a447559bc04121f7c6682e64abe67efa154864</link>
        <description>Sync with HEAD.

            List of files:
            /freebsd/lib/libnetbsd/Makefile</description>
        <pubDate>Fri, 08 Feb 2013 17:10:16 +0100</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>46b1c55d9e896815933f43423ae510193b560892 - IFC @ r244983.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libnetbsd/Makefile#46b1c55d9e896815933f43423ae510193b560892</link>
        <description>IFC @ r244983.

            List of files:
            /freebsd/lib/libnetbsd/Makefile</description>
        <pubDate>Fri, 04 Jan 2013 20:28:32 +0100</pubDate>
        <dc:creator>Neel Natu &lt;neel@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6bea8766443cc86412928fa25a6e6a4b70a0a3b0 - Add libnetbsd, a thin compatibility layer intended to allow a limited</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libnetbsd/Makefile#6bea8766443cc86412928fa25a6e6a4b70a0a3b0</link>
        <description>Add libnetbsd, a thin compatibility layer intended to allow a limitedset of NetBSD software to compile as part of the FreeBSD build withlittle or no modifiction.  It is built as a static library and notinstalled for general use.  Likewise, its header files are notinstalled.Sponsored by:	DARPA, AFRL

            List of files:
            /freebsd/lib/libnetbsd/Makefile</description>
        <pubDate>Fri, 21 Dec 2012 21:37:38 +0100</pubDate>
        <dc:creator>Brooks Davis &lt;brooks@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
