#
6ba2a084 |
| 29-Dec-2024 |
Maxim Konovalov <maxim@FreeBSD.org> |
ping.8: typo fix, indentifying -> identifying
|
Revision tags: release/14.2.0 |
|
#
eaab8826 |
| 20-Oct-2024 |
Mark Johnston <markj@FreeBSD.org> |
Revert "Reapply "sbin/ping: allow normal users to specify larger packets""
The value of MAXPAYLOAD in the re-applied commit is not right. Back this out until it's had a proper review.
This reverts
Revert "Reapply "sbin/ping: allow normal users to specify larger packets""
The value of MAXPAYLOAD in the re-applied commit is not right. Back this out until it's had a proper review.
This reverts commit b88df1e893c455731c7915f72a3b97b078ab04e2.
Requested by: maxim, glebius
show more ...
|
#
b88df1e8 |
| 16-Oct-2024 |
Pedro F. Giffuni <pfg@FreeBSD.org> |
Reapply "sbin/ping: allow normal users to specify larger packets"
The ping tests were originally broken by an unrelated isue that is now fixed ( 2926c2594249f64fecbbdcb0b0b9a3591931ab04 ).
THanks t
Reapply "sbin/ping: allow normal users to specify larger packets"
The ping tests were originally broken by an unrelated isue that is now fixed ( 2926c2594249f64fecbbdcb0b0b9a3591931ab04 ).
THanks to kp@ for fixing the test and Jose Luis Duran for pinting it out.
This reverts commit 7bc0cb91a2dfc7e23d96efd0fb7866ee2a23ba88.
show more ...
|
#
7bc0cb91 |
| 16-Oct-2024 |
Pedro F. Giffuni <pfg@FreeBSD.org> |
Revert "sbin/ping: allow normal users to specify larger packets" It is causing test failures.
This reverts commit 80a5b26871e90a0ad99d95bd129343471a7a36e3.
|
#
80a5b268 |
| 15-Oct-2024 |
Pedro F. Giffuni <pfg@FreeBSD.org> |
sbin/ping: allow normal users to specify larger packets
Only super-user could specify a packet size larger than the default 56 bytes. This restriction was added by Matt Dillon in 1998 during the BES
sbin/ping: allow normal users to specify larger packets
Only super-user could specify a packet size larger than the default 56 bytes. This restriction was added by Matt Dillon in 1998 during the BEST days [0]. This restriction doesn't exist in ping IPV6 or on NetBSD, OpenBSD and Linux.
UMS [1] uses this feature to estimate the client's bandwidth to optimize the streaming experience.
[0] DFGit 526f06b278d9252add168aa18b60242c08771165 [1] UMS: https://github.com/UniversalMediaServer/UniversalMediaServer
Obtained from: DragonFlyBSD Differential Revision: https://reviews.freebsd.org/D45774
show more ...
|
Revision tags: release/13.4.0, release/14.1.0, release/13.3.0 |
|
#
51e16cb8 |
| 23-Nov-2023 |
Warner Losh <imp@FreeBSD.org> |
sbin: Remove ancient SCCS tags.
Remove ancient SCCS tags from the tree, automated scripting, with two minor fixup to keep things compiling. All the common forms in the tree were removed with a perl
sbin: Remove ancient SCCS tags.
Remove ancient SCCS tags from the tree, automated scripting, with two minor fixup to keep things compiling. All the common forms in the tree were removed with a perl script.
Sponsored by: Netflix
show more ...
|
Revision tags: release/14.0.0 |
|
#
a2d13601 |
| 19-Sep-2023 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
ping: The -C option is also supported for IPv6.
MFC after: 3 days Sponsored by: Klara, Inc. Sponsored by: NetApp, Inc. Reviewed by: rscheff, allanjude Differential Revision: https://reviews.freebsd.
ping: The -C option is also supported for IPv6.
MFC after: 3 days Sponsored by: Klara, Inc. Sponsored by: NetApp, Inc. Reviewed by: rscheff, allanjude Differential Revision: https://reviews.freebsd.org/D41881
show more ...
|
#
b2c76c41 |
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line nroff pattern
Remove /^\.\\"\s*\$FreeBSD\$$\n/
|
Revision tags: release/13.2.0, release/12.4.0 |
|
#
8eb4df94 |
| 20-Nov-2022 |
Jose Luis Duran <jlduran@gmail.com> |
ping(8): man page cleanup
* Appease mandoc -T lint and igor
* Use example.com for documentation
* Update the IPv4 TTL section. Update the IPv4 TTL section specifically for FreeBSD. FreeBSD cha
ping(8): man page cleanup
* Appease mandoc -T lint and igor
* Use example.com for documentation
* Update the IPv4 TTL section. Update the IPv4 TTL section specifically for FreeBSD. FreeBSD changed the default TTL to 64 in 5639e86bdd7ea151958776264bf5a67e60a54d68. NetBSD and OpenBSD still use 255. Remove some references of extinct operating systems.
Reviewed by: gbe (manpages), asomers MFC after: 2 weeks Pull Request: https://github.com/freebsd/freebsd-src/pull/630
show more ...
|
Revision tags: release/13.1.0 |
|
#
d399eb3e |
| 11-Apr-2022 |
Piotr Pawel Stefaniak <pstef@FreeBSD.org> |
ping: split the visual part of -f into a new option -.
After this, we'll be able to ping a host and not spam the terminal, and no flooding will have to be involved. I've been doing this under Linux
ping: split the visual part of -f into a new option -.
After this, we'll be able to ping a host and not spam the terminal, and no flooding will have to be involved. I've been doing this under Linux as ping -fi1 host.
Reviewed by: rpokala, Pau Amma Differential Revision: https://reviews.freebsd.org/D34882
show more ...
|
#
83e66677 |
| 05-Feb-2022 |
Wolfram Schneider <wosch@FreeBSD.org> |
update external URL
|
Revision tags: release/12.3.0, release/13.0.0 |
|
#
ea0dd3ca |
| 19-Dec-2020 |
Gordon Bergling <gbe@FreeBSD.org> |
ping(8): Fix a mandoc related issue
- unusual Xr punctuation: none before traceroute6(8)
|
#
4ddfc27e |
| 04-Dec-2020 |
Gordon Bergling <gbe@FreeBSD.org> |
ping(8): Fix a few mandoc related issues
- new sentence, new line
|
#
d2624517 |
| 26-Nov-2020 |
Alan Somers <asomers@FreeBSD.org> |
ping: add a ping6 hard link for backwards compatibility
When invoked as "ping6", ping will now attempt to use ICMPv6 for hostnames that resolve both IPv4 and IPv6 addresses.
Reviewed by: bz, manu M
ping: add a ping6 hard link for backwards compatibility
When invoked as "ping6", ping will now attempt to use ICMPv6 for hostnames that resolve both IPv4 and IPv6 addresses.
Reviewed by: bz, manu MFC-With: r368045 Differential Revision: https://reviews.freebsd.org/D27384
show more ...
|
#
3cde9171 |
| 26-Nov-2020 |
Alan Somers <asomers@FreeBSD.org> |
Merge ping6 to ping
There is now a single ping binary, which chooses to use ICMP or ICMPv4 based on the -4 and -6 options, and the format of the address.
Submitted by: Ján Sučan <sucanjan@gmail.com
Merge ping6 to ping
There is now a single ping binary, which chooses to use ICMP or ICMPv4 based on the -4 and -6 options, and the format of the address.
Submitted by: Ján Sučan <sucanjan@gmail.com> Sponsored by: Google LLC (Google Summer of Code 2019) MFC after: Never Differential Revision: https://reviews.freebsd.org/D21377
show more ...
|
#
81a6f4c7 |
| 24-Oct-2020 |
Richard Scheffenegger <rscheff@FreeBSD.org> |
Make use of IP_VLAN_PCP setsockopt in ping and ping6.
In order to validate the proper marking and use of a different ethernet priority class, add the new session-specific PCP feature to the ping/pin
Make use of IP_VLAN_PCP setsockopt in ping and ping6.
In order to validate the proper marking and use of a different ethernet priority class, add the new session-specific PCP feature to the ping/ping6 utilities.
Reviewed by: mav, bcr Sponsored by: NetApp, Inc. Differential Revision: https://reviews.freebsd.org/D26627
show more ...
|
Revision tags: release/12.2.0, release/11.4.0, release/12.1.0 |
|
#
c5c3ba6b |
| 03-Sep-2019 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r351317 through r351731.
|
#
299e2c58 |
| 22-Aug-2019 |
Alan Somers <asomers@FreeBSD.org> |
ping: By default, don't reverse lookup IP addresses
ping's default is now not to attempt reverse DNS lookups. The -H flag will enable them. This change is not quite a reversion of r351330. That c
ping: By default, don't reverse lookup IP addresses
ping's default is now not to attempt reverse DNS lookups. The -H flag will enable them. This change is not quite a reversion of r351330. That change made the happy path and error path do reverse lookups consistently; this change changes the default for both paths.
Submitted by: Ján Sučan <sucanjan@gmail.com> Discussed with: cem MFC after: 2 weeks MFC-With: 351330 Sponsored by: Google LLC (Google Summer of Code 2019) Differential Revision: https://reviews.freebsd.org/D21364
show more ...
|
#
99f13ae1 |
| 21-Aug-2019 |
Alan Somers <asomers@FreeBSD.org> |
ping: add -H option for enabling reverse DNS lookup
This is the reverse of the -n flag.
Submitted by: Ján Sučan <sucanjan@gmail.com> Sponsored by: Google LLC (Google Summer of Code 2019) Differenti
ping: add -H option for enabling reverse DNS lookup
This is the reverse of the -n flag.
Submitted by: Ján Sučan <sucanjan@gmail.com> Sponsored by: Google LLC (Google Summer of Code 2019) Differential Revision: https://reviews.freebsd.org/D21356
show more ...
|
Revision tags: release/11.3.0, release/12.0.0, release/11.2.0, release/10.4.0, release/11.1.0 |
|
#
348238db |
| 01-Mar-2017 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r314420 through r314481.
|
#
fbbd9655 |
| 01-Mar-2017 |
Warner Losh <imp@FreeBSD.org> |
Renumber copyright clause 4
Renumber cluase 4 to 3, per what everybody else did when BSD granted them permission to remove clause 3. My insistance on keeping the same numbering for legal reasons is
Renumber copyright clause 4
Renumber cluase 4 to 3, per what everybody else did when BSD granted them permission to remove clause 3. My insistance on keeping the same numbering for legal reasons is too pedantic, so give up on that point.
Submitted by: Jan Schaumann <jschauma@stevens.edu> Pull Request: https://github.com/freebsd/freebsd/pull/96
show more ...
|
Revision tags: release/11.0.1, release/11.0.0, release/10.3.0 |
|
#
53835448 |
| 14-Mar-2016 |
Glen Barber <gjb@FreeBSD.org> |
MFH
Sponsored by: The FreeBSD Foundation
|
#
3c32812b |
| 11-Mar-2016 |
Maxim Konovalov <maxim@FreeBSD.org> |
o Xr icmp(4).
|
#
4323cae0 |
| 11-Mar-2016 |
Maxim Konovalov <maxim@FreeBSD.org> |
o Document net.inet.icmp.maskfake and net.inet.icmp.tstamprepl sysctls.
|
Revision tags: release/10.2.0, release/10.1.0, release/9.3.0, release/10.0.0, release/9.2.0, release/8.4.0, release/9.1.0, release/8.3.0_cvs, release/8.3.0, release/9.0.0, release/7.4.0_cvs, release/8.2.0_cvs, release/7.4.0, release/8.2.0, release/8.1.0_cvs, release/8.1.0, release/7.3.0_cvs, release/7.3.0, release/8.0.0_cvs, release/8.0.0 |
|
#
7d4b968b |
| 17-Sep-2009 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
Merge from head up to r188941 (last revision before the USB stack switch)
|