<?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/dummynet/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/dummynet/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>9a812993 - Now that PIE is free of runtime floating point,  revert r300853 to</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/dummynet/Makefile#9a812993</link>
        <description>Now that PIE is free of runtime floating point,  revert r300853 toreconnect PIE to the build.

            List of files:
            /freebsd-12.1/sys/modules/dummynet/Makefile</description>
        <pubDate>Sun, 29 May 2016 07:29:35 +0000</pubDate>
        <dc:creator>Don Lewis &lt;truckman@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9d2cb821 - Disconnect PIE from the build until it is free of floating point math.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/dummynet/Makefile#9d2cb821</link>
        <description>Disconnect PIE from the build until it is free of floating point math.Reported by:	lidl, adrian

            List of files:
            /freebsd-12.1/sys/modules/dummynet/Makefile</description>
        <pubDate>Fri, 27 May 2016 17:07:07 +0000</pubDate>
        <dc:creator>Don Lewis &lt;truckman@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>91336b40 - Import Dummynet AQM version 0.2.1 (CoDel, FQ-CoDel, PIE and FQ-PIE).</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/dummynet/Makefile#91336b40</link>
        <description>Import Dummynet AQM version 0.2.1 (CoDel, FQ-CoDel, PIE and FQ-PIE).Centre for Advanced Internet ArchitecturesImplementing AQM in FreeBSD* Overview &lt;http://caia.swin.edu.au/freebsd/aqm/index.html&gt;* Articles, Papers and Presentations  &lt;http://caia.swin.edu.au/freebsd/aqm/papers.html&gt;* Patches and Tools &lt;http://caia.swin.edu.au/freebsd/aqm/downloads.html&gt;OverviewRecent years have seen a resurgence of interest in better managingthe depth of bottleneck queues in routers, switches and other placesthat get congested. Solutions include transport protocol enhancementsat the end-hosts (such as delay-based or hybrid congestion controlschemes) and active queue management (AQM) schemes applied withinbottleneck queues.The notion of AQM has been around since at least the late 1990s(e.g. RFC 2309). In recent years the proliferation of oversizedbuffers in all sorts of network devices (aka bufferbloat) hasstimulated keen community interest in four new AQM schemes -- CoDel,FQ-CoDel, PIE and FQ-PIE.The IETF AQM working group is looking to document these schemes,and independent implementations are a corner-stone of the IETF&apos;sprocess for confirming the clarity of publicly available protocoldescriptions. While significant development work on all three schemeshas occured in the Linux kernel, there is very little in FreeBSD.Project GoalsThis project began in late 2015, and aims to design and implementfunctionally-correct versions of CoDel, FQ-CoDel, PIE and FQ_PIEin FreeBSD (with code BSD-licensed as much as practical). We havechosen to do this as extensions to FreeBSD&apos;s ipfw/dummynet firewalland traffic shaper. Implementation of these AQM schemes in FreeBSDwill:* Demonstrate whether the publicly available documentation is  sufficient to enable independent, functionally equivalent implementations* Provide a broader suite of AQM options for sections the networking  community that rely on FreeBSD platformsProgram Members:* Rasool Al Saadi (developer)* Grenville Armitage (project lead)Acknowledgements:This project has been made possible in part by a gift from theComcast Innovation Fund.Submitted by:	Rasool Al-Saadi &lt;ralsaadi@swin.edu.au&gt;X-No objection:	coreMFC after:	2 weeksDifferential Revision:	https://reviews.freebsd.org/D6388

            List of files:
            /freebsd-12.1/sys/modules/dummynet/Makefile</description>
        <pubDate>Thu, 26 May 2016 21:40:13 +0000</pubDate>
        <dc:creator>Don Lewis &lt;truckman@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/dummynet/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/dummynet/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-12.1/sys/modules/dummynet/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-12.1/sys/modules/dummynet/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>3b3a8eb9 - o Create directory sys/netpfil, where all packet filters should</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/dummynet/Makefile#3b3a8eb9</link>
        <description>o Create directory sys/netpfil, where all packet filters should  reside, and move there ipfw(4) and pf(4).o Move most modified parts of pf out of contrib.Actual movements:sys/contrib/pf/net/*.c		-&gt; sys/netpfil/pf/sys/contrib/pf/net/*.h		-&gt; sys/net/contrib/pf/pfctl/*.c		-&gt; sbin/pfctlcontrib/pf/pfctl/*.h		-&gt; sbin/pfctlcontrib/pf/pfctl/pfctl.8	-&gt; sbin/pfctlcontrib/pf/pfctl/*.4		-&gt; share/man/man4contrib/pf/pfctl/*.5		-&gt; share/man/man5sys/netinet/ipfw		-&gt; sys/netpfil/ipfwThe arguable movement is pf/net/*.h -&gt; sys/net. There arefuture plans to refactor pf includes, so I decided not tobreak things twice.Not modified bits of pf left in contrib: authpf, ftp-proxy,tftp-proxy, pflogd.The ipfw(4) movement is planned to be merged to stable/9,to make head and stable match.Discussed with:		bz, luigi

            List of files:
            /freebsd-12.1/sys/modules/dummynet/Makefile</description>
        <pubDate>Fri, 14 Sep 2012 11:51:49 +0000</pubDate>
        <dc:creator>Gleb Smirnoff &lt;glebius@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>54d63d7b - add priority scheduler.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/dummynet/Makefile#54d63d7b</link>
        <description>add priority scheduler.

            List of files:
            /freebsd-12.1/sys/modules/dummynet/Makefile</description>
        <pubDate>Wed, 07 Apr 2010 13:18:58 +0000</pubDate>
        <dc:creator>Luigi Rizzo &lt;luigi@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>51aa112a - typo...</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/dummynet/Makefile#51aa112a</link>
        <description>typo...

            List of files:
            /freebsd-12.1/sys/modules/dummynet/Makefile</description>
        <pubDate>Wed, 24 Mar 2010 19:20:49 +0000</pubDate>
        <dc:creator>Luigi Rizzo &lt;luigi@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f818fb99 - make the module loadable</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/dummynet/Makefile#f818fb99</link>
        <description>make the module loadableSubmitted by:	Marcin Wisnicki

            List of files:
            /freebsd-12.1/sys/modules/dummynet/Makefile</description>
        <pubDate>Wed, 24 Mar 2010 18:37:58 +0000</pubDate>
        <dc:creator>Luigi Rizzo &lt;luigi@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cfd7ab42 - add priority scheduler to the module</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/dummynet/Makefile#cfd7ab42</link>
        <description>add priority scheduler to the module

            List of files:
            /freebsd-12.1/sys/modules/dummynet/Makefile</description>
        <pubDate>Wed, 07 Apr 2010 13:02:20 +0000</pubDate>
        <dc:creator>Luigi Rizzo &lt;luigi@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a9b8ae9a - make the module loadable</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/dummynet/Makefile#a9b8ae9a</link>
        <description>make the module loadableSubmitted by:	Marcin Wisnicki

            List of files:
            /freebsd-12.1/sys/modules/dummynet/Makefile</description>
        <pubDate>Wed, 24 Mar 2010 18:35:31 +0000</pubDate>
        <dc:creator>Luigi Rizzo &lt;luigi@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>908e960e - move kernel ipfw-related sources to a separate directory,</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/dummynet/Makefile#908e960e</link>
        <description>move kernel ipfw-related sources to a separate directory,adjust conf/files and modules&apos; Makefiles accordingly.No code or ABI changes so this and most of previous relatedchanges can be easily MFC&apos;edMFC after:	5 days

            List of files:
            /freebsd-12.1/sys/modules/dummynet/Makefile</description>
        <pubDate>Fri, 05 Jun 2009 19:22:47 +0000</pubDate>
        <dc:creator>Luigi Rizzo &lt;luigi@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e1fe3dba - Reimplementation of world/kernel build options.  For details, see:</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/dummynet/Makefile#e1fe3dba</link>
        <description>Reimplementation of world/kernel build options.  For details, see:http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.htmlThe src.conf(5) manpage is to follow in a few days.Brought to you by:	imp, jhb, kris, phk, ru (all bugs are mine)

            List of files:
            /freebsd-12.1/sys/modules/dummynet/Makefile</description>
        <pubDate>Fri, 17 Mar 2006 18:54:44 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9bf40914 - Obey opt_inet6.h in kernel build directory.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/dummynet/Makefile#9bf40914</link>
        <description>Obey opt_inet6.h in kernel build directory.Reported by:	Peter Losher &lt;plosher-keyword-freebsd.a36e57__at__plosh.net&gt;MFC after:	3 days

            List of files:
            /freebsd-12.1/sys/modules/dummynet/Makefile</description>
        <pubDate>Mon, 20 Feb 2006 12:30:32 +0000</pubDate>
        <dc:creator>Hajimu UMEMOTO &lt;ume@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b6de9e91 - Remove bridge(4) from the tree.  if_bridge(4) is a full functional</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/dummynet/Makefile#b6de9e91</link>
        <description>Remove bridge(4) from the tree.  if_bridge(4) is a full functionalreplacement and has additional features which make it superior.Discussed on:	-archReviewed by:	thompsaX-MFC-after:	never (RELENG_6 as transition period)

            List of files:
            /freebsd-12.1/sys/modules/dummynet/Makefile</description>
        <pubDate>Tue, 27 Sep 2005 18:10:43 +0000</pubDate>
        <dc:creator>Max Laier &lt;mlaier@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/dummynet/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/dummynet/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>72511ed1 - Remove KMODDEPS, this is not used on -current and should not be left</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/dummynet/Makefile#72511ed1</link>
        <description>Remove KMODDEPS, this is not used on -current and should not be leftaround as a bad example.

            List of files:
            /freebsd-12.1/sys/modules/dummynet/Makefile</description>
        <pubDate>Wed, 09 Jan 2002 21:12:40 +0000</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>db69a05d - Make it so dummynet and bridge can be loaded as modules.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/dummynet/Makefile#db69a05d</link>
        <description>Make it so dummynet and bridge can be loaded as modules.Submitted by:	billf

            List of files:
            /freebsd-12.1/sys/modules/dummynet/Makefile</description>
        <pubDate>Fri, 05 Oct 2001 05:45:27 +0000</pubDate>
        <dc:creator>Paul Saab &lt;ps@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
