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

            List of files:
            /freebsd-14.2/usr.sbin/rtadvd/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 17:55:03 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>201100c5 - Initial implementation of draft-ietf-6man-ipv6only-flag.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/rtadvd/Makefile#201100c5</link>
        <description>Initial implementation of draft-ietf-6man-ipv6only-flag.This change defines the RA &quot;6&quot; (IPv6-Only) flag which routersmay advertise, kernel logic to check if all routers on a linkhave the flag set and accordingly update a per-interface flag.If all routers agree that it is an IPv6-only link, ether_output_frame(),based on the interface flag, will filter out all ETHERTYPE_IP/ARPframes, drop them, and return EAFNOSUPPORT to upper layers.The change also updates ndp to show the &quot;6&quot; flag, ifconfig todisplay the IPV6_ONLY nd6 flag if set, and rtadvd to allowannouncing the flag.Further changes to tcpdump (contrib code) are availble and willbe upstreamed.Tested the code (slightly earlier version) with 2 FreeBSDIPv6 routers, a FreeBSD laptop on ethernet as well as wifi,and with Win10 and OSX clients (which did not fall over withthe &quot;6&quot; flag set but not understood).We may also want to (a) implement and RX filter, and (b) overtime enahnce user space to, say, stop dhclient from runningwhen the interface flag is set.  Also we might want to startIPv6 before IPv4 in the future.All the code is hidden under the EXPERIMENTAL option and notcompiled by default as the draft is a work-in-progress andwe cannot rely on the fact that IANA will assign the bitsas requested by the draft and hence they may change.Dear 6man, you have running code.Discussed with:	Bob Hinden, Brian E Carpenter

            List of files:
            /freebsd-14.2/usr.sbin/rtadvd/Makefile</description>
        <pubDate>Tue, 30 Oct 2018 20:08:48 +0000</pubDate>
        <dc:creator>Bjoern A. Zeeb &lt;bz@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>56160b2e - Now that we own the code, use arc4random(3) unconditionally</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/rtadvd/Makefile#56160b2e</link>
        <description>Now that we own the code, use arc4random(3) unconditionallyand remove the corresponding HAVE_ARC4RANDOM conditions.MFC after:	2 weeks

            List of files:
            /freebsd-14.2/usr.sbin/rtadvd/Makefile</description>
        <pubDate>Tue, 06 Oct 2015 23:42:58 +0000</pubDate>
        <dc:creator>Xin LI &lt;delphij@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c6db8143 - Convert usr.sbin to LIBADD</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/rtadvd/Makefile#c6db8143</link>
        <description>Convert usr.sbin to LIBADDReduce overlinking

            List of files:
            /freebsd-14.2/usr.sbin/rtadvd/Makefile</description>
        <pubDate>Tue, 25 Nov 2014 16:57:27 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>37241896 - - Improve interface list handling.  The rtadvd(8) now supports dynamically-</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/rtadvd/Makefile#37241896</link>
        <description>- Improve interface list handling.  The rtadvd(8) now supports dynamically-  added/removed interfaces in a more consistent manner and reloading the  configuration file.- Implement burst unsolicited RA sending into the internal RA timer framework  when AdvSendAdvertisements and/or configuration entries are changed as  described in RFC 4861 6.2.4.  This fixes issues that make termination of the  rtadvd(8) daemon take very long time.  An interface now has three internal states, UNCONFIGURED, TRANSITIVE, or  CONFIGURED, and the burst unsolicited sending happens in TRANSITIVE.  See rtadvd.h for the details.- rtadvd(8) now accepts non-existent interfaces as well in the command line.- Add control socket support and rtadvctl(8) utility to show the RA information  in rtadvd(8).  Dumping by SIGUSR1 has been removed in favor of it.

            List of files:
            /freebsd-14.2/usr.sbin/rtadvd/Makefile</description>
        <pubDate>Sun, 17 Jul 2011 19:24:54 +0000</pubDate>
        <dc:creator>Hiroki Sato &lt;hrs@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>37a0ad80 - Set WARNS=1 temporarily to unbreak universe.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/rtadvd/Makefile#37a0ad80</link>
        <description>Set WARNS=1 temporarily to unbreak universe.

            List of files:
            /freebsd-14.2/usr.sbin/rtadvd/Makefile</description>
        <pubDate>Mon, 06 Jun 2011 20:14:50 +0000</pubDate>
        <dc:creator>Hiroki Sato &lt;hrs@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>db82af41 - - Implement RDNSS and DNSSL options (RFC 6106, IPv6 Router Advertisement</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/rtadvd/Makefile#db82af41</link>
        <description>- Implement RDNSS and DNSSL options (RFC 6106, IPv6 Router Advertisement  Options for DNS Configuration) into rtadvd(8) and rtsold(8).  DNS  information received by rtsold(8) will go to resolv.conf(5) by  resolvconf(8) script.  This is based on work by J.R. Oldroyd (kern/156259)  but revised extensively[1].- rtadvd(8) now supports &quot;noifprefix&quot; to disable gathering on-link prefixes  from interfaces when no &quot;addr&quot; is specified[2].  An entry in rtadvd.conf  with &quot;noifprefix&quot; + no &quot;addr&quot; generates an RA message with no prefix  information option.- rtadvd(8) now supports RTM_IFANNOUNCE message to fix crashes when an  interface is added or removed.- Correct bogus ND_OPT_ROUTE_INFO value to one in RFC 4191.Reviewed by:	bz[1]PR:		kern/156259 [1]PR:		bin/152458 [2]

            List of files:
            /freebsd-14.2/usr.sbin/rtadvd/Makefile</description>
        <pubDate>Mon, 06 Jun 2011 03:06:43 +0000</pubDate>
        <dc:creator>Hiroki Sato &lt;hrs@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>24f2cbe9 - style.Makefile says tab between var= and value.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/rtadvd/Makefile#24f2cbe9</link>
        <description>style.Makefile says tab between var= and value.

            List of files:
            /freebsd-14.2/usr.sbin/rtadvd/Makefile</description>
        <pubDate>Thu, 23 Dec 2010 01:45:48 +0000</pubDate>
        <dc:creator>Xin LI &lt;delphij@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f49f3df8 - Allow overriding pidfile and dumpfile.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/rtadvd/Makefile#f49f3df8</link>
        <description>Allow overriding pidfile and dumpfile.PR:		bin/153362Submitted by:	Joe Holden &lt;joe rewt org uk&gt;MFC after:	1 month

            List of files:
            /freebsd-14.2/usr.sbin/rtadvd/Makefile</description>
        <pubDate>Wed, 22 Dec 2010 23:58:21 +0000</pubDate>
        <dc:creator>Xin LI &lt;delphij@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>71ccf092 - The last big commit: let usr.sbin/ use WARNS=6 by default.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/rtadvd/Makefile#71ccf092</link>
        <description>The last big commit: let usr.sbin/ use WARNS=6 by default.

            List of files:
            /freebsd-14.2/usr.sbin/rtadvd/Makefile</description>
        <pubDate>Sat, 02 Jan 2010 11:07:44 +0000</pubDate>
        <dc:creator>Ed Schouten &lt;ed@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>064aa447 - These IPv6-only tools have no explicit dependency on the INET6 macro.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/rtadvd/Makefile#064aa447</link>
        <description>These IPv6-only tools have no explicit dependency on the INET6 macro.Tested with:	cmp(1)

            List of files:
            /freebsd-14.2/usr.sbin/rtadvd/Makefile</description>
        <pubDate>Thu, 27 Jul 2006 15:31:13 +0000</pubDate>
        <dc:creator>Yaroslav Tykhiy &lt;ytykhiy@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>18598252 - libcompat doesn&apos;t seem to be necessary any more.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/rtadvd/Makefile#18598252</link>
        <description>libcompat doesn&apos;t seem to be necessary any more.

            List of files:
            /freebsd-14.2/usr.sbin/rtadvd/Makefile</description>
        <pubDate>Mon, 21 Jun 2004 16:09:29 +0000</pubDate>
        <dc:creator>Poul-Henning Kamp &lt;phk@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>fc35a81b - - supported a string notation for xxflags.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/rtadvd/Makefile#fc35a81b</link>
        <description>- supported a string notation for xxflags.- deprecate routes#N, as it is hard to keep consistency with  rtprefixN.  accept any number of &quot;rtprefix&quot;, &quot;rtrefix0&quot;,  ..., &quot;rtprefix99&quot;.- deprecate &quot;addrs#N&quot;, as it is difficult for users to keep  consistency with &quot;addrN&quot;.  accept 100 prefix info in maximum - like &quot;addr&quot;, &quot;addr0&quot;  ... &quot;addr99&quot;.  WARNS=2 clean on netbsd.  old configuration file should work just fine.  behavior change:  previously, we rejected &quot;addrN&quot; if there&apos;s &quot;addr&quot;, and we rejected  &quot;addr&quot; if there is &quot;addrN&quot;.  now we accept both without problem.- when an advertised prefix configured from the kernel has been added  or invalidated, notice the change in a short delay.- when invalidating a prefix, do not bark even if there is  inconsistency about prefix lifetimes.- wrap more specific route info code into ROUTEINFO.Obtained from:	KAMEMFC after:	1 week

            List of files:
            /freebsd-14.2/usr.sbin/rtadvd/Makefile</description>
        <pubDate>Fri, 15 Aug 2003 19:13:53 +0000</pubDate>
        <dc:creator>Hajimu UMEMOTO &lt;ume@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>dba14c30 - use arc4random.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/rtadvd/Makefile#dba14c30</link>
        <description>use arc4random.Obtained from:	KAMEMFC after:	1 week

            List of files:
            /freebsd-14.2/usr.sbin/rtadvd/Makefile</description>
        <pubDate>Fri, 15 Aug 2003 17:51:51 +0000</pubDate>
        <dc:creator>Hajimu UMEMOTO &lt;ume@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5c706347 - support poll(2).</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/rtadvd/Makefile#5c706347</link>
        <description>support poll(2).Obtained from:	KAMEMFC after:	1 week

            List of files:
            /freebsd-14.2/usr.sbin/rtadvd/Makefile</description>
        <pubDate>Thu, 14 Aug 2003 18:43:57 +0000</pubDate>
        <dc:creator>Hajimu UMEMOTO &lt;ume@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>052238b1 - style.Makefile(5)</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/rtadvd/Makefile#052238b1</link>
        <description>style.Makefile(5)

            List of files:
            /freebsd-14.2/usr.sbin/rtadvd/Makefile</description>
        <pubDate>Fri, 04 Apr 2003 17:49:21 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>90e655ea - Perform a major cleanup of the usr.sbin Makefiles.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/rtadvd/Makefile#90e655ea</link>
        <description>Perform a major cleanup of the usr.sbin Makefiles.These are not perfectly in agreement with each other style-wise, but theyare orders of orders of magnitude more consistent style-wise than before.

            List of files:
            /freebsd-14.2/usr.sbin/rtadvd/Makefile</description>
        <pubDate>Fri, 20 Jul 2001 06:20:32 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>345e52e7 - - Backout botched attempt to introduce MANSECT feature.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/rtadvd/Makefile#345e52e7</link>
        <description>- Backout botched attempt to introduce MANSECT feature.- MAN[1-9] -&gt; MAN.

            List of files:
            /freebsd-14.2/usr.sbin/rtadvd/Makefile</description>
        <pubDate>Mon, 26 Mar 2001 14:42:20 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b26e03e9 - Sync with latest KAME</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/rtadvd/Makefile#b26e03e9</link>
        <description>Sync with latest KAMEObtained from:	KAME

            List of files:
            /freebsd-14.2/usr.sbin/rtadvd/Makefile</description>
        <pubDate>Wed, 05 Jul 2000 22:09:50 +0000</pubDate>
        <dc:creator>Kris Kennaway &lt;kris@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9a4365d0 - libipsec and IPsec related apps. (and some KAME related man pages)</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/rtadvd/Makefile#9a4365d0</link>
        <description>libipsec and IPsec related apps. (and some KAME related man pages)Reviewed by: freebsd-arch, cvs-committersObtained from: KAME project

            List of files:
            /freebsd-14.2/usr.sbin/rtadvd/Makefile</description>
        <pubDate>Thu, 06 Jan 2000 12:40:54 +0000</pubDate>
        <dc:creator>Yoshinobu Inoue &lt;shin@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
