aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/rtsold
Commit message (Expand)AuthorAgeFilesLines
* Improve wording for -f and -F.Dima Dorfman2006-08-141-12/+11
* These IPv6-only tools have no explicit dependency on the INET6 macro.Yaroslav Tykhiy2006-07-271-1/+1
* fixed a potential memory leakSUZUKI Shinsuke2006-03-241-1/+3
* an English grammar fixSUZUKI Shinsuke2005-06-091-1/+1
* fixed typoSUZUKI Shinsuke2005-06-081-3/+3
* Fixed the misplaced $FreeBSD$.Ruslan Ermilov2005-02-091-1/+1
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-1/+2
* Fixed a warning.Ruslan Ermilov2004-03-171-1/+1
* -DSMALL will remove the need of dump.c (for rtsol)Hajimu UMEMOTO2004-01-141-0/+14
* add -F flag, which configures sysctl(8) setting by rtsoldHajimu UMEMOTO2004-01-144-15/+53
* ansify.Hajimu UMEMOTO2004-01-146-31/+20
* use timeradd/sub/cmp.Hajimu UMEMOTO2004-01-141-58/+7
* backout 1.11. ifname in struct ifreq should be copyed by strncpy.Hajimu UMEMOTO2003-08-171-4/+4
* - improved the -a option. it can probe a interface automatically whenHajimu UMEMOTO2003-08-175-94/+134
* use strlcpy().Hajimu UMEMOTO2003-08-161-4/+4
* - added the case of 802.11 to check link status.Hajimu UMEMOTO2003-08-161-5/+5
* support poll(2).Hajimu UMEMOTO2003-08-142-1/+41
* daemon() has to be called prior to file descriptor setupsHajimu UMEMOTO2003-08-141-8/+16
* signal handler must take "int" arg.Hajimu UMEMOTO2003-08-141-7/+5
* avoid fd_set overrun.Hajimu UMEMOTO2003-08-141-10/+24
* decreased too-strong log levels.Hajimu UMEMOTO2003-08-141-5/+9
* reduce #ifdef.Hajimu UMEMOTO2003-08-112-14/+1
* use strlcpy() and snprintf().Hajimu UMEMOTO2003-08-113-9/+20
* KNF, correct typos and cleanup spaces.Hajimu UMEMOTO2003-08-086-249/+222
* drop the code for the environment where getifaddrs(3) is notHajimu UMEMOTO2003-08-083-91/+1
* Process the "O bit."Hajimu UMEMOTO2003-08-085-2/+183
* __FUNCTION__ --> __func__Hajimu UMEMOTO2003-08-086-67/+67
* style.Makefile(5)David E. O'Brien2003-04-041-1/+1
* Add -DHAVE_ARC4RANDOM to CFLAGSAndrey A. Chernov2003-02-111-1/+1
* mdoc(7) police: Deal with self-xrefs.Ruslan Ermilov2002-12-241-1/+1
* The .Nm utilityPhilippe Charnier2002-07-141-8/+13
* Explicitly specifies sin6_family & sin6_len of sockaddr_in6 for raw socketSUZUKI Shinsuke2002-04-191-1/+3
* typo. netbsd PR 16055Hajimu UMEMOTO2002-03-291-1/+1
* mdoc(7) police: Fixed the .Ex calls in manpages that describe moreRuslan Ermilov2001-09-111-2/+2
* mdoc(7) police: utilize the new .Ex macro.Ruslan Ermilov2001-08-151-4/+2
* mdoc(7) police:Ruslan Ermilov2001-08-071-1/+1
* Perform a major cleanup of the usr.sbin Makefiles.David E. O'Brien2001-07-201-3/+7
* Sync with recent KAME.Hajimu UMEMOTO2001-06-119-33/+246
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+1
* Set the default manual section for usr.sbin/ to 8.Ruslan Ermilov2001-03-201-1/+0
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-3/+3
* Sync with KAME. Format string auditing, and add -a flag to autoprobeKris Kennaway2000-10-067-49/+195
* Correct style bugsKris Kennaway2000-07-061-2/+2
* Sync with latest KAME.Kris Kennaway2000-07-058-163/+331
* remove redundant ifdef's.Yoshinobu Inoue2000-01-072-33/+1
* Getaddrinfo(), getnameinfo(), and etc support in libc/net.Yoshinobu Inoue1999-12-288-0/+1964