summaryrefslogtreecommitdiff
path: root/sbin/ping
AgeCommit message (Expand)Author
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
2004-04-22do not disclose endian. henning@openbsditojun
2004-01-26do not disclose endianness/sizeof(long) on probe packet. idea from openbsditojun
2004-01-05Homogenize usage messages: make the 'usage' word all lowercase, as this seemsjmmv
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-04-14permit -s 0. from Maxim Konovalovitojun
2003-02-25.Nm does not need a dummy argument ("") before punctuation orwiz
2002-11-16set sa_len rightitojun
2002-11-16die if strdup failsitojun
2002-11-16use strlcpy. initialize sa_len correctly.itojun
2002-10-26change description of -w option to match realityjdolecek
2002-10-01New sentence, new line. By Robert Elz with minimal fixes.wiz