summaryrefslogtreecommitdiff
path: root/sbin/ping/ping.c
AgeCommit message (Expand)Author
2024-12-28ping: remove a stray tabMaxim Konovalov
2024-12-28ping: adjust error messages and comments for -gGh flagsMaxim Konovalov
2024-12-28ping: correct minimal payload size for the sweep pingMaxim Konovalov
2024-10-20Revert "Reapply "sbin/ping: allow normal users to specify larger packets""Mark Johnston
2024-10-16Reapply "sbin/ping: allow normal users to specify larger packets"Pedro F. Giffuni
2024-10-16Revert "sbin/ping: allow normal users to specify larger packets"Pedro F. Giffuni
2024-10-15sbin/ping: allow normal users to specify larger packetsPedro F. Giffuni
2023-11-26Remove copyright strings ifdef'd outWarner Losh
2023-11-26sbin: Remove ancient SCCS tags.Warner Losh
2023-10-11ping: pr_iph() improvementsJose Luis Duran
2023-10-11ping: Fix the spacing between the time stamp and cp/dpJose Luis Duran
2023-10-11ping: Unify ping/ping6 statistics sectionJose Luis Duran
2023-10-11ping: Specify the sigaction(2) nameJose Luis Duran
2023-10-11ping: Remove an extra new line characterJose Luis Duran
2023-10-11ping: Avoid reporting NaNsJose Luis Duran
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-03-23ping: Fix an uninitialized variableJose Luis Duran
2023-03-19ping: Avoid reporting negative time statisticsJose Luis Duran
2023-03-19ping: Remove pr_retip()Jose Luis Duran
2023-03-19ping: Print the IP options of the original packetJose Luis Duran
2023-03-17ping: Avoid magic numbersJose Luis Duran
2023-03-14ping: Remove ifndef icmp_data guardsJose Luis Duran
2023-03-14ping: Fix the display of Flags/Fragment OffsetJose Luis Duran
2023-02-24ping: Fix unsigned integer underflow resuling in a ping -R segfaultCy Schubert
2022-11-29ping: Fix handling of IP packet sizesTom Jones
2022-11-03ping: Remove a vestigial notdefJose Luis Duran
2022-04-18ping: split the visual part of -f into a new option -.Piotr Pawel Stefaniak
2021-10-20ping: fix parsing of options including '4' and '6'Alan Somers
2020-11-26Merge ping6 to pingAlan Somers
2020-11-24ping(8): Improve parameter validationMark Johnston
2020-10-24Make use of IP_VLAN_PCP setsockopt in ping and ping6.Richard Scheffenegger
2020-07-11ping(8): Check for integer truncation when handling the value for -s.Mark Johnston
2019-11-26ping, ping6: Use setitimer(2) instead of obsolete alarm(3)Alan Somers
2019-09-11ping: Verify whether a datagram timestamp was actually received.Alan Somers
2019-09-11ping: fix a string in an error messageAlan Somers
2019-08-24ping: fix unaligned access to ancillary dataAlan Somers
2019-08-23ping: Fix alignment errorsAlan Somers
2019-08-22ping: By default, don't reverse lookup IP addressesAlan Somers
2019-08-21ping: add -H option for enabling reverse DNS lookupAlan Somers
2019-08-21ping: do reverse DNS lookup of the target addressAlan Somers
2019-08-19Fix uninitialized variable warnings when MK_CASPER=noAlan Somers
2019-08-19ping: fix -Wformat-truncating warning with GCCAlan Somers
2019-08-17ping: Move in_cksum() to a separate source fileAlan Somers
2019-08-14ping: Make in_cksum() operate on u_char bufferAlan Somers
2019-08-14ping: fix triptime calculation after r350998Alan Somers
2019-08-13ping: use the monotonic clock to measure durationsAlan Somers
2019-08-13ping: fix data type of a variable for a packet sequence numberAlan Somers
2018-12-18Use caph_enter_casper() in ping(8).Mark Johnston
2018-12-12Use Capsicum helpers in ping(8).Mark Johnston
2018-12-10ping(8): add space after "<=" as per style(9).Eugene Grosbein