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

            List of files:
            /freebsd-14.2/sys/modules/ipdivert/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/ipdivert/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/ipdivert/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/ipdivert/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/ipdivert/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>c6063d0d - Use src.opts.mk in preference to bsd.own.mk except where we need stuff</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/ipdivert/Makefile#c6063d0d</link>
        <description>Use src.opts.mk in preference to bsd.own.mk except where we need stufffrom the latter.

            List of files:
            /freebsd-14.2/sys/modules/ipdivert/Makefile</description>
        <pubDate>Tue, 06 May 2014 04:22:01 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f7e784d5 - Fix &apos;make depend&apos;.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/ipdivert/Makefile#f7e784d5</link>
        <description>Fix &apos;make depend&apos;.

            List of files:
            /freebsd-14.2/sys/modules/ipdivert/Makefile</description>
        <pubDate>Thu, 16 Feb 2012 21:57:50 +0000</pubDate>
        <dc:creator>Ulrich Sp&#246;rlein &lt;uqs@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>aa57e971 - Fix ip_divert handling of inet and inet6 and module building some more.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/ipdivert/Makefile#aa57e971</link>
        <description>Fix ip_divert handling of inet and inet6 and module building some more.Properly sort the &quot;carp&quot; case in modules/Makefile after it was renamed.Reported by:	bde (most)Reviewed by:	bdeMFC after:	3 days

            List of files:
            /freebsd-14.2/sys/modules/ipdivert/Makefile</description>
        <pubDate>Sun, 22 Jan 2012 02:16:31 +0000</pubDate>
        <dc:creator>Bjoern A. Zeeb &lt;bz@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>812f1d32 - Add possibility to pass IPv6 packets to a divert(4) socket.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/ipdivert/Makefile#812f1d32</link>
        <description>Add possibility to pass IPv6 packets to a divert(4) socket.Submitted by:	sem

            List of files:
            /freebsd-14.2/sys/modules/ipdivert/Makefile</description>
        <pubDate>Mon, 27 Jun 2011 12:21:11 +0000</pubDate>
        <dc:creator>Gleb Smirnoff &lt;glebius@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>72584fd2 - Convert IPDIVERT into a loadable module.  This makes use of the dynamic loadability</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/ipdivert/Makefile#72584fd2</link>
        <description>Convert IPDIVERT into a loadable module.  This makes use of the dynamic loadabilityof protocols.  The call to divert_packet() is done through a function pointer.  Allsemantics of IPDIVERT remain intact.  If IPDIVERT is not loaded ipfw will refuse toinstall divert rules and  natd will complain about &apos;protocol not supported&apos;.  Onceit is loaded both will work and accept rules and open the divert socket.  The modulecan only be unloaded if no divert sockets are open.  It does not close any divertsockets when an unload is requested but will return EBUSY instead.

            List of files:
            /freebsd-14.2/sys/modules/ipdivert/Makefile</description>
        <pubDate>Tue, 19 Oct 2004 21:14:57 +0000</pubDate>
        <dc:creator>Andre Oppermann &lt;andre@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
