aboutsummaryrefslogtreecommitdiff
path: root/sbin/ping6/ping6.c
Commit message (Expand)AuthorAgeFilesLines
* Merge ping6 to pingAlan Somers2020-11-261-2902/+0
* ping6: update usage text after r365547Alan Somers2020-11-241-1/+2
* Make use of IP_VLAN_PCP setsockopt in ping and ping6.Richard Scheffenegger2020-10-241-1/+15
* Add -z "TOS" option to ping6, to test DSCP/ECN valuesRichard Scheffenegger2020-09-101-1/+16
* Make ping6(1) return code consistent with the man page.Alexander V. Chernikov2020-02-151-2/+10
* ping, ping6: Use setitimer(2) instead of obsolete alarm(3)Alan Somers2019-11-261-1/+9
* ping6: Use caph_rights_limit(3) for STDIN_FILENOMark Johnston2019-09-231-6/+6
* ping6: Rename options for better consistency with pingAlan Somers2019-08-231-27/+27
* ping6: revert r350857Alan Somers2019-08-191-6/+6
* ping6: Fix dnsdecode() bug introduced by r350859Alan Somers2019-08-171-10/+28
* ping6: Fix alignment errorsAlan Somers2019-08-151-39/+71
* ping6: fix uninitialized variable warnings when MK_CASPER=noAlan Somers2019-08-151-3/+6
* ping6: Fix data type of the buffer for ancillary data of a received messageAlan Somers2019-08-151-1/+1
* ping6: fix uninitialized variable warning for intvlAlan Somers2019-08-151-3/+3
* ping6: quiet an undefined variable warningAlan Somers2019-08-151-1/+1
* ping6: quiet warning about unused copyright variableAlan Somers2019-08-151-2/+2
* ping6: use the monotonic clock to measure durationsAlan Somers2019-08-131-54/+37
* Consistently use the byteorder functions in the correct directionAlan Somers2019-08-131-5/+5
* ping6: Fix data type of a variable for a packet sequence numberAlan Somers2019-08-131-1/+1
|\
| * ping6: Fix data type of a variable for a packet sequence numberAlan Somers2019-08-121-1/+1
* | ping6: Remove unnecessary level of indirection from dnsdecode() parameterAlan Somers2019-08-111-8/+8
* | ping6: Add missing static keyword for a global variableAlan Somers2019-08-111-1/+1
* | ping6: Revoke root privilege earlierAlan Somers2019-08-111-6/+6
* | Capsicumize ping6Alan Somers2019-08-031-47/+137
|/
* Remove the USE_RFC2292BIS option and reap dead codeAlan Somers2019-07-221-49/+0
* 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