<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/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>c6314d6139f759e125980cf1c2c8c42075171b82 - Remove rtsol(8) and rtsold(8) as their functionality is in dhcpcd(8).</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.sbin/rtsold/Makefile#c6314d6139f759e125980cf1c2c8c42075171b82</link>
        <description>Remove rtsol(8) and rtsold(8) as their functionality is in dhcpcd(8).Remove rtsol(8) from rc.d/network.Add -w seconds command to ifconfig to wait for N seconds for until DADhas finished on all addresses.Use ifconfig -w in rc.d/network instead of a forced sleep.As discussed on tech-net@

            List of files:
            /netbsd-src/usr.sbin/rtsold/Makefile</description>
        <pubDate>Thu, 11 Sep 2014 13:10:03 +0000</pubDate>
        <dc:creator>roy &lt;roy@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5fe0c59dd876bffa811489e094d424ef0769c57b - KNF, bump warns, fix warnings to print the program name.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.sbin/rtsold/Makefile#5fe0c59dd876bffa811489e094d424ef0769c57b</link>
        <description>KNF, bump warns, fix warnings to print the program name.

            List of files:
            /netbsd-src/usr.sbin/rtsold/Makefile</description>
        <pubDate>Tue, 18 Mar 2014 00:16:49 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d877c4c3c02304002c0642d7f34a58d07138d6a9 - Enable WARNS=4 by default, except for:</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.sbin/rtsold/Makefile#d877c4c3c02304002c0642d7f34a58d07138d6a9</link>
        <description>Enable WARNS=4 by default, except for:	cpuctl  dumplfs  hprop  ipf  iprop-log  kadmin  kcm  kdc  kdigest	kimpersonate  kstash  ktutil  makefs  ndbootd  ntp  pppd  quot	racoon  racoonctl  rtadvd  sntp  sup  tcpdchk  tcpdmatch  tcpdump	traceroute  traceroute6  user  veriexecgen  wsmoused  zic(Mostly third-party applications)

            List of files:
            /netbsd-src/usr.sbin/rtsold/Makefile</description>
        <pubDate>Wed, 22 Apr 2009 15:23:01 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ad5ee40a86de95e72dc06984d308485a0c5625d5 - fix WARNS=4 issues</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.sbin/rtsold/Makefile#ad5ee40a86de95e72dc06984d308485a0c5625d5</link>
        <description>fix WARNS=4 issues

            List of files:
            /netbsd-src/usr.sbin/rtsold/Makefile</description>
        <pubDate>Sat, 11 Apr 2009 07:51:59 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4147a3c54a369fdf2775e8a91ce4916614e21d3b - Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on the</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.sbin/rtsold/Makefile#4147a3c54a369fdf2775e8a91ce4916614e21d3b</link>
        <description>Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on theFORTIFY_SOURCE feature of libssp, thus checking the size of arguments tovarious string and memory copy and set functions (as well as a few systemcalls and other miscellany) where known at function entry.  RedHat hasevidently built all &quot;core system packages&quot; with this option for some time.This option should be used at the top of Makefiles (or Makefile.inc wherethis is used for subdirectories) but after any setting of LIB.This is only useful for userland code, and cannot be used in libc or inany code which includes the libc internals, because it overrides certainlibc functions with macros.  Some effort has been made to make USE_FORT=yeswork correctly for a full-system build by having the bsd.sys.mk logicdisable the feature where it should not be used (libc, libssp iteself,the kernel) but no attempt has been made to build the entire system withUSE_FORT and doing so will doubtless expose numerous bugs and misfeatures.Adjust the system build so that all programs and libraries that are setuid,directly handle network data (including serial comm data), performauthentication, or appear likely to have (or have a history of having)data-driven bugs (e.g. file(1)) are built with USE_FORT=yes by default,with the exception of libc, which cannot use USE_FORT and thus usesonly USE_SSP by default.  Tested on i386 with no ill results; USE_FORT=noper-directory or in a system build will disable if desired.

            List of files:
            /netbsd-src/usr.sbin/rtsold/Makefile</description>
        <pubDate>Mon, 28 May 2007 12:06:17 +0000</pubDate>
        <dc:creator>tls &lt;tls@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>85d26f975b079a2005a46db0627d2df24c1901e0 - rtsol: factor out dump.c if -DSMALL (for boot floppy)</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.sbin/rtsold/Makefile#85d26f975b079a2005a46db0627d2df24c1901e0</link>
        <description>rtsol: factor out dump.c if -DSMALL (for boot floppy)use __func__ not __FUNCTION__use timeradd() and timersub() from sys/time.hfrom kame

            List of files:
            /netbsd-src/usr.sbin/rtsold/Makefile</description>
        <pubDate>Sat, 03 Jan 2004 01:40:31 +0000</pubDate>
        <dc:creator>itojun &lt;itojun@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f189be338cf97fdd71db1fe72f31d35c8213202d - unifdef HAVE_ARC4RANDOM</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.sbin/rtsold/Makefile#f189be338cf97fdd71db1fe72f31d35c8213202d</link>
        <description>unifdef HAVE_ARC4RANDOM

            List of files:
            /netbsd-src/usr.sbin/rtsold/Makefile</description>
        <pubDate>Sat, 06 Sep 2003 12:56:43 +0000</pubDate>
        <dc:creator>itojun &lt;itojun@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>68452c0c928f490580f03dcb2ffe6208f788b186 - assume presense of getifaddrs(3).</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.sbin/rtsold/Makefile#68452c0c928f490580f03dcb2ffe6208f788b186</link>
        <description>assume presense of getifaddrs(3).

            List of files:
            /netbsd-src/usr.sbin/rtsold/Makefile</description>
        <pubDate>Thu, 15 May 2003 14:44:57 +0000</pubDate>
        <dc:creator>itojun &lt;itojun@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d816e24b39464981268b57916987192823be6830 - avoid fd_set overrun.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.sbin/rtsold/Makefile#d816e24b39464981268b57916987192823be6830</link>
        <description>avoid fd_set overrun.

            List of files:
            /netbsd-src/usr.sbin/rtsold/Makefile</description>
        <pubDate>Fri, 31 May 2002 22:10:18 +0000</pubDate>
        <dc:creator>itojun &lt;itojun@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b31318e4820edcc36db2262bac1a160a2bbb5b7d - KNF, from openbsd via kame</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.sbin/rtsold/Makefile#b31318e4820edcc36db2262bac1a160a2bbb5b7d</link>
        <description>KNF, from openbsd via kame

            List of files:
            /netbsd-src/usr.sbin/rtsold/Makefile</description>
        <pubDate>Fri, 31 May 2002 10:22:11 +0000</pubDate>
        <dc:creator>itojun &lt;itojun@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>052c0d9a64025ded76dc03b7517e63e9b192cf48 - sync with kame.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.sbin/rtsold/Makefile#052c0d9a64025ded76dc03b7517e63e9b192cf48</link>
        <description>sync with kame.KAME rtsold.c 1.28watch routing socket, and check for pcmcia card removal.if pcmcia card gets removed, bring the interface state into IFS_DOWN.KAME rtsold.c 1.29changed the timeout period after sending MAX_RTR_SOLICITATIONS solicitationfrom RTR_SOLICITATION_INTERVAL to MAX_RTR_SOLICITATION_DELAY according tothe last paragraph of RFC 2461 Section 6.3.7.in response to a comment from Pekka Savola &lt;pekkas@netcore.fi&gt;

            List of files:
            /netbsd-src/usr.sbin/rtsold/Makefile</description>
        <pubDate>Mon, 09 Jul 2001 06:04:28 +0000</pubDate>
        <dc:creator>itojun &lt;itojun@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e3d3868ea86dd5e6d1fff69cd88b0c608ada6521 - use getifaddrs.  do not leave AF_INET6 listening socket left opened for</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.sbin/rtsold/Makefile#e3d3868ea86dd5e6d1fff69cd88b0c608ada6521</link>
        <description>use getifaddrs.  do not leave AF_INET6 listening socket left opened forioctls.  (sync with latest kame)

            List of files:
            /netbsd-src/usr.sbin/rtsold/Makefile</description>
        <pubDate>Fri, 25 Feb 2000 09:19:06 +0000</pubDate>
        <dc:creator>itojun &lt;itojun@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1d4f533c9834791d71183db830f81b7eb98793d2 - avoid use of kvm, mostly for boot floppy&apos;s convenience.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.sbin/rtsold/Makefile#1d4f533c9834791d71183db830f81b7eb98793d2</link>
        <description>avoid use of kvm, mostly for boot floppy&apos;s convenience.(sync with latest kame)

            List of files:
            /netbsd-src/usr.sbin/rtsold/Makefile</description>
        <pubDate>Fri, 31 Dec 1999 19:40:19 +0000</pubDate>
        <dc:creator>itojun &lt;itojun@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d9a742bd0d263605b6ec04138d208e543c822172 - improve debugging functionality.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.sbin/rtsold/Makefile#d9a742bd0d263605b6ec04138d208e543c822172</link>
        <description>improve debugging functionality.(sync with latest KAME)

            List of files:
            /netbsd-src/usr.sbin/rtsold/Makefile</description>
        <pubDate>Thu, 09 Dec 1999 15:08:33 +0000</pubDate>
        <dc:creator>itojun &lt;itojun@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8ce82eb757efd30f278eefdb7efc94978cecbaaa - sbin/rtsol now shares source code with usr.sbin/rtsold.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.sbin/rtsold/Makefile#8ce82eb757efd30f278eefdb7efc94978cecbaaa</link>
        <description>sbin/rtsol now shares source code with usr.sbin/rtsold.sbin/rtsol is compiled separately for static linkage.

            List of files:
            /netbsd-src/usr.sbin/rtsold/Makefile</description>
        <pubDate>Fri, 03 Sep 1999 05:25:43 +0000</pubDate>
        <dc:creator>itojun &lt;itojun@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>65da2d880369b296ffb9e14691fa12d50947f4dd - fix prototypes decls (already back-ported into KAME).</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.sbin/rtsold/Makefile#65da2d880369b296ffb9e14691fa12d50947f4dd</link>
        <description>fix prototypes decls (already back-ported into KAME).RCSID police.

            List of files:
            /netbsd-src/usr.sbin/rtsold/Makefile</description>
        <pubDate>Fri, 03 Sep 1999 05:14:37 +0000</pubDate>
        <dc:creator>itojun &lt;itojun@NetBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
