summaryrefslogtreecommitdiff
path: root/sbin/ping6
AgeCommit message (Expand)Author
2017-10-10user librumpreschristos
2016-12-18Merge the PR 36997 fixes into ping6. It already didn't accept toodholland
2016-02-29#ifdef forward declaration of setpolicy like definition.riastradh
2015-11-04Fix rump.ping6 -c N (N > 1) doesn't workozaki-r
2015-11-04Fix exit status when -c and -X is usedozaki-r
2015-11-04rump.ping6 supports "-S" option.knakahara
2015-09-09Include several libc functions in rump.ping6ozaki-r
2015-08-06Introduce rump.ping6ozaki-r
2015-05-15Add options -X for deadline and -x for reply maxwait (flag names matchingkefren
2015-04-24Add the once -o option like pingchristos
2014-09-17Remove out-of-date commentsozaki-r
2014-09-16PR/49206: ping6 dies with SIGINT even when it just fails to pingchristos
2014-08-22Rework to be avoid a conditional assignment which results in:matt
2013-10-19avoit type punningchristos
2012-09-10Accept "-s 0"msaitoh
2012-04-08Remove unnecessary Bk/Ek pairs from SYNOPSIS.wiz
2012-01-04include <netipsec/ipsec.h> rather than <netinet6/ipsec.h> from userlanddrochner
2012-01-04-consistently use "char *" for the compiled policy buffer in thedrochner
2011-09-16NULL does not need a cast, hereplunky
2011-08-31put back the byte swapping code, and remove the double byte swapping.christos
2011-08-31Remove erroneous seq=ntohs(seq) introduced in rev. 1.74, which causedriz
2011-08-27static + __dead + G/C pathmtujoerg
2011-08-14fix gcc warnings and eliminate duplicate code.christos
2011-06-22apply some -Wno-error and/or -fno-strict-aliasing.mrg
2010-09-20Avoid NaN when calculating std-dev, which fixes a crash on VAX.ahoka
2009-04-11fix sign-compare issueslukem
2008-10-13Fix reversed test in connection with combining -i and -l. If somedholland
2007-05-28Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on thetls
2006-09-23PR/30226: Nino Dehne: ping6(8) and ping(8) are inconsistent in the outputelad
2006-05-18Replace the way we calculate the standard deviation with the unbiased formrpaulo
2006-05-18There are no broadcast addresses in IPv6, so, kill a leftover from therpaulo
2006-05-07Remove support support for RFC 2292.rpaulo
2006-05-05len should be socklen_t, not size_t. Spotted byrpaulo
2006-05-05Add support for RFC 3542 Adv. Socket API for IPv6 (which obsoletes 2292).rpaulo
2006-03-17Fix an off-by-one found by Coverity, CID 1456.elad
2005-06-27Move WARNS=3 to the Makefile.inc, and add a little const to the remainingchristos
2005-06-07Add an initialization to appease -Wuninitialized.he
2005-06-02appease gcc -Wuninitializedlukem
2005-02-09Kill __P(), use ANSI function declarations; WARNS=3.xtraeme
2004-10-29Add (unsigned char) cast to ctype functiondsl
2004-06-09correct mistake in usage(). Chris Pinnockitojun
2004-05-13There's no point in bringing PRNG output to network byteorder prior tokleink
2004-04-22do not disclose endian. henning@openbsditojun
2003-09-07Consistently use 'RFC 1234' instead of 'RFC1234' or 'RFC-1234'.wiz
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-07-25fix packet loss rate computationitojun
2003-06-06Fix typo. Noted by Sean Boudreau on tech-net.cjep
2003-03-27do proper rounded packet loss calculations.perry
2003-03-15IPsec, not ipsec. From Igor Sobrado in PR 20722.wiz
2002-12-21address has two ds, not three; from Adrian Mrva.wiz