aboutsummaryrefslogtreecommitdiff
path: root/sbin/ping
Commit message (Expand)AuthorAgeFilesLines
...
* ping: Remove pr_retip()Jose Luis Duran2023-03-192-28/+53
* ping: Print the IP options of the original packetJose Luis Duran2023-03-193-11/+11
* ping: Avoid magic numbersJose Luis Duran2023-03-171-3/+3
* ping: Remove ifndef icmp_data guardsJose Luis Duran2023-03-141-4/+0
* ping: Fix the display of Flags/Fragment OffsetJose Luis Duran2023-03-142-4/+3
* ping6: Use errx to avoid appending a specious error messageJose Luis Duran2023-03-142-2/+1
* ping: Fix unsigned integer underflow resuling in a ping -R segfaultCy Schubert2023-02-241-2/+2
* ping: Add ATF-Python testsJose Luis Duran2023-02-202-0/+941
* Revert "ping: Add ATF-Python tests"Alexander V. Chernikov2023-02-202-941/+0
* ping: Add ATF-Python testsAlexander V. Chernikov2023-02-202-0/+941
* ping(8): man page cleanupJose Luis Duran2023-01-021-72/+72
* Add test cases for ping with IP options in the responseAlan Somers2022-12-263-0/+140
* ping: Fix handling of IP packet sizesTom Jones2022-11-291-9/+60
* ping_test: Fix tests ping_46 and ping6_46Jose Luis Duran2022-11-031-4/+12
* ping_test: Code cleanupJose Luis Duran2022-11-031-83/+104
* ping: Remove a vestigial notdefJose Luis Duran2022-11-031-16/+0
* ping: main.c: Consistent use of white space/tabsJose Luis Duran2022-11-031-19/+19
* ping(8): Correct a typo in source code commentGordon Bergling2022-09-041-1/+1
* ping: add missing test files to MakefileMike Karels2022-05-211-0/+2
* ping: if -S srcaddr uses a numeric address, use that protocolMike Karels2022-05-204-0/+50
* ping: split the visual part of -f into a new option -.Piotr Pawel Stefaniak2022-04-184-18/+59
* update external URLWolfram Schneider2022-02-051-1/+1
* sbin: build ping if at least one of INET & INET6 is enabledEd Maste2021-11-281-0/+2
* ping: fix parsing of options including '4' and '6'Alan Somers2021-10-215-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-8/+14
* 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