summaryrefslogtreecommitdiff
path: root/sbin/ping/main.c
AgeCommit message (Expand)Author
2024-03-12ping: Fix protocol selection with NOINET6 kernel.Dag-Erling Smørgrav
2023-11-26sbin: Automated cleanup of cdefs and other formattingWarner Losh
2023-10-11ping: Consistently use EX_NOHOST for DNS failures.Dag-Erling Smørgrav
2023-10-11ping: Unify ping/ping6 statistics sectionJose Luis Duran
2023-10-11ping: Simplify protocol selection.Dag-Erling Smørgrav
2023-09-19ping: The -C option is also supported for IPv6.Dag-Erling Smørgrav
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-08ping: use the in6_addr buffer when parsing src address as AF_INET6R. Christian McDonald
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-11-03ping: main.c: Consistent use of white space/tabsJose Luis Duran
2022-05-20ping: if -S srcaddr uses a numeric address, use that protocolMike Karels
2021-11-28sbin: build ping if at least one of INET & INET6 is enabledEd Maste
2021-10-20ping: fix parsing of options including '4' and '6'Alan Somers
2021-01-01ping: fix ping when the kernel was built without INET6Alan Somers
2020-11-28ping: allow building without INET supportAlan Somers
2020-11-26ping: add a ping6 hard link for backwards compatibilityAlan Somers
2020-11-26Merge ping6 to pingAlan Somers