aboutsummaryrefslogtreecommitdiff
path: root/toys/net/ping.c
AgeCommit message (Expand)Author
2018-10-21Add % to lib/args.c (long time in milliseconds), add xmillitime(), redoRob Landley
2018-10-20Some more --help consistency.Elliott Hughes
2018-07-08Fix ping -w and -W, fix ping -c with no reply (kept sending while waiting),Rob Landley
2018-07-08Fix division by zero errors and double summary in ping.Rob Landley
2018-06-14I tend to put extra parentheses around & because its precedence being slightlyRob Landley
2018-06-14ping: support ping6 as a synonym for `ping -6`.Elliott Hughes
2018-06-13ping: add -m, switch to xsetsockopt.Elliott Hughes
2018-06-11Promote ping to toys/netRob Landley