<?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>193d9e76 - sys/modules: normalize .CURDIR-relative paths to SRCTOP</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/if_tun/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-12.1/sys/modules/if_tun/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-12.1/sys/modules/if_tun/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-12.1/sys/modules/if_tun/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>45c203fc - Remove AppleTalk support.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/if_tun/Makefile#45c203fc</link>
        <description>Remove AppleTalk support.AppleTalk was a network transport protocol for Apple Macintosh devicesin 80s and then 90s. Starting with Mac OS X in 2000 the AppleTalk wasa legacy protocol and primary networking protocol is TCP/IP. The lastMac OS X release to support AppleTalk happened in 2009. The same yearrouting equipment vendors (namely Cisco) end their support.Thus, AppleTalk won&apos;t be supported in FreeBSD 11.0-RELEASE.

            List of files:
            /freebsd-12.1/sys/modules/if_tun/Makefile</description>
        <pubDate>Fri, 14 Mar 2014 06:29:43 +0000</pubDate>
        <dc:creator>Gleb Smirnoff &lt;glebius@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2c284d93 - Remove IPX support.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/if_tun/Makefile#2c284d93</link>
        <description>Remove IPX support.IPX was a network transport protocol in Novell&apos;s NetWare network operatingsystem from late 80s and then 90s. The NetWare itself switched to TCP/IPas default transport in 1998. Later, in this century the Novell OpenEnterprise Server became successor of Novell NetWare. The last releasethat claimed to still support IPX was OES 2 in 2007. Routing equipmentvendors (e.g. Cisco) discontinued support for IPX in 2011.Thus, IPX won&apos;t be supported in FreeBSD 11.0-RELEASE.

            List of files:
            /freebsd-12.1/sys/modules/if_tun/Makefile</description>
        <pubDate>Fri, 14 Mar 2014 02:58:48 +0000</pubDate>
        <dc:creator>Gleb Smirnoff &lt;glebius@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d5fc25e5 - Remove opt_mac.h generation for various kernel modules that no longer</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/if_tun/Makefile#d5fc25e5</link>
        <description>Remove opt_mac.h generation for various kernel modules that no longerrequire it.Submitted by:	pjd

            List of files:
            /freebsd-12.1/sys/modules/if_tun/Makefile</description>
        <pubDate>Sat, 06 Jun 2009 17:01:44 +0000</pubDate>
        <dc:creator>Robert Watson &lt;rwatson@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-12.1/sys/modules/if_tun/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-12.1/sys/modules/if_tun/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>a4aef7f9 - We don&apos;t need to generate vnode_if.h anymore</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/if_tun/Makefile#a4aef7f9</link>
        <description>We don&apos;t need to generate vnode_if.h anymore

            List of files:
            /freebsd-12.1/sys/modules/if_tun/Makefile</description>
        <pubDate>Wed, 29 Dec 2004 08:50:35 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>921f8bb9 - Fix module build by adding options to Makefile.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/if_tun/Makefile#921f8bb9</link>
        <description>Fix module build by adding options to Makefile.

            List of files:
            /freebsd-12.1/sys/modules/if_tun/Makefile</description>
        <pubDate>Sat, 08 Mar 2003 21:54:32 +0000</pubDate>
        <dc:creator>Jonathan Lemon &lt;jlemon@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5aae45c2 - The ppp and tunnel modules now rely on opt_mac.h.  Missed in a previous</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/if_tun/Makefile#5aae45c2</link>
        <description>The ppp and tunnel modules now rely on opt_mac.h.  Missed in a previouscommit.Submitted by:	Anders Andersson &lt;anders@hack.org&gt;

            List of files:
            /freebsd-12.1/sys/modules/if_tun/Makefile</description>
        <pubDate>Wed, 31 Jul 2002 20:19:28 +0000</pubDate>
        <dc:creator>Robert Watson &lt;rwatson@FreeBSD.org&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-12.1/sys/modules/if_tun/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-12.1/sys/modules/if_tun/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-12.1/sys/modules/if_tun/Makefile#c68159a6</link>
        <description>Use a consistent style and one much closer to the rest of /usr/src

            List of files:
            /freebsd-12.1/sys/modules/if_tun/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>b63c1a6c - Removed fresh garbage (vestiges of old way of configuring number of</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/if_tun/Makefile#b63c1a6c</link>
        <description>Removed fresh garbage (vestiges of old way of configuring number ofunits), mature garbage (vestiges of old way of configuring bpf) andold garbage (vestiges of old way of configuring INET).Fixed most style bugs.

            List of files:
            /freebsd-12.1/sys/modules/if_tun/Makefile</description>
        <pubDate>Tue, 26 Sep 2000 19:25:14 +0000</pubDate>
        <dc:creator>Bruce Evans &lt;bde@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>db901281 - Avoid the modules madness I inadvertently introduced by making the</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/if_tun/Makefile#db901281</link>
        <description>Avoid the modules madness I inadvertently introduced by making thecloning infrastructure standard in kern_conf.  Modules are nowthe same with or without devfs support.If you need to detect if devfs is present, in modules or elsewhere,check the integer variable &quot;devfs_present&quot;.This happily removes an ugly hack from kern/vfs_conf.c.This forces a rename of the eventhandler and the standard clonehelper function.Include &lt;sys/eventhandler.h&gt; in &lt;sys/conf.h&gt;: it&apos;s a helper #includelike &lt;sys/queue.h&gt;Remove all #includes of opt_devfs.h they no longer matter.

            List of files:
            /freebsd-12.1/sys/modules/if_tun/Makefile</description>
        <pubDate>Sat, 02 Sep 2000 19:17:34 +0000</pubDate>
        <dc:creator>Poul-Henning Kamp &lt;phk@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-12.1/sys/modules/if_tun/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-12.1/sys/modules/if_tun/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-12.1/sys/modules/if_tun/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-12.1/sys/modules/if_tun/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>8728a7f4 - Restore to version 1.14.  Only opt_inet.h is required again.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/if_tun/Makefile#8728a7f4</link>
        <description>Restore to version 1.14.  Only opt_inet.h is required again.

            List of files:
            /freebsd-12.1/sys/modules/if_tun/Makefile</description>
        <pubDate>Sat, 29 Jan 2000 01:11:03 +0000</pubDate>
        <dc:creator>Brian Somers &lt;brian@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f54537c6 - Don&apos;t use ATM on the alpha - it #errors out.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/if_tun/Makefile#f54537c6</link>
        <description>Don&apos;t use ATM on the alpha - it #errors out.Pointed out by: jdp

            List of files:
            /freebsd-12.1/sys/modules/if_tun/Makefile</description>
        <pubDate>Wed, 26 Jan 2000 01:08:03 +0000</pubDate>
        <dc:creator>Brian Somers &lt;brian@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>367d34f8 - Move the *intrq variables into net/intrq.c and unconditionally</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/if_tun/Makefile#367d34f8</link>
        <description>Move the *intrq variables into net/intrq.c and unconditionallyinclude this in all kernels.  Declare some const *intrq_presentvariables that can be checked by a module prior to using *intrqto queue data.Make the if_tun module capable of processing atm, ip, ip6, ipx,natm and netatalk packets when TUNSIFHEAD is ioctl()d on.Review not required by: freebsd-hackers

            List of files:
            /freebsd-12.1/sys/modules/if_tun/Makefile</description>
        <pubDate>Mon, 24 Jan 2000 20:39:02 +0000</pubDate>
        <dc:creator>Brian Somers &lt;brian@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3bd82a55 - Hmm, don&apos;t compile in INET6, IPX or NETATALK support for the</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/if_tun/Makefile#3bd82a55</link>
        <description>Hmm, don&apos;t compile in INET6, IPX or NETATALK support for themoment :-(  I think we need some sort of stub variable and a``is this queue available&apos;&apos; flag.

            List of files:
            /freebsd-12.1/sys/modules/if_tun/Makefile</description>
        <pubDate>Sun, 23 Jan 2000 10:41:48 +0000</pubDate>
        <dc:creator>Brian Somers &lt;brian@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>971cfa82 - Support INET6, NETATALK and IPX as well as INET.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/if_tun/Makefile#971cfa82</link>
        <description>Support INET6, NETATALK and IPX as well as INET.

            List of files:
            /freebsd-12.1/sys/modules/if_tun/Makefile</description>
        <pubDate>Sun, 23 Jan 2000 01:47:59 +0000</pubDate>
        <dc:creator>Brian Somers &lt;brian@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
