aboutsummaryrefslogtreecommitdiff
path: root/sbin/ping
Commit message (Expand)AuthorAgeFilesLines
* ping_test: Fix tests ping_46 and ping6_46Jose Luis Duran2022-11-101-4/+12
* ping_test: Code cleanupJose Luis Duran2022-11-101-86/+107
* ping: main.c: Consistent use of white space/tabsJose Luis Duran2022-11-101-19/+19
* ping: Remove a vestigial notdefJose Luis Duran2022-11-101-16/+0
* ping(8): Correct a typo in source code commentGordon Bergling2022-09-071-1/+1
* ping: add missing test files to MakefileMike Karels2022-05-271-0/+2
* ping: if -S srcaddr uses a numeric address, use that protocolMike Karels2022-05-274-0/+50
* sbin: build ping if at least one of INET & INET6 is enabledEd Maste2021-12-131-0/+2
* ping: fix parsing of options including '4' and '6'Alan Somers2021-12-135-38/+84
* ICMP checksum test: Fix for big endianCharlie Root2021-01-121-64/+20
* ping: fix ping when the kernel was built without INET6Alan Somers2021-01-011-9/+15
* ping(8): Fix a mandoc related issueGordon Bergling2020-12-191-1/+1
* ping(8): Fix a few mandoc related issuesGordon Bergling2020-12-041-11/+9
* ping: allow building without INET supportAlan Somers2020-11-282-21/+43
* ping: add a ping6 hard link for backwards compatibilityAlan Somers2020-11-264-2/+23
* Merge ping6 to pingAlan Somers2020-11-2611-125/+3545
* ping(8): Improve parameter validationMark Johnston2020-11-241-52/+58
* Make use of IP_VLAN_PCP setsockopt in ping and ping6.Richard Scheffenegger2020-10-242-6/+23
* Do a sweep and remove most WARNS=6 settingsKyle Evans2020-10-011-2/+0
* ping(8): Check for integer truncation when handling the value for -s.Mark Johnston2020-07-111-1/+1
* Update Makefile.depend filesSimon J. Gerraty2019-12-111-3/+1
* 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
* ping: Verify whether a datagram timestamp was actually received.Alan Somers2019-09-111-1/+2
* ping: fix a string in an error messageAlan Somers2019-09-111-1/+1
* ping: raise WARNS level to 6Alan Somers2019-08-271-1/+0
* ping: fix unaligned access to ancillary dataAlan Somers2019-08-241-3/+2
* ping: Fix alignment errorsAlan Somers2019-08-231-98/+104
* ping: fix include guard symbol name to reflect the header file nameAlan Somers2019-08-231-2/+2
* ping: By default, don't reverse lookup IP addressesAlan Somers2019-08-223-7/+10
* ping: add a basic functional testAlan Somers2019-08-223-0/+66
* ping: add -H option for enabling reverse DNS lookupAlan Somers2019-08-212-6/+17
* ping: do reverse DNS lookup of the target addressAlan Somers2019-08-211-2/+1
* ping: Add tests of the Internet checksum functionAlan Somers2019-08-203-0/+157
* Fix uninitialized variable warnings when MK_CASPER=noAlan Somers2019-08-191-3/+6
* ping: fix -Wformat-truncating warning with GCCAlan Somers2019-08-191-1/+1
* ping: Move in_cksum() to a separate source fileAlan Somers2019-08-174-48/+139
* ping: Make in_cksum() operate on u_char bufferAlan Somers2019-08-141-8/+12
* ping: fix triptime calculation after r350998Alan Somers2019-08-141-3/+9
* ping: use the monotonic clock to measure durationsAlan Somers2019-08-131-55/+36
* ping: fix data type of a variable for a packet sequence numberAlan Somers2019-08-131-1/+2
* Remove all the RELEASE_CRUNCH instances that partially disable IPSECWarner Losh2019-07-151-2/+0
* Use caph_enter_casper() in ping(8).Mark Johnston2018-12-181-1/+1
* Use Capsicum helpers in ping(8).Mark Johnston2018-12-121-14/+7
* ping(8): add space after "<=" as per style(9).Eugene Grosbein2018-12-101-1/+1
* ping(8): remove needless comparision with LONG_MAXEugene Grosbein2018-12-091-1/+1
* libcasper: ange the name of limits in cap_dns so the intentions are obvious.Mariusz Zaborski2018-11-121-3/+3
* ping(8): improve diagnostics in case of wrong arguments.Eugene Grosbein2018-11-081-40/+41
* ping: simplify use of CasperMariusz Zaborski2018-11-041-13/+3
* Allow dhclient and ping to build WITHOUT_DYNAMICROOTEd Maste2018-09-091-1/+3