summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rtsold
Commit message (Collapse)AuthorAgeFilesLines
* - rename the RETURN VALUES section to EXIT STATUS [1]danger2009-01-071-4/+2
| | | | | | | | - convert to .Ex macro - not bumping a date as this is not a real content change Approved by: ru MFC after: 3 days
* Change arc4random to arc4random_uniform since modulo is not power of 2,ache2008-07-261-1/+1
| | | | | | as OpenBSD does. Obtained from: OpenBSD
* Cleanup of userland __P usekevlo2007-11-077-37/+37
|
* Improve wording for -f and -F.dd2006-08-141-12/+11
|
* These IPv6-only tools have no explicit dependency on the INET6 macro.yar2006-07-271-1/+1
| | | | Tested with: cmp(1)
* fixed a potential memory leaksuz2006-03-241-1/+3
| | | | | Obtained from: KAME MFC after: 1 day
* an English grammar fixsuz2005-06-091-1/+1
| | | | | Reported by: ru MFC after: 1 day
* fixed typosuz2005-06-081-3/+3
| | | | | Obtained from: KAME MFC after: 1 day
* Fixed the misplaced $FreeBSD$.ru2005-02-091-1/+1
|
* Mechanically kill hard sentence breaks.ru2004-07-021-1/+2
|
* Fixed a warning.ru2004-03-171-1/+1
|
* -DSMALL will remove the need of dump.c (for rtsol)ume2004-01-141-0/+14
| | | | Obtained from: KAME
* add -F flag, which configures sysctl(8) setting by rtsoldume2004-01-144-15/+53
| | | | | | itself (rather than warn about the current setting). Obtained from: KAME
* ansify.ume2004-01-146-31/+20
| | | | Obtained from: KAME
* use timeradd/sub/cmp.ume2004-01-141-58/+7
| | | | Obtained from: KAME
* backout 1.11. ifname in struct ifreq should be copyed by strncpy.ume2003-08-171-4/+4
| | | | Pointed out by: itojun
* - improved the -a option. it can probe a interface automatically whenume2003-08-175-94/+134
| | | | | | | | | | | the interface wake up. it can be started anytime even when there is no network interface on the list of intarfaces in the kernel. - get a correct link ID for each interface at initialization (using scope libraries if HAVE_SCOPELIB is defined). - fill in sin6_scope_id correctly before sendmsg(). Obtained from: KAME MFC after: 1 week
* use strlcpy().ume2003-08-161-4/+4
| | | | | Pointed out by: Pawel Jakub Dawidek <nick@garage.freebsd.pl> MFC after: 1 week
* - added the case of 802.11 to check link status.ume2003-08-161-5/+5
| | | | | | | | - use strncpy just in case. - __P() cleanup. Obtained from: KAME MFC after: 1 week
* support poll(2).ume2003-08-142-1/+41
| | | | | Obtained from: KAME MFC after: 1 week
* daemon() has to be called prior to file descriptor setupsume2003-08-141-8/+16
| | | | | | | (otherwise file descriptors could be closed mistakenly) Obtained from: KAME MFC after: 1 week
* signal handler must take "int" arg.ume2003-08-141-7/+5
| | | | | Obtained from: KAME MFC after: 1 week
* avoid fd_set overrun.ume2003-08-141-10/+24
| | | | | Obtained from: KAME MFC after: 1 week
* decreased too-strong log levels.ume2003-08-141-5/+9
| | | | | Obtained from: KAME MFC after: 1 week
* reduce #ifdef.ume2003-08-112-14/+1
| | | | MFC after: 1 week
* use strlcpy() and snprintf().ume2003-08-113-9/+20
| | | | | Obtained from: KAME MFC after: 1 week
* KNF, correct typos and cleanup spaces.ume2003-08-086-249/+222
| | | | | Obtained from: KAME MFC after: 1 week
* drop the code for the environment where getifaddrs(3) is notume2003-08-083-91/+1
| | | | | | | supported. Obtained from: KAME MFC after: 1 week
* Process the "O bit."ume2003-08-085-2/+183
| | | | | | | | | | If the value of OtherConfigFlag changes from FALSE to TRUE, the host should invoke the stateful autoconfiguration protocol, requesting information. [RFC 2462 Section 5.5.3] Obtained from: KAME MFC after: 1 week
* __FUNCTION__ --> __func__ume2003-08-086-67/+67
| | | | | Obtained from: KAME MFC after: 1 week
* 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
| | | | | | | | | | | | | | destination. (Currently lack of their specification does not lead to any problem, because kernel does not check the consistency between actual address and its address family / length on raw socket. However kernel should always check their consistency and stop sending packets if there is a contradiction. Considering backward compatibility of programs, I just fixed rtsol now; I'd like to fix the kernel behavior later.) Reviewed by: ume MFC after: 3 days
* typo. netbsd PR 16055ume2002-03-291-1/+1
| | | | | Obtained from: KAME MFC after: 1 week
* mdoc(7) police: Fixed the .Ex calls in manpages that describe moreru2001-09-111-2/+2
| | | | | | | than one utility. PR: docs/30437 Submitted by: SUZUKI Koichi <koich@cac.co.jp>
* mdoc(7) police: utilize the new .Ex macro.ru2001-08-151-4/+2
|
* mdoc(7) police:ru2001-08-071-1/+1
| | | | | | | Avoid using parenthesis enclosure macros (.Pq and .Po/.Pc) with plain text. Not only this slows down the mdoc(7) processing significantly, but it also has an undesired (in this case) effect of disabling hyphenation within the entire enclosed block.
* Perform a major cleanup of the usr.sbin Makefiles.obrien2001-07-201-3/+7
| | | | | These are not perfectly in agreement with each other style-wise, but they are orders of orders of magnitude more consistent style-wise than before.
* Sync with recent KAME.ume2001-06-119-33/+246
| | | | | | | | | | | | | | | | | | This work was based on kame-20010528-freebsd43-snap.tgz and some critical problem after the snap was out were fixed. There are many many changes since last KAME merge. TODO: - The definitions of SADB_* in sys/net/pfkeyv2.h are still different from RFC2407/IANA assignment because of binary compatibility issue. It should be fixed under 5-CURRENT. - ip6po_m member of struct ip6_pktopts is no longer used. But, it is still there because of binary compatibility issue. It should be removed under 5-CURRENT. Reviewed by: itojun Obtained from: KAME MFC after: 3 weeks
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-0/+1
| | | | - MAN[1-9] -> MAN.
* 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
| | | | | | interfaces. Obtained from: KAME
* Correct style bugskris2000-07-061-2/+2
|
* Sync with latest KAME.kris2000-07-058-163/+331
| | | | Obtained from: KAME
* remove redundant ifdef's.shin2000-01-072-33/+1
| | | | some part is specified by: phantom
* Getaddrinfo(), getnameinfo(), and etc support in libc/net.shin1999-12-288-0/+1964
Several udp and raw apps IPv6 support. Reviewed by: freebsd-arch, cvs-committers Obtained from: KAME project
OpenPOWER on IntegriCloud