index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
rtsold
/
if.c
Age
Commit message (
Expand
)
Author
2011-03-23
Print a warning when rtsol or rtsold are used to do IPv6 autoconfiguration
Alexander Bluhm
2009-06-12
add missing header needed by warn()
Charles Longeau
2009-06-04
turn ipvcrap on on the interface in question. sake bottle pushed by theo,
Henning Brauer
2009-02-02
remove unused function and macros, due to the lastest commit
Charles Longeau
2009-01-30
Use if_nametosdl implementation from rtadvd, which is much nicer.
Rainer Giedat
2008-06-09
also handle wireless interfaces (IFM_IEEE80211 in addition to IFM_ETHER)
Reyk Floeter
2006-03-24
Plug leak in error path; from Alexey Dobriyan; ok ray@
Otto Moerbeek
2004-01-05
add -F option, which sets sysctl(8) variables rather than warn(3) about the
Jun-ichiro itojun Hagino
2003-10-05
ansi
Theo de Raadt
2003-05-15
make getifaddrs(3) a default, as all BSD has it by now
Jun-ichiro itojun Hagino
2003-04-02
typo; ok itojun
Jason Wright
2002-10-26
prototype shouldn't carry variable name
Jun-ichiro itojun Hagino
2002-06-10
Kill __FUNCTION__.
Marc Espie
2002-05-31
sync w/ latest kame. link id handling.
Jun-ichiro itojun Hagino
2002-05-31
KNF; itojun ok
Theo de Raadt
2002-02-17
Manual cleanup of remaining userland __P use (excluding packages maintained o...
Todd C. Miller
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2001-11-14
use strncpy instead of strcpy, just in case
Jun-ichiro itojun Hagino
2001-07-09
sync with latest kame.
Jun-ichiro itojun Hagino
2000-08-13
add "rtsol -a" (automatically lookup outgoign interface).
Jun-ichiro itojun Hagino
2000-02-25
use getifaddrs, not SIOCGIFCONF for LP64 align issue. (sync with kame).
Jun-ichiro itojun Hagino
2000-01-17
sync with latest kame. previous version leaves an udp socket opened
Jun-ichiro itojun Hagino
2000-01-05
avoid use of kvm (sync with latest kame)
Jun-ichiro itojun Hagino
1999-12-09
rtsold(8); router solicitation daemon.
Jun-ichiro itojun Hagino
1999-12-09
initial import from KAME tree
Jun-ichiro itojun Hagino