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