aboutsummaryrefslogtreecommitdiff
path: root/sbin/ping
Commit message (Expand)AuthorAgeFilesLines
* ipsec: Fix typos in references to IPsec's ESPMateusz Piotrowski2025-12-041-2/+2
* Ping: Make build reproducibleColin Percival2025-10-141-1/+2
* ping: Remove unnecessary compiler flagDag-Erling Smørgrav2025-07-301-2/+0
* ping.8: typo fix, indentifying -> identifyingMaxim Konovalov2024-12-291-1/+1
* ping: remove a stray tabMaxim Konovalov2024-12-281-1/+1
* ping: adjust error messages and comments for -gGh flagsMaxim Konovalov2024-12-281-9/+9
* ping: correct minimal payload size for the sweep pingMaxim Konovalov2024-12-281-1/+1
* ping tests: Run tests unprivileged inside a vnetJose Luis Duran2024-11-051-0/+2
* ping tests: Silence deprecation warningsJose Luis Duran2024-11-051-4/+4
* ping: tests: Align with Scapy defaultsJose Luis Duran2024-11-051-5/+5
* ping: tests: Cleanup IPOption()sJose Luis Duran2024-11-051-4/+4
* Revert "Reapply "sbin/ping: allow normal users to specify larger packets""Mark Johnston2024-10-202-6/+8
* Reapply "sbin/ping: allow normal users to specify larger packets"Pedro F. Giffuni2024-10-162-8/+6
* ping tests: fix for scapy-2.6.0Kristof Provost2024-10-161-1/+1
* Revert "sbin/ping: allow normal users to specify larger packets"Pedro F. Giffuni2024-10-162-6/+8
* sbin/ping: allow normal users to specify larger packetsPedro F. Giffuni2024-10-162-8/+6
* Update Makefile.depend filesSimon J. Gerraty2024-10-141-0/+15
* Remove residual blank line at start of MakefileWarner Losh2024-07-152-2/+0
* ping: Fix protocol selection with NOINET6 kernel.Dag-Erling Smørgrav2024-03-121-1/+1
* ping(8): Fix typo in ping6.cHao-Yu Hou2024-02-131-3/+3
* sbin: Automated cleanup of cdefs and other formattingWarner Losh2023-11-272-2/+0
* Remove copyright strings ifdef'd outWarner Losh2023-11-273-28/+0
* sbin: Remove ancient SCCS tags.Warner Losh2023-11-275-12/+0
* ping6(8): Add ping6(8) as MLINK to ping(8)Antranig Vartanian2023-11-071-0/+1
* ping tests: Fix test on i386 platformsJose Luis Duran2023-10-191-1/+1
* ping: Add missing ATF boilerplate.Dag-Erling Smørgrav2023-10-111-0/+5
* ping: Consistently use EX_NOHOST for DNS failures.Dag-Erling Smørgrav2023-10-113-5/+46
* ping: Require root user for pytestsJose Luis Duran2023-10-111-0/+2
* ping: pr_iph() improvementsJose Luis Duran2023-10-112-14/+23
* ping: Fix the spacing between the time stamp and cp/dpJose Luis Duran2023-10-112-2/+37
* ping: Unify ping/ping6 statistics sectionJose Luis Duran2023-10-117-291/+193
* ping: Specify the sigaction(2) nameJose Luis Duran2023-10-111-1/+1
* ping: Remove an extra new line characterJose Luis Duran2023-10-112-3/+1
* ping tests: Test IHL/quoted data/inner packet pathsJose Luis Duran2023-10-111-0/+112
* ping: Avoid reporting NaNsJose Luis Duran2023-10-112-4/+4
* ping: Simplify protocol selection.Dag-Erling Smørgrav2023-10-102-75/+76
* ping: The -C option is also supported for IPv6.Dag-Erling Smørgrav2023-09-192-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