Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-08-10 | text improvements; | Jason McIntyre | |
2006-08-10 | kill some .Tn; | Jason McIntyre | |
2006-08-10 | kill a truckload of useless macros; | Jason McIntyre | |
2006-08-10 | comment out -R: | Jason McIntyre | |
ping6: -R is not supported in this configuration | |||
2006-08-10 | oops, put -m in the right place; | Jason McIntyre | |
2006-08-10 | document -m; | Jason McIntyre | |
2006-08-10 | sort options; | Jason McIntyre | |
2006-07-18 | clean up -a and -f descriptions; | Jason McIntyre | |
2006-07-18 | better explanation of return values; | Jason McIntyre | |
originally from david christiansen, but (re)worded by otto; ok otto | |||
2003-10-25 | adddress -> address; from Jared Yanovich; | Jason McIntyre | |
2003-08-08 | refer to RFCs consistently (RFC XXXX); | Jason McIntyre | |
2003-06-03 | - section reorder | Jason McIntyre | |
- some mdoc fixes | |||
2002-11-14 | use $ or # before commands in examples | Theo de Raadt | |
2002-05-26 | KNF. remove unneeded variable. from deraadt | Jun-ichiro itojun Hagino | |
2002-05-26 | re-integrate a grammar fix | Theo de Raadt | |
2002-05-26 | sync with latest KAME tree. -S option uses bind(2), -g option, KNF | Jun-ichiro itojun Hagino | |
2001-07-25 | We have to undo the changes to the 3rd party code, because it makes | Mike Pechkin | |
upgrading those components hell. Tip of the day: Don't commit without confirmation. | |||
2001-07-20 | we don't like: | Mike Pechkin | |
o) .Pp before/after .Sh; o) .Pp before/after .Rs/.Re; o) .Nm without argument in SYNOPSIS; | |||
2001-07-05 | clarify -a. sync with kame | Jun-ichiro itojun Hagino | |
2001-06-23 | ok, tmac is now fixed | Theo de Raadt | |
2001-06-23 | join .%A entries; most by bk@rt.fm | Theo de Raadt | |
2001-06-22 | sync usage/manpage with reality. | Jun-ichiro itojun Hagino | |
From: Brian Poole <raj@cerias.purdue.edu> | |||
2001-03-19 | examples. suggested by deraadt. sync with kame | Jun-ichiro itojun Hagino | |
2001-03-12 | -Q is not there. NetBSD PR 12384. sync with kame | Jun-ichiro itojun Hagino | |
2000-11-11 | improve spec conformance of node information query (07). | Jun-ichiro itojun Hagino | |
make sure to check scoped address right on PMTUD. sync with kame. | |||
2000-08-13 | recover less-than-1 interval support with -i. | Jun-ichiro itojun Hagino | |
completely in sync with kame (do not nuke #ifdef please). | |||
2000-06-12 | update icmp6 name lookup code to conform to 05 draft. previous code | Jun-ichiro itojun Hagino | |
was 03/05 chimera. ping6: -n by default due to too many false error report due to too long reverse query delay. | |||
2000-05-18 | correct RETURN VALUES section. sync with latest kame doc. | Jun-ichiro itojun Hagino | |
2000-04-15 | - For consistency, `super-user' -> `superuser' in all cases. | Aaron Campbell | |
- Some punctuation fixes. - Some `id' -> `ID'. | |||
2000-04-12 | Trailing whitespace begone! | Aaron Campbell | |
2000-03-23 | Support std-dev gathering and fine interval like our regular ping. | Hugh Graham | |
2000-03-18 | Remove hard sentence breaks, and some other cleanup along the way. | Aaron Campbell | |
2000-02-28 | add support for "ping6 -a c". | Jun-ichiro itojun Hagino | |
(new feature in draft-ietf-ipngwg-icmp-name-lookups-05.txt) | |||
2000-02-16 | sync with more recent kame. uses getnameinfo(3) as much as possible. | Jun-ichiro itojun Hagino | |
1999-12-15 | add some text into DESCRIPTION. add reference to RFC. (sync with KAME) | Jun-ichiro itojun Hagino | |
suggested by: deraadt | |||
1999-12-11 | we don't have support for IPsec controls, so comment them out. | Jun-ichiro itojun Hagino | |
1999-12-11 | add ping6(8), IPv6 ping. | Jun-ichiro itojun Hagino | |
XXX may be merged into ping(8)? XXX NRL getaddrinfo(3) does not allow SOCK_RAW as ai_socktype. quickhack is enabled by -DNRL_GETADDRINFO. |