summaryrefslogtreecommitdiff
path: root/usr.sbin/rtsold
AgeCommit message (Expand)Author
2014-07-11some say it is kinda likely you want autoconf if you run rtsol/rtsold onHenning Brauer
2014-07-04malloc+memset -> callocPhilip Guenther
2013-11-12ensure there are prototypesTheo de Raadt
2013-10-21we are passing the variable, not using a global any more.Peter Hessler
2013-10-21Add rdomain support to IPv6 configuration toolsPeter Hessler
2013-08-15Replace the obsolete ioctl(SIOCGDRLST_IN6) interface withAlexander Bluhm
2013-05-27undo previous: apparently "on the order of" is legitimateJason McIntyre
2013-05-24*in* the order of, not *on* the order of;Jason McIntyre
2013-05-24the -a option probes multiple ifs now, not exits with error;Jason McIntyre
2013-04-21handle exceedingly long uptimesTheo de Raadt
2013-04-21IPv6 might still be around in 2038, replace magic timevalFlorian Obser
2013-04-19print tv_sec properlyTheo de Raadt
2013-04-17handle large time_tTheo de Raadt
2011-03-23Print a warning when rtsol or rtsold are used to do IPv6 autoconfigurationAlexander Bluhm
2011-03-22use timerclear macroOkan Demirmen
2010-09-03add an EXIT STATUS section for /usr/sbin;Jason McIntyre
2009-11-11correctly order the range check and use the right limits, pointed out by parfaitTheo de Raadt
2009-06-12add missing header needed by warn()Charles Longeau
2009-06-04turn ipvcrap on on the interface in question. sake bottle pushed by theo,Henning Brauer
2009-02-05fix format stringCharles Longeau
2009-02-03add missing headers needed by wait()Charles Longeau
2009-02-02remove unused function and macros, due to the lastest commitCharles Longeau
2009-01-30Delete code which was never used (rtsock.c is even not there).Rainer Giedat
2009-01-30Use if_nametosdl implementation from rtadvd, which is much nicer.Rainer Giedat
2008-08-13sync synopsis/usage; fix double "usage:"; KNF.Igor Sobrado
2008-06-12let usage() match SYNOPSIS;Jason McIntyre
2008-06-10clean up the text; ok reykJason McIntyre
2008-06-10add the -O option to run an external script when the "otherReyk Floeter
2008-06-09also handle wireless interfaces (IFM_IEEE80211 in addition to IFM_ETHER)Reyk Floeter
2008-04-13Use arc4random_buf() when requesting more than a single word of outputDamien Miller
2008-03-24msg_controllen has to be CMSG_SPACE so that the kernel can account forTheo de Raadt
2008-03-18correct CMSG_SPACE and CMSG_LEN handling as done in other places. TheseTheo de Raadt
2008-01-05remove unused functionCharles Longeau
2007-09-07unexpeced -> unexpected;Jason McIntyre
2007-05-31convert to new .Dd format;Jason McIntyre
2006-12-15cleanup RFC2292/3542 #ifdef.Jun-ichiro itojun Hagino
2006-11-07Don't check buf[strlen(buf) - 1] for zero length strings.Ray Lai
2006-03-24Plug leak in error path; from Alexey Dobriyan; ok ray@Otto Moerbeek
2005-10-28sync usage() with man page synopsis;Jason McIntyre
2005-10-27describe the relevant sysctls, and what exactly -F does;Jason McIntyre
2005-10-26better description of -F and FILES;Jason McIntyre
2005-10-26document interaction with hostname.if(5);Jason McIntyre
2005-10-25some small improvements;Jason McIntyre
2005-10-25sort options;Jason McIntyre
2005-06-09spellingTheo de Raadt
2004-01-05add -F to usage()Jun-ichiro itojun Hagino
2004-01-05add -F option, which sets sysctl(8) variables rather than warn(3) about theJun-ichiro itojun Hagino
2004-01-03do not create pid file. it was just for debugging and there was no properJun-ichiro itojun Hagino
2004-01-02factor out dump.c from rtsol by -DSMALLJun-ichiro itojun Hagino
2004-01-02unifdef for readability. req'ed by deraadtJun-ichiro itojun Hagino