<?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/lib/libdevinfo/Makefile#d0b2dbfa</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/lib/libdevinfo/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>e7a5a60e - pkgbase: Put devmatch in its own package</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libdevinfo/Makefile#e7a5a60e</link>
        <description>pkgbase: Put devmatch in its own packagedevmatch is useful on standalone machine but not on jails.Put devinfo(8) and libdevinfo there too.Differential Revision:	https://reviews.freebsd.org/D36229

            List of files:
            /freebsd-14.2/lib/libdevinfo/Makefile</description>
        <pubDate>Fri, 22 Jul 2022 20:30:11 +0000</pubDate>
        <dc:creator>Emmanuel Vadot &lt;manu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d7e515ff - devinfo: add man page links</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libdevinfo/Makefile#d7e515ff</link>
        <description>devinfo: add man page linksAdd man page links for all functions in devinfo(3).Reported by:	vimMFC after:	2 weeksSponsored by:	Dell EMC Isilon

            List of files:
            /freebsd-14.2/lib/libdevinfo/Makefile</description>
        <pubDate>Tue, 04 Aug 2020 21:09:36 +0000</pubDate>
        <dc:creator>Eric van Gyzen &lt;vangyzen@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4c1a82ce - pkgbase: Create a FreeBSD-utilities package and make it the default one</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libdevinfo/Makefile#4c1a82ce</link>
        <description>pkgbase: Create a FreeBSD-utilities package and make it the default oneThe default package use to be FreeBSD-runtime but it should only containbinaries and libs enough to boot to single user and repair the system, itis also very handy to have a package that can be tranform to a small mfsroot.So create a new package named FreeBSD-utilities and make it the default one.Also move a few binaries and lib into this package when it make sense.Reviewed by:	bapt, gjbDifferential Revision:	https://reviews.freebsd.org/D21506

            List of files:
            /freebsd-14.2/lib/libdevinfo/Makefile</description>
        <pubDate>Thu, 05 Sep 2019 14:15:47 +0000</pubDate>
        <dc:creator>Emmanuel Vadot &lt;manu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b37309b1 - Bump libdevinfo SHLIB_MAJOR, forgotten in r297000.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libdevinfo/Makefile#b37309b1</link>
        <description>Bump libdevinfo SHLIB_MAJOR, forgotten in r297000.Spotted by:	bapt

            List of files:
            /freebsd-14.2/lib/libdevinfo/Makefile</description>
        <pubDate>Fri, 18 Mar 2016 01:53:00 +0000</pubDate>
        <dc:creator>Justin Hibbits &lt;jhibbits@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a70cba95 - First pass through library packaging.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libdevinfo/Makefile#a70cba95</link>
        <description>First pass through library packaging.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-14.2/lib/libdevinfo/Makefile</description>
        <pubDate>Thu, 04 Feb 2016 21:16:35 +0000</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>daaf5759 - Build lib/ with WARNS=6 by default.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libdevinfo/Makefile#daaf5759</link>
        <description>Build lib/ with WARNS=6 by default.Similar to libexec/, do the same with lib/. Make WARNS=6 the norm andlower it when needed.I&apos;m setting WARNS?=0 for secure/. It seems secure/ includes theMakefile.inc provided by lib/. I&apos;m not going to touch that directory.Most of the code there is contributed anyway.

            List of files:
            /freebsd-14.2/lib/libdevinfo/Makefile</description>
        <pubDate>Sat, 02 Jan 2010 09:58:07 +0000</pubDate>
        <dc:creator>Ed Schouten &lt;ed@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1e27d2dc - MAN[1-9] -&gt; MAN.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libdevinfo/Makefile#1e27d2dc</link>
        <description>MAN[1-9] -&gt; MAN.

            List of files:
            /freebsd-14.2/lib/libdevinfo/Makefile</description>
        <pubDate>Mon, 13 May 2002 12:11:54 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>fcc069af - devinfo_var.h should not be in INCS</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libdevinfo/Makefile#fcc069af</link>
        <description>devinfo_var.h should not be in INCS

            List of files:
            /freebsd-14.2/lib/libdevinfo/Makefile</description>
        <pubDate>Fri, 20 Apr 2001 23:10:09 +0000</pubDate>
        <dc:creator>Mike Smith &lt;msmith@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>09247921 - Add a manpage for libdevinfo.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libdevinfo/Makefile#09247921</link>
        <description>Add a manpage for libdevinfo.

            List of files:
            /freebsd-14.2/lib/libdevinfo/Makefile</description>
        <pubDate>Fri, 20 Apr 2001 22:48:12 +0000</pubDate>
        <dc:creator>Mike Smith &lt;msmith@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a2e6df29 - This is the Device Information Library, libdevinfo.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libdevinfo/Makefile#a2e6df29</link>
        <description>This is the Device Information Library, libdevinfo.The devinfo library provides access to the kernel&apos;s internal devicehierarchy and to the I/O resource manager.  The library uses asysctl(9) interface to obtain a snapshot of the kernel&apos;s state whichis then made available to the application.

            List of files:
            /freebsd-14.2/lib/libdevinfo/Makefile</description>
        <pubDate>Fri, 20 Apr 2001 05:53:30 +0000</pubDate>
        <dc:creator>Mike Smith &lt;msmith@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
