| Age | Commit message (Expand) | Author |
| 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 |
| 2002-09-21 | Touch up error/warning messages. | mycroft |
| 2002-09-21 | select() -> poll() | mycroft |
| 2002-08-12 | Add support for printing out messages about missing packet gaps. This is | matt |
| 2002-08-01 | u_short cleansing (use u_int16_t where appropriate) | itojun |
| 2002-05-31 | clarify comment when nreceived > ntransmitted. from deraadt | itojun |
| 2002-04-06 | .Nm . -> .Nm "" . | bjh21 |
| 2001-12-20 | Sync options with usage. | wiz |
| 2001-12-20 | Sync getopt() / man page with actual getopt options. | soren |
| 2001-11-16 | Simplify markup, use .Nx, sort sections. | wiz |
| 2001-11-16 | Whitespace nits | wiz |
| 2001-11-01 | fix a couple of -Wshadow warnings | lukem |
| 2001-10-10 | - use IP_MAXPACKET instead of 65535. | yamt |
| 2001-10-09 | - fix overrun bug. | yamt |
| 2001-06-25 | Update Dd to rev 1.31 (ipsec changes) | jhawk |
| 2001-06-05 | Drop arguments of .Os. | wiz |
| 2001-04-03 | Xr icmp(4), inet(4), ip(4) | jhawk |
| 2001-02-20 | Add a dependency on libm. | bjh21 |
| 2001-02-19 | convert to use getprogname() | cgd |
| 2001-01-12 | correct use of howmany() for fd_set. commented by deraadt | itojun |
| 2000-10-10 | Format string cleanups by Bill Sommerfeld. | is |