aboutsummaryrefslogtreecommitdiff
path: root/sbin/ping6
Commit message (Expand)AuthorAgeFilesLines
* Make ping6(1) return code consistent with the man page.Alexander V. Chernikov2020-02-151-2/+10
* Update Makefile.depend filesSimon J. Gerraty2019-12-111-1/+2
* Add Makefile.depend.optionsSimon J. Gerraty2019-12-111-0/+8
* ping, ping6: Use setitimer(2) instead of obsolete alarm(3)Alan Somers2019-11-261-1/+9
* Fix option names in the Examples section of the manual pageAlan Somers2019-10-201-3/+3
* ping6: Use caph_rights_limit(3) for STDIN_FILENOMark Johnston2019-09-231-6/+6
* ping6: Rename options for better consistency with pingAlan Somers2019-08-235-63/+63
* ping6: add a basic functional testAlan Somers2019-08-224-0/+70
* ping6: revert r350857Alan Somers2019-08-191-6/+6
* ping6: Raise WARNS level to 6Alan Somers2019-08-171-1/+0
* 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-032-47/+147
|/
* Remove the USE_RFC2292BIS option and reap dead codeAlan Somers2019-07-222-50/+1
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* 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
* Create packages for atm, ccdconfig, devd, ipf, ipfw,Glen Barber2016-02-091-0/+1
* Use arc4random_buf(). While there, unifdef the code for HAVE_ARC4RANDOM.Xin LI2015-08-162-16/+2
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+22
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-272-6/+14
| |\ | |/ |/|
| * Merge from head@274682Simon J. Gerraty2014-11-193-341/+322
| |\
| * \ Merge head from 7/28Simon J. Gerraty2014-08-191-2/+8
| |\ \
| * | | Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * | | Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * | | Merge from headSimon J. Gerraty2013-09-052-9/+35
| |\ \ \
| * | | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | | Sync from headSimon J. Gerraty2012-11-041-2/+4
| |\ \ \ \
| * | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+23
* | | | | | Add ability to not specify a zone identifier twice, when both source andAndrey V. Elsukov2014-12-161-4/+13
* | | | | | Convert sbin/ to LIBADDBaptiste Daroussin2014-11-251-2/+1
| |_|_|_|/ |/| | | |
* | | | | WARNS=3 and style fixes. No functionality change.Hiroki Sato2014-10-202-103/+102