<?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>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/ips/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/sys/modules/ips/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>031beb4e239bfce798af17f5fe8dba8bcaf13d99 - sys: Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/ips/Makefile#031beb4e239bfce798af17f5fe8dba8bcaf13d99</link>
        <description>sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/sys/modules/ips/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 19:54:58 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>193d9e768ba63fcfb187cfd17f461f7d41345048 - sys/modules: normalize .CURDIR-relative paths to SRCTOP</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/ips/Makefile#193d9e768ba63fcfb187cfd17f461f7d41345048</link>
        <description>sys/modules: normalize .CURDIR-relative paths to SRCTOPThis simplifies make output/logicTested with:	`cd sys/modules; make ALL_MODULES=` on amd64MFC after:	1 monthSponsored by:	Dell EMC Isilon

            List of files:
            /freebsd/sys/modules/ips/Makefile</description>
        <pubDate>Sat, 04 Mar 2017 11:10:17 +0100</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>98e0ffaefb0f241cda3a72395d3be04192ae0d47 - Merge sync of head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/ips/Makefile#98e0ffaefb0f241cda3a72395d3be04192ae0d47</link>
        <description>Merge sync of head

            List of files:
            /freebsd/sys/modules/ips/Makefile</description>
        <pubDate>Wed, 27 May 2015 03:19:58 +0200</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>51dd214c84efceda87c2ac10d34b7e3ee5b6c28f - MFhead @ r277403</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/ips/Makefile#51dd214c84efceda87c2ac10d34b7e3ee5b6c28f</link>
        <description>MFhead @ r277403

            List of files:
            /freebsd/sys/modules/ips/Makefile</description>
        <pubDate>Mon, 19 Jan 2015 23:18:00 +0100</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d899be7d43d8df9cb485af5705e2724165a461c7 - Reintegrate head: r274132-r277384</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/ips/Makefile#d899be7d43d8df9cb485af5705e2724165a461c7</link>
        <description>Reintegrate head: r274132-r277384Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/sys/modules/ips/Makefile</description>
        <pubDate>Mon, 19 Jan 2015 17:15:12 +0100</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8f0ea33f2bbf3a6aa80235f0a02fa5f2780c2b17 - Reintegrate head revisions r273096-r277147</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/ips/Makefile#8f0ea33f2bbf3a6aa80235f0a02fa5f2780c2b17</link>
        <description>Reintegrate head revisions r273096-r277147Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/sys/modules/ips/Makefile</description>
        <pubDate>Tue, 13 Jan 2015 22:29:24 +0100</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4906cdc8c5d161f74ab36bb5792ac0706d182c11 - Re-support CWARNFLAGS, lost when bsd.sys.mk was removed. Also, support</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/ips/Makefile#4906cdc8c5d161f74ab36bb5792ac0706d182c11</link>
        <description>Re-support CWARNFLAGS, lost when bsd.sys.mk was removed. Also, supportCWARNFALGS.$file centrally so we don&apos;t have to have it in all theplaces. Remove a few warning flags that are no longer needed.Also, always use -Wno-unknown-pragma to (hopefully temporarily) workaround #pragma ident in debug.h in the opensolaris code. Remove somestale warning suppression that&apos;s no longer necessary.

            List of files:
            /freebsd/sys/modules/ips/Makefile</description>
        <pubDate>Sat, 03 Jan 2015 04:35:18 +0100</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e477abf734cc777a55286bfbd6b80a6760c96acf - MFC @ r241285</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/ips/Makefile#e477abf734cc777a55286bfbd6b80a6760c96acf</link>
        <description>MFC @ r241285

            List of files:
            /freebsd/sys/modules/ips/Makefile</description>
        <pubDate>Tue, 27 Nov 2012 19:38:50 +0100</pubDate>
        <dc:creator>Alexander Motin &lt;mav@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a10c6f5544ccbab911d786d4b50d50cabd6bb5ab - IFC @ r242684</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/ips/Makefile#a10c6f5544ccbab911d786d4b50d50cabd6bb5ab</link>
        <description>IFC @ r242684

            List of files:
            /freebsd/sys/modules/ips/Makefile</description>
        <pubDate>Sun, 11 Nov 2012 04:26:14 +0100</pubDate>
        <dc:creator>Neel Natu &lt;neel@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>23090366f729c56cab62de74c7a51792357e98a9 - Sync from head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/ips/Makefile#23090366f729c56cab62de74c7a51792357e98a9</link>
        <description>Sync from head

            List of files:
            /freebsd/sys/modules/ips/Makefile</description>
        <pubDate>Sun, 04 Nov 2012 03:52:03 +0100</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>24bf3585ae49955b5d065afd9ae3b8aabe1f04a1 - Merge head r233826 through r240095.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/ips/Makefile#24bf3585ae49955b5d065afd9ae3b8aabe1f04a1</link>
        <description>Merge head r233826 through r240095.

            List of files:
            /freebsd/sys/modules/ips/Makefile</description>
        <pubDate>Tue, 04 Sep 2012 21:49:37 +0200</pubDate>
        <dc:creator>Gleb Smirnoff &lt;glebius@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7ae0e2c9f079dd37f403c321500bc6cfa0d4a93e - Upgrade our copy of llvm/clang to trunk r162107.  With thanks to</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/ips/Makefile#7ae0e2c9f079dd37f403c321500bc6cfa0d4a93e</link>
        <description>Upgrade our copy of llvm/clang to trunk r162107.  With thanks toBenjamin Kramer and Joerg Sonnenberger for their input and fixes.

            List of files:
            /freebsd/sys/modules/ips/Makefile</description>
        <pubDate>Mon, 20 Aug 2012 20:33:03 +0200</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2aedd662d8ab5bdd421bbae90f92a79b96e64e57 - Add the &apos;ips&apos; driver for the IBM (now Adaptec) ServeRAID controller</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/ips/Makefile#2aedd662d8ab5bdd421bbae90f92a79b96e64e57</link>
        <description>Add the &apos;ips&apos; driver for the IBM (now Adaptec) ServeRAID controllerseries.  This driver was generously developed and released by DavidJeffreys and Adaptec.  I&apos;ve updated it to work with 5.x and fixed afew bugs.MFC After:	1 week

            List of files:
            /freebsd/sys/modules/ips/Makefile</description>
        <pubDate>Sun, 11 May 2003 08:36:49 +0200</pubDate>
        <dc:creator>Scott Long &lt;scottl@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2aedd662d8ab5bdd421bbae90f92a79b96e64e57 - Add the &apos;ips&apos; driver for the IBM (now Adaptec) ServeRAID controller</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/ips/Makefile#2aedd662d8ab5bdd421bbae90f92a79b96e64e57</link>
        <description>Add the &apos;ips&apos; driver for the IBM (now Adaptec) ServeRAID controllerseries.  This driver was generously developed and released by DavidJeffreys and Adaptec.  I&apos;ve updated it to work with 5.x and fixed afew bugs.MFC After:	1 week

            List of files:
            /freebsd/sys/modules/ips/Makefile</description>
        <pubDate>Sun, 11 May 2003 08:36:49 +0200</pubDate>
        <dc:creator>Scott Long &lt;scottl@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
