Home | History | Annotate | Download | only in rtquery
History log of /src/sbin/routed/rtquery/rtquery.c
RevisionDateAuthorComments
 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