summaryrefslogtreecommitdiff
path: root/usr.sbin/rtsold
AgeCommit message (Collapse)Author
2000-02-25use getifaddrs, not SIOCGIFCONF for LP64 align issue. (sync with kame).Jun-ichiro itojun Hagino
2000-02-01no need to extern int errno if errno.h is includedTheo de Raadt
2000-01-17sync with latest kame. previous version leaves an udp socket openedJun-ichiro itojun Hagino
(for use with ioctls) and it was not a pleasant thing.
2000-01-05avoid use of kvm (sync with latest kame)Jun-ichiro itojun Hagino
2000-01-02wording changes (in sync with kame repository)Jun-ichiro itojun Hagino
from: deraadt
2000-01-02bring "rtsol" descrpition to the top. (sync'ed with latest kame tree)Jun-ichiro itojun Hagino
suggested by: deraadt
1999-12-16deposit dump file in /var/run; markusTheo de Raadt
1999-12-16use arc4random()Theo de Raadt
1999-12-10Fix a few typos.Angelos D. Keromytis
1999-12-09rtsold(8); router solicitation daemon.Jun-ichiro itojun Hagino
rtsol(8); router solicitation program, for use in bootstrap process (statically linked) rcsid police. add missing prototypes. (sync with KAME)
1999-12-09initial import from KAME treeJun-ichiro itojun Hagino