History log of /netbsd-src/usr.sbin/rtsold/Makefile (Results 1 – 16 of 16)
Revision Date Author Comments
# c6314d61 11-Sep-2014 roy <roy@NetBSD.org>

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 DAD
has finished on all add

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 DAD
has finished on all addresses.
Use ifconfig -w in rc.d/network instead of a forced sleep.

As discussed on tech-net@

show more ...


# 5fe0c59d 18-Mar-2014 christos <christos@NetBSD.org>

KNF, bump warns, fix warnings to print the program name.


# d877c4c3 22-Apr-2009 lukem <lukem@NetBSD.org>

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 s

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)

show more ...


# ad5ee40a 11-Apr-2009 lukem <lukem@NetBSD.org>

fix WARNS=4 issues


# 4147a3c5 28-May-2007 tls <tls@NetBSD.org>

Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on the
FORTIFY_SOURCE feature of libssp, thus checking the size of arguments to
various string and memory copy and set functions (as

Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on the
FORTIFY_SOURCE feature of libssp, thus checking the size of arguments to
various string and memory copy and set functions (as well as a few system
calls and other miscellany) where known at function entry. RedHat has
evidently built all "core system packages" with this option for some time.

This option should be used at the top of Makefiles (or Makefile.inc where
this is used for subdirectories) but after any setting of LIB.

This is only useful for userland code, and cannot be used in libc or in
any code which includes the libc internals, because it overrides certain
libc functions with macros. Some effort has been made to make USE_FORT=yes
work correctly for a full-system build by having the bsd.sys.mk logic
disable the feature where it should not be used (libc, libssp iteself,
the kernel) but no attempt has been made to build the entire system with
USE_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), perform
authentication, 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 uses
only USE_SSP by default. Tested on i386 with no ill results; USE_FORT=no
per-directory or in a system build will disable if desired.

show more ...


# 85d26f97 03-Jan-2004 itojun <itojun@NetBSD.org>

rtsol: factor out dump.c if -DSMALL (for boot floppy)
use __func__ not __FUNCTION__
use timeradd() and timersub() from sys/time.h

from kame


# f189be33 06-Sep-2003 itojun <itojun@NetBSD.org>

unifdef HAVE_ARC4RANDOM


# 68452c0c 15-May-2003 itojun <itojun@NetBSD.org>

assume presense of getifaddrs(3).


# d816e24b 31-May-2002 itojun <itojun@NetBSD.org>

avoid fd_set overrun.


# b31318e4 31-May-2002 itojun <itojun@NetBSD.org>

KNF, from openbsd via kame


# 052c0d9a 09-Jul-2001 itojun <itojun@NetBSD.org>

sync with kame.

KAME rtsold.c 1.28
watch routing socket, and check for pcmcia card removal.
if pcmcia card gets removed, bring the interface state into IFS_DOWN.

KAME rtsold.c 1.29
changed the time

sync with kame.

KAME rtsold.c 1.28
watch routing socket, and check for pcmcia card removal.
if pcmcia card gets removed, bring the interface state into IFS_DOWN.

KAME rtsold.c 1.29
changed the timeout period after sending MAX_RTR_SOLICITATIONS solicitation
from RTR_SOLICITATION_INTERVAL to MAX_RTR_SOLICITATION_DELAY according to
the last paragraph of RFC 2461 Section 6.3.7.
in response to a comment from Pekka Savola <pekkas@netcore.fi>

show more ...


# e3d3868e 25-Feb-2000 itojun <itojun@NetBSD.org>

use getifaddrs. do not leave AF_INET6 listening socket left opened for
ioctls. (sync with latest kame)


# 1d4f533c 31-Dec-1999 itojun <itojun@NetBSD.org>

avoid use of kvm, mostly for boot floppy's convenience.
(sync with latest kame)


# d9a742bd 09-Dec-1999 itojun <itojun@NetBSD.org>

improve debugging functionality.
(sync with latest KAME)


# 8ce82eb7 03-Sep-1999 itojun <itojun@NetBSD.org>

sbin/rtsol now shares source code with usr.sbin/rtsold.
sbin/rtsol is compiled separately for static linkage.


# 65da2d88 03-Sep-1999 itojun <itojun@NetBSD.org>

fix prototypes decls (already back-ported into KAME).
RCSID police.