summaryrefslogtreecommitdiff
path: root/usr.sbin/rip6query
AgeCommit message (Collapse)Author
2008-05-17documentation tweaks.Igor Sobrado
ok (some time ago) jmc@
2007-05-31convert to new .Dd format;Jason McIntyre
2004-07-09ansiTheo de Raadt
2003-06-26strict proto cleanupsTheo de Raadt
2003-06-12- section reorderJason McIntyre
- macro fixes - kill whitespace at EOL - new sentence, new line
2003-04-15avoid hardcoding 12; use NI_MAXSERV. deraadt okJun-ichiro itojun Hagino
2003-04-14%d is 12 chars big, not 10; ok deraadtPeter Valchev
2003-03-06date should be written formally: .Dd Month day, yearDavid Krause
ok henning@ jmc@
2002-09-08socklen_t audit. from deraadt.Jun-ichiro itojun Hagino
2002-06-02minor KNFTheo de Raadt
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
2001-11-17use volatile sig_atomic_t where possible; simply volatile i other placesTheo de Raadt
2001-11-16sync with latest kame. terminate only if ripng response is not receivedJun-ichiro itojun Hagino
for 5 seconds (or length specified by -w).
2001-10-26getopt(3) returns -1 when out of args, not EOF.Mike Pechkin
itojun@ ok
2001-07-25We have to undo the changes to the 3rd party code, because it makesMike Pechkin
upgrading those components hell. Tip of the day: Don't commit without confirmation.
2001-07-20we don't like:Mike Pechkin
o) .Pp before/after .Sh; o) .Pp before/after .Sh; o) .Nm without argument in SYNOPSIS;
2001-03-14typo; maurice@maurice.wan.nlTheo de Raadt
2001-03-09exit(-#) is wrongTheo de Raadt
2000-04-12Trailing whitespace begone!Aaron Campbell
2000-01-19add rip6query(8)Jun-ichiro itojun Hagino