aboutsummaryrefslogtreecommitdiff
path: root/sbin/ping6
Commit message (Expand)AuthorAgeFilesLines
* style.Makefile(5):Johan Karlsson2004-02-231-1/+1
* Switch Advanced Sockets API for IPv6 from RFC2292 to RFC3542Hajimu UMEMOTO2003-10-243-256/+263
* stop use of NI_WITHSCOPEID. it was deprecated.Hajimu UMEMOTO2003-10-211-6/+1
* Quote from a Problem Report:Maxim Konovalov2003-07-211-1/+1
* corrected buffer lengths for memset()SUZUKI Shinsuke2002-12-061-2/+2
* Back out previous commit. I was a bit overzealous: the fd_set size isJacques Vidrine2002-09-091-2/+0
* Check for FD_SET overrun.Jacques Vidrine2002-09-091-0/+2
* Don't explicit kill of the process' own pid.Hajimu UMEMOTO2002-07-071-5/+4
* The .Nm utilityPhilippe Charnier2002-07-061-5/+8
* 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-013-10/+11
* Document ping6(8) reaction to SIGINFO.Maxim Konovalov2002-02-071-2/+14
* First ping after a preload (-l) was sent undelayed.Ruslan Ermilov2002-01-151-1/+2
* spellingPhilippe Charnier2001-12-112-21/+15
* Default to WARNS=2.David E. O'Brien2001-12-041-0/+1
* Set BINOWN=root explicitly for setuid root binaries.Ruslan Ermilov2001-09-131-0/+1
* Handle snprintf() returning < 0 (not just -1)Brian Somers2001-08-201-1/+1
* Handle snprintf() returning -1.Brian Somers2001-08-201-1/+1
* Don't hard-code BINOWN and BINGRP (BINGRP was hard-coded to 'bin', whichKris Kennaway2001-08-111-2/+0
* mdoc(7) police:Ruslan Ermilov2001-08-071-14/+14
* mdoc(7) police: don't xref to itself.Ruslan Ermilov2001-07-041-3/+2
* - fixed typoHajimu UMEMOTO2001-06-291-4/+4
* sync usage/description with reality.Hajimu UMEMOTO2001-06-292-3/+7
* 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-112-450/+1216
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+1
* Set the default manual section for sbin/ to 8.Ruslan Ermilov2001-03-201-2/+0
* some reasoning why we separated ping(8) and ping6(8)Hajimu UMEMOTO2001-02-221-0/+29
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-181-2/+2
* test strdup() failures.Hajimu UMEMOTO2000-12-041-5/+7
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-2/+2
* 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
* Correct style bugs in previous commitKris Kennaway2000-07-061-2/+2
* Sync with KAMEKris Kennaway2000-07-051-54/+135
* Sync with latest KAME code.Kris Kennaway2000-07-052-234/+635
* Fix typoAlexey Zelkin2000-05-061-1/+1
* . clean `.Os' macro value since this tool is not KAME-only tools anymoreAlexey Zelkin2000-05-041-5/+8
* Update icmp node info query message bit order of query types,Yoshinobu Inoue2000-03-091-1/+5
* Remove more single-space hard sentence breaks.Sheldon Hearn2000-03-021-2/+4
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-011-4/+8
* 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-283-0/+1906