| Age | Commit message (Expand) | Author |
| 2013-11-09 | vax specific gcc 4.8.1 hacks | christos |
| 2013-10-19 | avoid bogus uninitialized gcc warning | christos |
| 2013-03-06 | more precision for F_TIMING64 | yamt |
| 2012-12-30 | deduct phdrlen after computing max size. | christos |
| 2012-12-30 | 1. Allocate the max packet size before accounting for phdrlen, harmless. | christos |
| 2012-09-18 | Fix a bug that misunderstand F_TIMING64, F_POLICY and F_AUTHHDR. | msaitoh |
| 2012-01-04 | include <netipsec/ipsec.h> rather than <netinet6/ipsec.h> from userland | drochner |
| 2011-09-11 | print summary stats. | christos |
| 2011-09-10 | Another option order fix. | wiz |
| 2011-09-10 | Sort options and descriptions in standard order. | wiz |
| 2011-09-10 | PR/45257: Instead of passing a 32bit sec and 32 bit usec timestamp in little | christos |
| 2011-08-27 | static + __dead | joerg |
| 2011-08-21 | handle the first loop where time == 0. | christos |
| 2011-08-20 | we need difftime to return a signed result, so clamp the timeval's to | christos |
| 2011-08-19 | PR/45257: Ryo Shimizu: ping(8) prints bogus round-trip times after Year 2038 | christos |
| 2011-08-09 | Don't use array access to compute addresses that are definitely beyond | joerg |
| 2011-03-11 | Make get/setuid prog ops (so that i can do rump.ping -f regardless | pooka |
| 2010-12-13 | be a happy crunch build | pooka |
| 2010-12-13 | RUMP_ACTION -> RUMPPRG | pooka |
| 2010-11-11 | add compile-conditional rumpclient support | pooka |
| 2009-11-02 | remove ancient ifdefs (Aleksej Saushev) | christos |
| 2009-04-11 | fix sign-compare issues | lukem |
| 2009-03-31 | PR/41111: Ed Ravin: ping -R gives misleading error when remote side doesn't | christos |
| 2008-01-08 | Shutdown sloop socket for read as it's never read on to | seanb |
| 2007-05-28 | Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on the | tls |
| 2007-01-17 | Remove more duplicate #includes, | hubertf |
| 2006-09-28 | Change error message to say "setuid", forgotten in previous commit. | elad |
| 2006-09-24 | On 2nd thought, setuid() is better here. | elad |
| 2006-09-24 | PR/28741: Michael Santos: ping does [not] drop root privileges | elad |
| 2006-07-14 | prtsig: remove a mysterious abort(). | yamt |
| 2006-06-03 | Use SA_NOKERNINFO instead of playing with the tty. | christos |
| 2006-06-01 | Factor out the tty code and explain we prefer to stop in the ^Z bg case | christos |
| 2006-06-01 | PR/33623: Chuck Cranor: Ping stops when ran in the background | christos |
| 2006-05-09 | change (mostly) int to socklen_t. GCC 4 doesn't like that int and | mrg |
| 2006-03-21 | Clarify and correct the description of the -R (Record Route) flag. | pavel |
| 2006-03-21 | Bump date, requested by wiz. | pavel |
| 2006-03-21 | -I does work for unicast pings too (it sets the source address). | pavel |
| 2004-06-08 | add -h option in synopsis. Fixes PR#25863 from Kouichirou Hiratsuka. | cjep |
| 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 |
| 2004-01-26 | do not disclose endianness/sizeof(long) on probe packet. idea from openbsd | itojun |
| 2004-01-05 | Homogenize usage messages: make the 'usage' word all lowercase, as this seems | jmmv |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-04-14 | permit -s 0. from Maxim Konovalov | itojun |
| 2003-02-25 | .Nm does not need a dummy argument ("") before punctuation or | wiz |
| 2002-11-16 | set sa_len right | itojun |
| 2002-11-16 | die if strdup fails | itojun |
| 2002-11-16 | use strlcpy. initialize sa_len correctly. | itojun |
| 2002-10-26 | change description of -w option to match reality | jdolecek |
| 2002-10-01 | New sentence, new line. By Robert Elz with minimal fixes. | wiz |