<?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>031beb4e - sys: Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/if_disc/Makefile#031beb4e</link>
        <description>sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/sys/modules/if_disc/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 17:54:58 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>193d9e76 - sys/modules: normalize .CURDIR-relative paths to SRCTOP</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/if_disc/Makefile#193d9e76</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-14.2/sys/modules/if_disc/Makefile</description>
        <pubDate>Sat, 04 Mar 2017 10:10:17 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>aeaed508 - Move most of the 15 variations on generating opt_inet.h and</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/if_disc/Makefile#aeaed508</link>
        <description>Move most of the 15 variations on generating opt_inet.h andopt_inet6.h into kmod.mk by forcing almost everybody to eat the samedogfood. While at it, consolidate the opt_bpf.h and opt_mroute.htargets here too.

            List of files:
            /freebsd-14.2/sys/modules/if_disc/Makefile</description>
        <pubDate>Mon, 04 Aug 2014 22:37:02 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>82292344 - Let modules use the kernel&apos;s opt_*.h files if built along with</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/if_disc/Makefile#82292344</link>
        <description>Let modules use the kernel&apos;s opt_*.h files if built along withthe kernel by wrapping all targets for fake opt_*.h files in.if defined(KERNBUILDDIR).  Thus, such fake files won&apos;t becreated at all if modules are built with the kernel.Some modules undergo cleanup like removing unused or unneededoptions or .h files, without which they wouldn&apos;t build this wayor the other.Reviewed by:	ruTested by:	no binary changes in modules built aloneTested on:	i386 sparc64 amd64

            List of files:
            /freebsd-14.2/sys/modules/if_disc/Makefile</description>
        <pubDate>Fri, 14 Oct 2005 23:30:17 +0000</pubDate>
        <dc:creator>Yaroslav Tykhiy &lt;ytykhiy@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>17d6c636 - Drop &lt;bsd.man.mk&gt; support from &lt;bsd.kmod.mk&gt;.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/if_disc/Makefile#17d6c636</link>
        <description>Drop &lt;bsd.man.mk&gt; support from &lt;bsd.kmod.mk&gt;.Not objected to by:	-current

            List of files:
            /freebsd-14.2/sys/modules/if_disc/Makefile</description>
        <pubDate>Fri, 11 Jan 2002 15:49:02 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c68159a6 - Use a consistent style and one much closer to the rest of /usr/src</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/if_disc/Makefile#c68159a6</link>
        <description>Use a consistent style and one much closer to the rest of /usr/src

            List of files:
            /freebsd-14.2/sys/modules/if_disc/Makefile</description>
        <pubDate>Sat, 06 Jan 2001 14:00:42 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f0f9985b - Removed mature garbage (vestiges of old way of configuring bpf) and old</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/if_disc/Makefile#f0f9985b</link>
        <description>Removed mature garbage (vestiges of old way of configuring bpf) and oldgarbage (vestiges of old way of configuring INET).Fixed most style bugs.

            List of files:
            /freebsd-14.2/sys/modules/if_disc/Makefile</description>
        <pubDate>Tue, 26 Sep 2000 19:17:35 +0000</pubDate>
        <dc:creator>Bruce Evans &lt;bde@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>64db83a8 - Use .include &lt;bsd.kmod.mk&gt; to get to ../../*/conf/kmod.mk instead of</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/if_disc/Makefile#64db83a8</link>
        <description>Use .include &lt;bsd.kmod.mk&gt; to get to ../../*/conf/kmod.mk instead ofencoding the relative path.

            List of files:
            /freebsd-14.2/sys/modules/if_disc/Makefile</description>
        <pubDate>Sat, 27 May 2000 01:14:33 +0000</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>56ca3996 - Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/if_disc/Makefile#56ca3996</link>
        <description>Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk.This means that the kernel can be totally self contained now and is notdependent on the last buildworld to update /usr/share/mk.  This mightalso make it easier to build 5.x kernels on 4.0 boxes etc, assuminggensetdefs and config(8) are updated.

            List of files:
            /freebsd-14.2/sys/modules/if_disc/Makefile</description>
        <pubDate>Thu, 04 May 2000 12:08:52 +0000</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cfa1ca9d - udp IPv6 support, IPv6/IPv4 tunneling support in kernel,</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/if_disc/Makefile#cfa1ca9d</link>
        <description>udp IPv6 support, IPv6/IPv4 tunneling support in kernel,packet divert at kernel for IPv6/IPv4 translater daemonThis includes queue related patch submitted by jburkhol@home.com.Submitted by: queue related patch from jburkhol@home.comReviewed by: freebsd-arch, cvs-committersObtained from: KAME project

            List of files:
            /freebsd-14.2/sys/modules/if_disc/Makefile</description>
        <pubDate>Tue, 07 Dec 1999 17:39:16 +0000</pubDate>
        <dc:creator>Yoshinobu Inoue &lt;shin@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6f940b38 - Removed special rules for building and cleaning device interface files</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/if_disc/Makefile#6f940b38</link>
        <description>Removed special rules for building and cleaning device interface filesand empty options files.  The rules are now generated automatically inbsd.kmod.mk.  Cleaned up related things ($S and ${CLEANFILES}).

            List of files:
            /freebsd-14.2/sys/modules/if_disc/Makefile</description>
        <pubDate>Sun, 28 Nov 1999 18:53:47 +0000</pubDate>
        <dc:creator>Bruce Evans &lt;bde@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>18b039eb - Don&apos;t generate &apos;bpf.h&apos; since it&apos;s not used.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/if_disc/Makefile#18b039eb</link>
        <description>Don&apos;t generate &apos;bpf.h&apos; since it&apos;s not used.

            List of files:
            /freebsd-14.2/sys/modules/if_disc/Makefile</description>
        <pubDate>Mon, 27 Sep 1999 00:34:02 +0000</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c3aac50f - $Id$ -&gt; $FreeBSD$</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/if_disc/Makefile#c3aac50f</link>
        <description>$Id$ -&gt; $FreeBSD$

            List of files:
            /freebsd-14.2/sys/modules/if_disc/Makefile</description>
        <pubDate>Sat, 28 Aug 1999 01:08:13 +0000</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6b5ca0d8 - Rename bpfilter to bpf.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/if_disc/Makefile#6b5ca0d8</link>
        <description>Rename bpfilter to bpf.

            List of files:
            /freebsd-14.2/sys/modules/if_disc/Makefile</description>
        <pubDate>Tue, 06 Jul 1999 19:23:32 +0000</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f8dc4716 - Allow loadable interface drivers with BPF support to be loaded into a kernel</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/if_disc/Makefile#f8dc4716</link>
        <description>Allow loadable interface drivers with BPF support to be loaded into a kernelthat doesn&apos;t have it.  This is achieved by having minimal do-nothing stubsenabled when there are no bpfilter devices configured.Driver modules should be built with BPF enabled for maximumconvenience (but can be built without it for maximum performance).

            List of files:
            /freebsd-14.2/sys/modules/if_disc/Makefile</description>
        <pubDate>Wed, 28 Apr 1999 01:18:13 +0000</pubDate>
        <dc:creator>Mike Smith &lt;msmith@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a654d072 - Sample initial set of kld-ified modules.  Not all have been completely</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/if_disc/Makefile#a654d072</link>
        <description>Sample initial set of kld-ified modules.  Not all have been completelyconverted yet.  These are more of a starting point.  This is NOT connectedto the parent Makefile.OK&apos;ed by jkh (who is ever so patiently waiting)

            List of files:
            /freebsd-14.2/sys/modules/if_disc/Makefile</description>
        <pubDate>Fri, 16 Oct 1998 04:30:52 +0000</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>98f3fd4b - Don&apos;t put &quot;-I.&quot; in ${CFLAGS} here.  bsd.kmod.mk now puts an absolute</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/if_disc/Makefile#98f3fd4b</link>
        <description>Don&apos;t put &quot;-I.&quot; in ${CFLAGS} here.  bsd.kmod.mk now puts an absolutepath to the obj directory in ${CFLAGS}.  This is actually equivalentto &quot;-I.&quot; since bsd.kmod.mk also puts -I- in ${CFLAGS}.

            List of files:
            /freebsd-14.2/sys/modules/if_disc/Makefile</description>
        <pubDate>Sun, 01 Feb 1998 18:12:15 +0000</pubDate>
        <dc:creator>Bruce Evans &lt;bde@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>aa1b929b - Make the LKMs compile with the INET option as a newstyle option in</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/if_disc/Makefile#aa1b929b</link>
        <description>Make the LKMs compile with the INET option as a newstyle option inopt_inet.h.

            List of files:
            /freebsd-14.2/sys/modules/if_disc/Makefile</description>
        <pubDate>Thu, 08 Jan 1998 23:50:27 +0000</pubDate>
        <dc:creator>Eivind Eklund &lt;eivind@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4a0f765f - Revert $FreeBSD$ back to $Id$</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/if_disc/Makefile#4a0f765f</link>
        <description>Revert $FreeBSD$ back to $Id$

            List of files:
            /freebsd-14.2/sys/modules/if_disc/Makefile</description>
        <pubDate>Sat, 22 Feb 1997 12:49:29 +0000</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1130b656 - Make the long-awaited change from $Id$ to $FreeBSD$</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/if_disc/Makefile#1130b656</link>
        <description>Make the long-awaited change from $Id$ to $FreeBSD$This will make a number of things easier in the future, as well as (finally!)avoiding the Id-smashing problem which has plagued developers for so long.Boy, I&apos;m glad we&apos;re not using sup anymore.  This update would have beeninsane otherwise.

            List of files:
            /freebsd-14.2/sys/modules/if_disc/Makefile</description>
        <pubDate>Tue, 14 Jan 1997 07:20:47 +0000</pubDate>
        <dc:creator>Jordan K. Hubbard &lt;jkh@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
