History log of /src/usr.sbin/rtsold/Makefile |
Revision | | Date | Author | Comments |
1.16 |
| 11-Sep-2014 |
roy | 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@
|
1.15 |
| 18-Mar-2014 |
christos | KNF, bump warns, fix warnings to print the program name.
|
1.14 |
| 22-Apr-2009 |
lukem | branches: 1.14.6; 1.14.12; 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)
|
1.13 |
| 11-Apr-2009 |
lukem | fix WARNS=4 issues
|
1.12 |
| 28-May-2007 |
tls | branches: 1.12.20; 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.
|
1.11 |
| 03-Jan-2004 |
itojun | rtsol: factor out dump.c if -DSMALL (for boot floppy) use __func__ not __FUNCTION__ use timeradd() and timersub() from sys/time.h
from kame
|
1.10 |
| 06-Sep-2003 |
itojun | unifdef HAVE_ARC4RANDOM
|
1.9 |
| 15-May-2003 |
itojun | assume presense of getifaddrs(3).
|
1.8 |
| 31-May-2002 |
itojun | avoid fd_set overrun.
|
1.7 |
| 31-May-2002 |
itojun | KNF, from openbsd via kame
|
1.6 |
| 09-Jul-2001 |
itojun | 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>
|
1.5 |
| 25-Feb-2000 |
itojun | use getifaddrs. do not leave AF_INET6 listening socket left opened for ioctls. (sync with latest kame)
|
1.4 |
| 31-Dec-1999 |
itojun | avoid use of kvm, mostly for boot floppy's convenience. (sync with latest kame)
|
1.3 |
| 09-Dec-1999 |
itojun | improve debugging functionality. (sync with latest KAME)
|
1.2 |
| 03-Sep-1999 |
itojun | branches: 1.2.4; sbin/rtsol now shares source code with usr.sbin/rtsold. sbin/rtsol is compiled separately for static linkage.
|
1.1 |
| 03-Sep-1999 |
itojun | fix prototypes decls (already back-ported into KAME). RCSID police.
|
1.2.4.1 |
| 27-Dec-1999 |
wrstuden | Pull up to last week's -current.
|
1.12.20.1 |
| 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
1.14.12.1 |
| 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.14.6.1 |
| 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|