aboutsummaryrefslogtreecommitdiff
path: root/sbin/ping
Commit message (Expand)AuthorAgeFilesLines
* ping tests: Run tests unprivileged inside a vnetJose Luis Duran2024-11-141-0/+2
* ping tests: Silence deprecation warningsJose Luis Duran2024-11-141-4/+4
* ping: tests: Align with Scapy defaultsJose Luis Duran2024-11-141-5/+5
* ping: tests: Cleanup IPOption()sJose Luis Duran2024-11-141-4/+4
* ping(8): Fix typo in ping6.cHao-Yu Hou2024-10-251-3/+3
* ping tests: fix for scapy-2.6.0Kristof Provost2024-10-211-1/+1
* 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
* ping6(8): Add ping6(8) as MLINK to ping(8)Antranig Vartanian2023-11-101-0/+1
* ping: Require root user for pytestsJose Luis Duran2023-11-061-0/+2
* ping: pr_iph() improvementsJose Luis Duran2023-11-062-14/+23
* ping: Fix the spacing between the time stamp and cp/dpJose Luis Duran2023-11-062-2/+37
* ping: Unify ping/ping6 statistics sectionJose Luis Duran2023-11-067-291/+193
* ping: Specify the sigaction(2) nameJose Luis Duran2023-11-061-1/+1
* ping: Remove an extra new line characterJose Luis Duran2023-11-062-3/+1
* ping tests: Test IHL/quoted data/inner packet pathsJose Luis Duran2023-11-061-0/+112
* ping: Avoid reporting NaNsJose Luis Duran2023-11-062-4/+4
* ping tests: Fix test on i386 platformsJose Luis Duran2023-11-031-1/+1
* ping: The -C option is also supported for IPv6.Dag-Erling Smørgrav2023-09-222-2/+3
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-165-5/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-165-10/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-164-8/+0
* ping: use the in6_addr buffer when parsing src address as AF_INET6R. Christian McDonald2023-08-081-1/+1
* ping: low-effort fix to make it compilable without inet6Mateusz Guzik2023-07-051-0/+2
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-127-7/+7
* Update/fix Makefile.depend for userlandSimon J. Gerraty2023-04-191-1/+1
* ping: fix failing test_pinger[_3_1_verbose_false] test.Alexander V. Chernikov2023-04-021-1/+1
* ping tests: Add a regression testJose Luis Duran2023-03-271-3/+58
* ping: Fix an uninitialized variableJose Luis Duran2023-03-241-0/+3
* ping: Avoid reporting negative time statisticsJose Luis Duran2023-03-192-2/+36
* ping tests: Add tests for IP header optionsJose Luis Duran2023-03-191-1/+242
* 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