DragonFly commits List (threaded) for 2007-05
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/sbin/ping ping.8 ping.c
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
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]