Home | History | Annotate | only in /src/sbin/routed/rtquery
History log of /src/sbin/routed/rtquery
RevisionDateAuthorComments
 1.8 26-May-2011  joerg Default to -Wno-sign-compare -Wno-pointer-sign for clang.
Push -Wno-array-bounds down to the cases that depend on it.
Selectively disable warnings for 3rd party software or non-trivial
issues to be reviewed later to get clang -Werror to build most of the
tree.
 1.7 23-Apr-2002  msaitoh don't override LDSTATIC if NOPIC is defined.
 1.6 02-Mar-1998  cgd allow LDSTATIC definition to be overridden by bsd.own.mk/mk.conf
 1.5 10-Oct-1997  mikel link rtquery against dynamic libs; from Soren S. Jorvang in PR bin/4178
 1.4 20-Jun-1997  pk Install `rtquery' in /usr/sbin.
 1.3 03-Feb-1997  christos - resolve conflicts.
- remove md5 stuff; it is in libc.
- define MCAST_PPP_BUG, until we fix if_ppp.c
 1.2 10-Aug-1996  thorpej - Finished up merge.

- 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.
 1.1 10-Aug-1996  thorpej branches: 1.1.1;
Initial revision
 1.1.1.4 23-Feb-1999  christos Latest version of routed(8) from Vernon Schryver <vjs@calcite.rhyolite.com>
 1.1.1.3 03-Feb-1997  christos New version from ftp.sgi.com:sgi/src/routed.tar.Z
 1.1.1.2 24-Sep-1996  christos Latest version of routed(8) from Vernon Schryver <vjs@sgi.com>
 1.1.1.1 10-Aug-1996  thorpej A leaner, meaner routed(8), implementing RIPv1, RIPv2, and ICMP Router
Discovery, courtesy of Vernon Schryver <vjs@sgi.com>. Thanks!
 1.2 03-Feb-1997  christos - resolve conflicts.
- remove md5 stuff; it is in libc.
- define MCAST_PPP_BUG, until we fix if_ppp.c
 1.1 03-Feb-1997  christos branches: 1.1.1;
Initial revision
 1.1.1.1 03-Feb-1997  christos New version from ftp.sgi.com:sgi/src/routed.tar.Z
 1.20 11-Sep-2009  wiz Add xref to pkgsrc/net/gated, so people know where to find gated(8).
Improve markup of RFCs in SEE ALSO.
Sort options.
Bump date.
 1.19 23-Sep-2003  wiz Correct error in previous, noted by Nick Hudson.
 1.18 07-Sep-2003  wiz Consistently use 'RFC 1234' instead of 'RFC1234' or 'RFC-1234'.
From jmc@openbsd.
 1.17 25-Feb-2003  wiz .Nm does not need a dummy argument ("") before punctuation or
for correct formatting of the SYNOPSIS any longer.
 1.16 16-Nov-2001  wiz Sort SEE ALSO.
 1.15 05-Jun-2001  wiz Drop argument of .Os.
 1.14 23-Feb-1999  christos Resolve conflicts.
 1.13 22-Nov-1998  msaitoh s/ and and / and /
 1.12 25-Oct-1998  christos Update to 980910 from ftp.rhyolite.com
 1.11 18-Aug-1998  msaitoh fix a roff command bug
 1.10 29-Apr-1998  fair fix bad .Xr references
 1.9 11-Oct-1997  enami - Use .Nm "" instead of .Nm rtquery in SYNOPSIS.
- 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.
 1.8 10-Oct-1997  lukem all but the first .Nm in SYNOPSIS need to be spelt out. [bin/4256]
 1.7 15-Sep-1997  lukem * cleanup for WARNS=1
* deprecate register
* bcmp, bcopy, bzero, rindex -> memcmp, memmove, memset, strrchr
* correct use of .Nm
 1.6 03-Feb-1997  christos - resolve conflicts.
- remove md5 stuff; it is in libc.
- define MCAST_PPP_BUG, until we fix if_ppp.c
 1.5 27-Jan-1997  perry fix some nits from SAITOH Masanobu, pr-3149
 1.4 17-Jan-1997  perry fix .I which should be .Em, from SAITOH Masanobu in pr-3109
 1.3 24-Sep-1996  christos - resolve conflicts
- try to follow rcsid style more closely
- fix rn_walktree callback routine signatures.
 1.2 10-Aug-1996  thorpej - Finished up merge.

- 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.
 1.1 10-Aug-1996  thorpej branches: 1.1.1;
Initial revision
 1.1.1.4 23-Feb-1999  christos Latest version of routed(8) from Vernon Schryver <vjs@calcite.rhyolite.com>
 1.1.1.3 03-Feb-1997  christos New version from ftp.sgi.com:sgi/src/routed.tar.Z
 1.1.1.2 24-Sep-1996  christos Latest version of routed(8) from Vernon Schryver <vjs@sgi.com>
 1.1.1.1 10-Aug-1996  thorpej A leaner, meaner routed(8), implementing RIPv1, RIPv2, and ICMP Router
Discovery, courtesy of Vernon Schryver <vjs@sgi.com>. Thanks!
 1.25 23-Mar-2014  dholland don't use sprintf
 1.24 19-Oct-2013  christos gcc warns about array bounds limits, but unfortunately the API here requires
flex arrays in a union which is not allowed. So do a trivial pointer assignment
to baffle gcc again.
 1.23 29-Aug-2011  joerg branches: 1.23.2; 1.23.8;
Use __dead
 1.22 26-Oct-2009  christos merge 2.32 which is actually 2.31. Most important change is:
- use multicast over point-to-point (GRE) links as proposed by Dan Lukes.
 1.21 20-Jul-2008  lukem Remove the \n and tabs from the __COPYRIGHT() strings.
(Tweak some to use a consistent format.)
 1.20 15-Dec-2007  perry branches: 1.20.4; 1.20.8;
convert __attribute__s to applicable cdefs.h macros
 1.19 16-Sep-2007  ragge branches: 1.19.2;
__attribute -> __attribute__.
 1.18 10-May-2006  mrg branches: 1.18.10;
quell GCC 4.1 uninitialised variable warnings.

XXX: we should audit the tree for which old ones are no longer needed
after getting the older compilers out of the tree..
 1.17 09-May-2006  mrg change (mostly) int to socklen_t. GCC 4 doesn't like that int and
socklen_t are different signness.
 1.16 30-Nov-2002  christos sync with routed 2.27
 1.15 06-Apr-2001  wiz Negative exit code cleanup: Replace exit(-x) with exit(x).
As seen on tech-userlevel.
 1.14 10-Mar-2001  christos sync with version 2.24. Vernon says:
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.
 1.13 27-Jul-2000  thorpej Pull in <md5.h> rather than defining our own MD5 structures (!).
 1.12 02-Mar-2000  christos portability casts
 1.11 19-Aug-1999  christos negative ip octets don't make sense. Now we print byte swapped but the
addresses are at least recognizable without negating :-)
 1.10 23-Feb-1999  christos Resolve conflicts.
 1.9 25-Oct-1998  christos Update to 980910 from ftp.rhyolite.com
 1.8 02-Jun-1998  thorpej Merge the 980602 RIPv2/Router Discovery routed. Fixes floods of host routes
generated when one of the interfaces on the network does not support
broadcast (e.g. HIPPI or ATM).

From Vern Schryver <vjs@rhyolite.com>
 1.7 02-Jun-1998  kleink Remove the unrecognized `-v' option from the usage information;
from Geoff C. Wing in PR bin/5521.
 1.6 30-Mar-1998  mrg add noreturn attribute, and fix the return value of main.
 1.5 15-Sep-1997  lukem * cleanup for WARNS=1
* deprecate register
* bcmp, bcopy, bzero, rindex -> memcmp, memmove, memset, strrchr
* correct use of .Nm
 1.4 03-Feb-1997  christos - resolve conflicts.
- remove md5 stuff; it is in libc.
- define MCAST_PPP_BUG, until we fix if_ppp.c
 1.3 24-Sep-1996  christos - resolve conflicts
- try to follow rcsid style more closely
- fix rn_walktree callback routine signatures.
 1.2 10-Aug-1996  thorpej - Finished up merge.

- 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.
 1.1 10-Aug-1996  thorpej branches: 1.1.1;
Initial revision
 1.1.1.5 23-Feb-1999  christos Latest version of routed(8) from Vernon Schryver <vjs@calcite.rhyolite.com>
 1.1.1.4 02-Jun-1998  thorpej Latest RIPv2/Router Discovery routed, from Vern Schryver <vjs@rhyolite.com>
 1.1.1.3 03-Feb-1997  christos New version from ftp.sgi.com:sgi/src/routed.tar.Z
 1.1.1.2 24-Sep-1996  christos Latest version of routed(8) from Vernon Schryver <vjs@sgi.com>
 1.1.1.1 10-Aug-1996  thorpej A leaner, meaner routed(8), implementing RIPv1, RIPv2, and ICMP Router
Discovery, courtesy of Vernon Schryver <vjs@sgi.com>. Thanks!
 1.18.10.2 09-Jan-2008  matt sync with HEAD
 1.18.10.1 06-Nov-2007  matt sync with HEAD
 1.19.2.1 27-Dec-2007  mjf Sync with HEAD.
 1.20.8.1 18-Sep-2008  wrstuden Sync with wrstuden-revivesa-base-2.
 1.20.4.1 28-Sep-2008  mjf Sync with HEAD.
 1.23.8.1 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.23.2.1 22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")

RSS XML Feed