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

            List of files:
            /freebsd-14.2/usr.sbin/pciconf/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>a4ed9e4f - Make WARNS=6 safe.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/pciconf/Makefile#a4ed9e4f</link>
        <description>Make WARNS=6 safe.Tested with Clang 3.7.1, GCC 4.2.1 and GCC 4.8.5 on amd64.

            List of files:
            /freebsd-14.2/usr.sbin/pciconf/Makefile</description>
        <pubDate>Thu, 18 Feb 2016 15:23:25 +0000</pubDate>
        <dc:creator>Stefan E&#223;er &lt;se@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0895e9c7 - Install &lt;dev/agp/agpreg.h&gt; and &lt;dev/pci/pcireg.h&gt; as userland headers</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/pciconf/Makefile#0895e9c7</link>
        <description>Install &lt;dev/agp/agpreg.h&gt; and &lt;dev/pci/pcireg.h&gt; as userland headersin /usr/include.MFC after:	2 weeks

            List of files:
            /freebsd-14.2/usr.sbin/pciconf/Makefile</description>
        <pubDate>Tue, 05 Feb 2013 18:55:09 +0000</pubDate>
        <dc:creator>John Baldwin &lt;jhb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b6de0055 - Add a new -e flag to pciconf(8)&apos;s list mode to display PCI error details.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/pciconf/Makefile#b6de0055</link>
        <description>Add a new -e flag to pciconf(8)&apos;s list mode to display PCI error details.Currently this dumps the status of any error bits in the PCI status registerand PCI-express device status register.  It also lists any errors indicatedby version 1 of PCI-express Advanced Error Reporting (AER).MFC after:	1 week

            List of files:
            /freebsd-14.2/usr.sbin/pciconf/Makefile</description>
        <pubDate>Fri, 01 Jun 2012 18:33:40 +0000</pubDate>
        <dc:creator>John Baldwin &lt;jhb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>71ccf092 - The last big commit: let usr.sbin/ use WARNS=6 by default.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/pciconf/Makefile#71ccf092</link>
        <description>The last big commit: let usr.sbin/ use WARNS=6 by default.

            List of files:
            /freebsd-14.2/usr.sbin/pciconf/Makefile</description>
        <pubDate>Sat, 02 Jan 2010 11:07:44 +0000</pubDate>
        <dc:creator>Ed Schouten &lt;ed@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8866f04e - - Teach pciconf(8) to list the PCI capabilities supported by each device</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/pciconf/Makefile#8866f04e</link>
        <description>- Teach pciconf(8) to list the PCI capabilities supported by each device  via a new -c flag to be used with -l.  Some simple parsing code is  present for the following capabilities: Power Management, AGP, VPD,  MSI, PCI-X, HyperTransport, Vendor-specific, EHCI Debug Port, PCI-PCI  bridge subvendor ID, PCI-express, and MSI-X.- Fix a few warnings in pciconf.c.- Update some cruft in pciconf(8):  - PCI 2.1 is no longer a revolutionary standard, and subvendor ID&apos;s are    fairly common at this point, so reflect that.  - Header type 2 is used for PCI-CardBus bridges.  - Describe the -v option for -l after completing the basic -l description    instead of disrupting the flow in the middle.Reviewed by:	imp (partially)MFC after:	1 week

            List of files:
            /freebsd-14.2/usr.sbin/pciconf/Makefile</description>
        <pubDate>Fri, 02 Feb 2007 19:54:17 +0000</pubDate>
        <dc:creator>John Baldwin &lt;jhb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>90e655ea - Perform a major cleanup of the usr.sbin Makefiles.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/pciconf/Makefile#90e655ea</link>
        <description>Perform a major cleanup of the usr.sbin Makefiles.These are not perfectly in agreement with each other style-wise, but theyare orders of orders of magnitude more consistent style-wise than before.

            List of files:
            /freebsd-14.2/usr.sbin/pciconf/Makefile</description>
        <pubDate>Fri, 20 Jul 2001 06:20:32 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>345e52e7 - - Backout botched attempt to introduce MANSECT feature.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/pciconf/Makefile#345e52e7</link>
        <description>- Backout botched attempt to introduce MANSECT feature.- MAN[1-9] -&gt; MAN.

            List of files:
            /freebsd-14.2/usr.sbin/pciconf/Makefile</description>
        <pubDate>Mon, 26 Mar 2001 14:42:20 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c73e22c3 - Set the default manual section for usr.sbin/ to 8.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/pciconf/Makefile#c73e22c3</link>
        <description>Set the default manual section for usr.sbin/ to 8.

            List of files:
            /freebsd-14.2/usr.sbin/pciconf/Makefile</description>
        <pubDate>Tue, 20 Mar 2001 18:17:26 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4dbcd988 - Unbreak this file some more:</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/pciconf/Makefile#4dbcd988</link>
        <description>Unbreak this file some more:CFLAGS=+-I${.CURDIR}/../../sys -&gt; CFLAGS+= -I${.CURDIR}/../../sysAsked about on BSDnet:#FreeBSD by: philw@dream.webmaster.com (Phillip White)

            List of files:
            /freebsd-14.2/usr.sbin/pciconf/Makefile</description>
        <pubDate>Mon, 14 Jul 1997 19:57:50 +0000</pubDate>
        <dc:creator>Bill Paul &lt;wpaul@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ff196a51 - Unbreak it. Apparently I forgot to do a make clean when testing :-(</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/pciconf/Makefile#ff196a51</link>
        <description>Unbreak it. Apparently I forgot to do a make clean when testing :-(Unfortunately, Makefile is not included in .depend.

            List of files:
            /freebsd-14.2/usr.sbin/pciconf/Makefile</description>
        <pubDate>Mon, 14 Jul 1997 15:10:34 +0000</pubDate>
        <dc:creator>Guido van Rooij &lt;guido@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>11523cf5 - Remove -I/sys</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/pciconf/Makefile#11523cf5</link>
        <description>Remove -I/sys

            List of files:
            /freebsd-14.2/usr.sbin/pciconf/Makefile</description>
        <pubDate>Sun, 13 Jul 1997 11:51:42 +0000</pubDate>
        <dc:creator>Guido van Rooij &lt;guido@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ff51e850 - Oops, get the name of the new manpage right.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/pciconf/Makefile#ff51e850</link>
        <description>Oops, get the name of the new manpage right.

            List of files:
            /freebsd-14.2/usr.sbin/pciconf/Makefile</description>
        <pubDate>Mon, 17 Feb 1997 04:38:05 +0000</pubDate>
        <dc:creator>Bruce Evans &lt;bde@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>469321d8 - Actually install the new manpage.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/pciconf/Makefile#469321d8</link>
        <description>Actually install the new manpage.

            List of files:
            /freebsd-14.2/usr.sbin/pciconf/Makefile</description>
        <pubDate>Wed, 12 Feb 1997 03:36:10 +0000</pubDate>
        <dc:creator>Bruce Evans &lt;bde@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d5ee39ef - Initial version of the user land code for the PCI config register</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/pciconf/Makefile#d5ee39ef</link>
        <description>Initial version of the user land code for the PCI config registeraccess functions. Written by Garrett Wollman and modified by me tobetter match my view of the (PCI) world.Submitted by:	wollman

            List of files:
            /freebsd-14.2/usr.sbin/pciconf/Makefile</description>
        <pubDate>Tue, 22 Oct 1996 20:27:47 +0000</pubDate>
        <dc:creator>Stefan E&#223;er &lt;se@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
