summaryrefslogtreecommitdiff
path: root/sbin/ping
AgeCommit message (Expand)Author
2021-06-11ping, ping6: fix comment about ID fieldrillig
2017-10-02un-ifdef sgi. NFCmaya
2017-03-17Fix cksum calculation for clearing the cached route.ryo
2017-01-11Use an explicitly aligned buffer for ip.joerg
2016-12-18PR bin/36997 Zafer Aydogan: ping doesn't validate numeric inputs enough.dholland
2016-12-18PR bin/36997 Zafer Aydogan: ping doesn't validate numeric inputs enough.dholland
2016-10-07Make optspace an array of uint8_t, since some of the bytes written intojoerg
2016-07-31Manipulate the signal masks so signals only arrive while we're waiting,dholland
2016-07-31Don't call variables that are used "dummy".dholland
2014-11-29Adjust default packet size to 56 data bytes (64 total).christos
2014-11-27PR/49423: Martin Husemann: ping for small packets does not work in -7 orchristos
2013-11-09vax specific gcc 4.8.1 hackschristos
2013-10-19avoid bogus uninitialized gcc warningchristos
2013-03-06more precision for F_TIMING64yamt
2012-12-30deduct phdrlen after computing max size.christos
2012-12-301. Allocate the max packet size before accounting for phdrlen, harmless.christos
2012-09-18Fix a bug that misunderstand F_TIMING64, F_POLICY and F_AUTHHDR.msaitoh
2012-01-04include <netipsec/ipsec.h> rather than <netinet6/ipsec.h> from userlanddrochner
2011-09-11print summary stats.christos
2011-09-10Another option order fix.wiz
2011-09-10Sort options and descriptions in standard order.wiz
2011-09-10PR/45257: Instead of passing a 32bit sec and 32 bit usec timestamp in littlechristos
2011-08-27static + __deadjoerg
2011-08-21handle the first loop where time == 0.christos
2011-08-20we need difftime to return a signed result, so clamp the timeval's tochristos
2011-08-19PR/45257: Ryo Shimizu: ping(8) prints bogus round-trip times after Year 2038christos
2011-08-09Don't use array access to compute addresses that are definitely beyondjoerg
2011-03-11Make get/setuid prog ops (so that i can do rump.ping -f regardlesspooka
2010-12-13be a happy crunch buildpooka
2010-12-13RUMP_ACTION -> RUMPPRGpooka
2010-11-11add compile-conditional rumpclient supportpooka
2009-11-02remove ancient ifdefs (Aleksej Saushev)christos
2009-04-11fix sign-compare issueslukem
2009-03-31PR/41111: Ed Ravin: ping -R gives misleading error when remote side doesn'tchristos
2008-01-08Shutdown sloop socket for read as it's never read on toseanb
2007-05-28Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on thetls
2007-01-17Remove more duplicate #includes,hubertf
2006-09-28Change error message to say "setuid", forgotten in previous commit.elad
2006-09-24On 2nd thought, setuid() is better here.elad
2006-09-24PR/28741: Michael Santos: ping does [not] drop root privilegeselad
2006-07-14prtsig: remove a mysterious abort().yamt
2006-06-03Use SA_NOKERNINFO instead of playing with the tty.christos
2006-06-01Factor out the tty code and explain we prefer to stop in the ^Z bg casechristos
2006-06-01PR/33623: Chuck Cranor: Ping stops when ran in the backgroundchristos
2006-05-09change (mostly) int to socklen_t. GCC 4 doesn't like that int andmrg
2006-03-21Clarify and correct the description of the -R (Record Route) flag.pavel
2006-03-21Bump date, requested by wiz.pavel
2006-03-21-I does work for unicast pings too (it sets the source address).pavel
2004-06-08add -h option in synopsis. Fixes PR#25863 from Kouichirou Hiratsuka.cjep
2004-05-13There's no point in bringing PRNG output to network byteorder prior tokleink