aboutsummaryrefslogtreecommitdiff
path: root/sbin/ping/ping.c
Commit message (Expand)AuthorAgeFilesLines
* Remove copyright strings ifdef'd outWarner Losh2023-11-271-9/+0
* sbin: Remove ancient SCCS tags.Warner Losh2023-11-271-3/+0
* ping: pr_iph() improvementsJose Luis Duran2023-10-111-8/+17
* ping: Fix the spacing between the time stamp and cp/dpJose Luis Duran2023-10-111-2/+2
* ping: Unify ping/ping6 statistics sectionJose Luis Duran2023-10-111-138/+31
* ping: Specify the sigaction(2) nameJose Luis Duran2023-10-111-1/+1
* ping: Remove an extra new line characterJose Luis Duran2023-10-111-1/+1
* ping: Avoid reporting NaNsJose Luis Duran2023-10-111-2/+2
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* ping: Fix an uninitialized variableJose Luis Duran2023-03-241-0/+3
* ping: Avoid reporting negative time statisticsJose Luis Duran2023-03-191-1/+7
* ping: Remove pr_retip()Jose Luis Duran2023-03-191-28/+5
* ping: Print the IP options of the original packetJose Luis Duran2023-03-191-9/+10
* 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-141-3/+3
* ping: Fix unsigned integer underflow resuling in a ping -R segfaultCy Schubert2023-02-241-2/+2
* ping: Fix handling of IP packet sizesTom Jones2022-11-291-9/+60
* ping: Remove a vestigial notdefJose Luis Duran2022-11-031-16/+0
* ping: split the visual part of -f into a new option -.Piotr Pawel Stefaniak2022-04-181-6/+17
* ping: fix parsing of options including '4' and '6'Alan Somers2021-10-211-9/+1
* Merge ping6 to pingAlan Somers2020-11-261-24/+7
* ping(8): Improve parameter validationMark Johnston2020-11-241-52/+58
* Make use of IP_VLAN_PCP setsockopt in ping and ping6.Richard Scheffenegger2020-10-241-5/+17
* ping(8): Check for integer truncation when handling the value for -s.Mark Johnston2020-07-111-1/+1
* 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: fix unaligned access to ancillary dataAlan Somers2019-08-241-3/+2
* ping: Fix alignment errorsAlan Somers2019-08-231-98/+104
* ping: By default, don't reverse lookup IP addressesAlan Somers2019-08-221-0/+2
* ping: add -H option for enabling reverse DNS lookupAlan Somers2019-08-211-3/+6
* ping: do reverse DNS lookup of the target addressAlan Somers2019-08-211-2/+1
* 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-171-48/+2
* 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
* 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
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* We return a pointer when we are using cap_init() or cap_service_open()Mariusz Zaborski2017-11-121-1/+1
* Simplify ping sandbox.Mariusz Zaborski2017-10-281-20/+0