aboutsummaryrefslogtreecommitdiff
path: root/sbin/ping
Commit message (Expand)AuthorAgeFilesLines
* ping: Fix protocol selection with NOINET6 kernel.Dag-Erling Smørgrav2024-03-171-1/+1
* ping: Simplify protocol selection.Dag-Erling Smørgrav2023-12-133-77/+124
* ping: Avoid reporting NaNsJose Luis Duran2023-11-132-4/+4
* ping6(8): Add ping6(8) as MLINK to ping(8)Antranig Vartanian2023-11-101-0/+1
* ping: The -C option is also supported for IPv6.Dag-Erling Smørgrav2023-09-292-2/+3
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-231-1/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-235-5/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-235-10/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-234-8/+0
* ping: use the in6_addr buffer when parsing src address as AF_INET6R. Christian McDonald2023-08-161-1/+1
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-257-7/+7
* ping: Avoid magic numbersJose Luis Duran2023-03-241-3/+3
* ping: Fix unsigned integer underflow resuling in a ping -R segfaultCy Schubert2023-02-271-2/+2
* ping(8): man page cleanupJose Luis Duran2023-01-271-72/+72
* Add test cases for ping with IP options in the responseAlan Somers2023-01-273-0/+140
* ping: split the visual part of -f into a new option -.Piotr Pawel Stefaniak2022-12-244-18/+59
* ping: Fix handling of IP packet sizesTom Jones2022-11-291-9/+60
* 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