aboutsummaryrefslogtreecommitdiff
path: root/sbin/ping6/ping6.c
Commit message (Expand)AuthorAgeFilesLines
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Fix a regression introduced on revision r271909, when using argument -gMarcelo Araujo2016-07-051-5/+2
* For pointers use NULL instead of 0.Marcelo Araujo2016-05-161-1/+1
* Use nitems() from sys/param.h.Marcelo Araujo2016-04-191-1/+1
* Use NULL instead of 0 for pointers.Marcelo Araujo2016-04-191-1/+1
* Use arc4random_buf(). While there, unifdef the code for HAVE_ARC4RANDOM.Xin LI2015-08-161-14/+1
* Add ability to not specify a zone identifier twice, when both source andAndrey V. Elsukov2014-12-161-4/+13
* WARNS=3 and style fixes. No functionality change.Hiroki Sato2014-10-201-102/+101
* Add -x waittime and -X timeout options for feature parity. These areHiroki Sato2014-10-171-8/+47
* Fix a problem that reply packets are not received when -i T option is setHiroki Sato2014-09-201-231/+165
* Revert changes in r269180. It could cause -c N option to enter anHiroki Sato2014-09-201-8/+2
* When interval is set to very small value with limited amount of packets,Xin LI2014-07-281-2/+8
* Use FF02:0:0:0:0:2:FF00::/104 prefix for IPv6 Node Information GroupHiroki Sato2013-05-041-6/+23
* Check the return error of set[ug]id. While this can never fail in theEitan Adler2012-10-221-2/+4
* Fix warning when compiling with gcc46:Eitan Adler2012-01-101-2/+1
* Spelling fixes for sbin/Ulrich Spörlein2012-01-071-1/+1
* Add __unused. Ansi prototypes.Philippe Charnier2010-12-191-66/+34
* Remove the advertising clause from UCB copyrighted files in sbin. ThisJoel Dahl2010-12-121-4/+0
* Call free and freeaddrinfo before exiting.Rebecca Cran2010-06-161-14/+35
* o Add do-not-fragment option support to ping6(8).Maxim Konovalov2010-04-201-3/+11
* Implement -R support, similar to ping(8)'s -A.Matteo Riondato2008-08-271-6/+16
* Add -e to usage()Matteo Riondato2008-08-271-1/+1
* Implement audible support similar to ping(8) -a option. Since -a was already ...Matteo Riondato2008-08-261-1/+8
* Change the exit status for 0 and 2 to be the same as with ping(1)Bjoern A. Zeeb2008-05-271-2/+5
* Decrease ping6's minimum allowed intervalMike Silbersack2008-02-251-3/+3
* Add -o option to match ping(8)Dima Dorfman2007-11-201-3/+8
* Commit IPv6 support for FAST_IPSEC to the tree.George V. Neville-Neil2007-07-011-2/+2
* Correct two issues in ping6:Mike Makonnen2007-04-191-19/+68
* Sync program's usage() with manpage's SYNOPSIS.Ruslan Ermilov2005-02-101-12/+17
* Fix build on all (hopefully) 64 bit architectures.Tom Rhodes2005-01-091-1/+1
* Use static const char and bump WARNS.Tom Rhodes2005-01-081-1/+1
* re-enabled Rev 1.15 (lost during KAME merge at Rev 1.25, due to a KAME bug...)SUZUKI Shinsuke2004-07-261-1/+1
* Switch Advanced Sockets API for IPv6 from RFC2292 to RFC3542Hajimu UMEMOTO2003-10-241-181/+200
* 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
* 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