History log of /netbsd-src/usr.sbin/rip6query/rip6query.c (Results 1 – 11 of 11)
Revision Date Author Comments
# c22bf274 30-Aug-2011 joerg <joerg@NetBSD.org>

ANSIfy + static + __dead


# b635f565 05-Jan-2004 jmmv <jmmv@NetBSD.org>

Homogenize usage messages: make the 'usage' word all lowercase, as this seems
to be the most common practice in our tree.


# c2a20cc1 15-Apr-2003 itojun <itojun@NetBSD.org>

%d is not 10 chars, but 12 chars. uwse NI_MAXSERV. sync w/ kame. from openbsd


# 1ddc65b7 08-Sep-2002 itojun <itojun@NetBSD.org>

socklen_t audit. KNF. signal handler must use _exit(), not exit().
from deraadt, sync w/kame


# c12361e6 16-Nov-2001 itojun <itojun@NetBSD.org>

sync with latest kame. terminate only if ripng response is not received
for 5 seconds (or length specified by -w).


# a0649bd2 07-May-2001 kleink <kleink@NetBSD.org>

getopt(3): EOF -> -1.


# 14dbdf55 06-Apr-2001 wiz <wiz@NetBSD.org>

Negative exit code cleanup: Replace exit(-x) with exit(x).
As seen on tech-userlevel.


# 10fb60e4 19-Dec-2000 itojun <itojun@NetBSD.org>

do not declare errno on our own. from: Patrick Welche <prlw1@newn.cam.ac.uk>
sync with the latest kame tree.


# e9dcae10 13-Dec-1999 itojun <itojun@NetBSD.org>

use getaddrinfo() for getting address parameter.
clarify command line parser. add -I option.

(sync with recent KAME)


# 26c3d764 06-Jul-1999 itojun <itojun@NetBSD.org>

add NetBSD RCS ID.


# bfa86f1c 02-Jul-1999 itojun <itojun@NetBSD.org>

route6d: RIPng daemon (similar to route6d)
rip6query: RIPng query (similar to ripquery)

NOTE: we usually do not run route6d on end nodes at startup (rtsol should do
the trick). So I figured that ro

route6d: RIPng daemon (similar to route6d)
rip6query: RIPng query (similar to ripquery)

NOTE: we usually do not run route6d on end nodes at startup (rtsol should do
the trick). So I figured that route6d can be in /usr/sbin, not in /sbin
(routed is in /sbin). Correct me if I'm wrong.

show more ...