aboutsummaryrefslogtreecommitdiff
path: root/sbin/ping6/ping6.c
Commit message (Expand)AuthorAgeFilesLines
* o remove __PWarner Losh2002-03-211-31/+30
* Remove 'register' keyword.David E. O'Brien2002-03-201-3/+3
* Show standard deviation.Hajimu UMEMOTO2002-03-011-4/+4
* First ping after a preload (-l) was sent undelayed.Ruslan Ermilov2002-01-151-1/+2
* spellingPhilippe Charnier2001-12-111-20/+14
* Handle snprintf() returning < 0 (not just -1)Brian Somers2001-08-201-1/+1
* Handle snprintf() returning -1.Brian Somers2001-08-201-1/+1
* sync usage/description with reality.Hajimu UMEMOTO2001-06-291-1/+5
* stop sending echo packets whenever the upper limit is specified by the -cHajimu UMEMOTO2001-06-291-7/+10
* Sync with recent KAME.Hajimu UMEMOTO2001-06-111-434/+1167
* test strdup() failures.Hajimu UMEMOTO2000-12-041-5/+7
* Don't overflow our fd_set. This is not a full sync with KAME because thereKris Kennaway2000-10-081-9/+11
* Don't call errx() without a format string, to protect against possibleKris Kennaway2000-08-051-4/+4
* Sync with latest KAME code.Kris Kennaway2000-07-051-215/+622
* Update icmp node info query message bit order of query types,Yoshinobu Inoue2000-03-091-1/+5
* Security fixes. (Just same as sbin/ping and usr.sbin/traceroute)Yoshinobu Inoue2000-02-241-3/+8
* Small bug fix and improvementsYoshinobu Inoue1999-12-281-2/+8
* Getaddrinfo(), getnameinfo(), and etc support in libc/net.Yoshinobu Inoue1999-12-281-0/+1549