summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rtsold
Commit message (Expand)AuthorAgeFilesLines
* -DSMALL will remove the need of dump.c (for rtsol)ume2004-01-141-0/+14
* add -F flag, which configures sysctl(8) setting by rtsoldume2004-01-144-15/+53
* ansify.ume2004-01-146-31/+20
* use timeradd/sub/cmp.ume2004-01-141-58/+7
* backout 1.11. ifname in struct ifreq should be copyed by strncpy.ume2003-08-171-4/+4
* - improved the -a option. it can probe a interface automatically whenume2003-08-175-94/+134
* use strlcpy().ume2003-08-161-4/+4
* - added the case of 802.11 to check link status.ume2003-08-161-5/+5
* support poll(2).ume2003-08-142-1/+41
* daemon() has to be called prior to file descriptor setupsume2003-08-141-8/+16
* signal handler must take "int" arg.ume2003-08-141-7/+5
* avoid fd_set overrun.ume2003-08-141-10/+24
* decreased too-strong log levels.ume2003-08-141-5/+9
* reduce #ifdef.ume2003-08-112-14/+1
* use strlcpy() and snprintf().ume2003-08-113-9/+20
* KNF, correct typos and cleanup spaces.ume2003-08-086-249/+222
* drop the code for the environment where getifaddrs(3) is notume2003-08-083-91/+1
* Process the "O bit."ume2003-08-085-2/+183
* __FUNCTION__ --> __func__ume2003-08-086-67/+67
* style.Makefile(5)obrien2003-04-041-1/+1
* Add -DHAVE_ARC4RANDOM to CFLAGSache2003-02-111-1/+1
* mdoc(7) police: Deal with self-xrefs.ru2002-12-241-1/+1
* The .Nm utilitycharnier2002-07-141-8/+13
* Explicitly specifies sin6_family & sin6_len of sockaddr_in6 for raw socketsuz2002-04-191-1/+3
* typo. netbsd PR 16055ume2002-03-291-1/+1
* mdoc(7) police: Fixed the .Ex calls in manpages that describe moreru2001-09-111-2/+2
* mdoc(7) police: utilize the new .Ex macro.ru2001-08-151-4/+2
* mdoc(7) police:ru2001-08-071-1/+1
* Perform a major cleanup of the usr.sbin Makefiles.obrien2001-07-201-3/+7
* Sync with recent KAME.ume2001-06-119-33/+246
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-0/+1
* Set the default manual section for usr.sbin/ to 8.ru2001-03-201-1/+0
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-3/+3
* Sync with KAME. Format string auditing, and add -a flag to autoprobekris2000-10-067-49/+195
* Correct style bugskris2000-07-061-2/+2
* Sync with latest KAME.kris2000-07-058-163/+331
* remove redundant ifdef's.shin2000-01-072-33/+1
* Getaddrinfo(), getnameinfo(), and etc support in libc/net.shin1999-12-288-0/+1964
OpenPOWER on IntegriCloud