cvs commit: src/sbin/ping ping.8 ping.c
Hasso Tepper
hasso at crater.dragonflybsd.org
Tue May 29 03:23:19 PDT 2007
hasso 2007/05/29 03:21:41 PDT
DragonFly src repository
Modified files:
sbin/ping ping.8 ping.c
Log:
Update ping(8) code and manpage to the newest ones from FreeBSD.
Besides many small fixes this brings in some new features:
* -D to set Don't Fragment bit
* -G, -g and -h for sweeping pings
* -M for using ICMP_MASKREQ or ICMP_TSTAMP instead of ICMP_ECHO
* -o to exit successfully after receiving one reply packet
* -W to set time to wait for a reply for each packet sent
* -z to set TOS
Significant part of diff not related to the new features is coming
from reordering command line options into alphabetic order.
Obtained-from: FreeBSD
Revision Changes Path
1.5 +112 -49 src/sbin/ping/ping.8
1.7 +463 -191 src/sbin/ping/ping.c
http://www.dragonflybsd.org/cvsweb/src/sbin/ping/ping.8.diff?r1=1.4&r2=1.5&f=u
http://www.dragonflybsd.org/cvsweb/src/sbin/ping/ping.c.diff?r1=1.6&r2=1.7&f=u
More information about the Commits
mailing list