summaryrefslogtreecommitdiff
path: root/sbin/routed/rtquery
AgeCommit message (Collapse)Author
2003-09-23Correct error in previous, noted by Nick Hudson.wiz
2003-09-07Consistently use 'RFC 1234' instead of 'RFC1234' or 'RFC-1234'.wiz
From jmc@openbsd.
2003-02-25.Nm does not need a dummy argument ("") before punctuation orwiz
for correct formatting of the SYNOPSIS any longer.
2002-11-30sync with routed 2.27christos
2002-04-23don't override LDSTATIC if NOPIC is defined.msaitoh
2001-11-16Sort SEE ALSO.wiz
2001-06-05Drop argument of .Os.wiz
2001-04-06Negative exit code cleanup: Replace exit(-x) with exit(x).wiz
As seen on tech-userlevel.
2001-03-10sync with version 2.24. Vernon says:christos
The most significant [fix] involves so called "remote" interfaces configured in the kludge file to with what appear to be colliding networks. Edward Mascarenhas <eddiem@vihar.engr.sgi.com> found the problem and the fix, and I think has tested it in the SGI network.
2000-07-27Pull in <md5.h> rather than defining our own MD5 structures (!).thorpej
2000-03-02portability castschristos
1999-08-19negative ip octets don't make sense. Now we print byte swapped but thechristos
addresses are at least recognizable without negating :-)
1999-02-23Resolve conflicts.christos
1998-11-22s/ and and / and /msaitoh
1998-10-25Update to 980910 from ftp.rhyolite.comchristos
1998-08-18fix a roff command bugmsaitoh
1998-06-02Merge the 980602 RIPv2/Router Discovery routed. Fixes floods of host routesthorpej
generated when one of the interfaces on the network does not support broadcast (e.g. HIPPI or ATM). From Vern Schryver <vjs@rhyolite.com>
1998-06-02Remove the unrecognized `-v' option from the usage information;kleink
from Geoff C. Wing in PR bin/5521.
1998-04-29fix bad .Xr referencesfair
1998-03-30add noreturn attribute, and fix the return value of main.mrg
1998-03-02allow LDSTATIC definition to be overridden by bsd.own.mk/mk.confcgd
1997-10-11- Use .Nm "" instead of .Nm rtquery in SYNOPSIS.enami
- Don't use captialized wort to refer command name. - Delete period at the end of ``SEE ALSO'' list. - Use .Xr instead of .Em to refer routed.
1997-10-10all but the first .Nm in SYNOPSIS need to be spelt out. [bin/4256]lukem
1997-10-10link rtquery against dynamic libs; from Soren S. Jorvang in PR bin/4178mikel
1997-09-15* cleanup for WARNS=1lukem
* deprecate register * bcmp, bcopy, bzero, rindex -> memcmp, memmove, memset, strrchr * correct use of .Nm
1997-06-20Install `rtquery' in /usr/sbin.pk
1997-02-03- resolve conflicts.christos
- remove md5 stuff; it is in libc. - define MCAST_PPP_BUG, until we fix if_ppp.c
1997-02-03New version from ftp.sgi.com:sgi/src/routed.tar.Zchristos
1997-01-27fix some nits from SAITOH Masanobu, pr-3149perry
1997-01-17fix .I which should be .Em, from SAITOH Masanobu in pr-3109perry
1996-09-24- resolve conflictschristos
- try to follow rcsid style more closely - fix rn_walktree callback routine signatures.
1996-08-10- Finished up merge.thorpej
- Add some prototypes and definitions for types as necessary, wrapped in __NetBSD__ to maintain portability. - Explicit size types in structures that go out the wire. - RCS id police.
1996-08-10A leaner, meaner routed(8), implementing RIPv1, RIPv2, and ICMP Routerthorpej
Discovery, courtesy of Vernon Schryver <vjs@sgi.com>. Thanks!