Age | Commit message (Expand) | Author |
2015-05-02 | Use IPV6_MAXHLIM instead of 255; pointed out by bluhm@ | Florian Obser |
2015-05-02 | Use strtonum() when parsing argument list, as ping(8) does. Give | Kenneth R Westerback |
2015-04-20 | port src/sbin/ping/ping.c r1.119 and r1.121 to ping6: | David Gwynne |
2015-03-23 | port src/sbin/ping/ping.c r1.118 to ping6: | David Gwynne |
2015-03-23 | port src/sbin/ping/ping.c r1.116 to ping6: | David Gwynne |
2015-03-12 | replace bcopy with memcpy | David Gwynne |
2015-03-11 | port src/sbin/ping/ping.c r1.115. | David Gwynne |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-12-03 | Use arc4random_buf() rather than iterating word by wordo | Theo de Raadt |
2014-11-15 | Reduce instances of `` '' in manuals. | Anthony J. Bentley |
2014-07-11 | Silence a compiler warning and build with -Wall etc. | Florian Obser |
2014-07-11 | use optval for setsockopt consistently | Florian Obser |
2014-07-09 | Hopefully we are calculating the pkg size correctly by now; | Florian Obser |
2014-07-09 | We do have ICMP6_FILTER; no obj change. | Florian Obser |
2014-07-09 | We do have SO_SNDBUF & SO_RCVBUF; no obj change. | Florian Obser |
2014-07-09 | We do have NI_NODEADDR_FLAG_ANYCAST, no obj change. | Florian Obser |
2014-07-09 | We do have SIGINFO; no obj change. | Florian Obser |
2014-07-09 | We don't have IPV6_REACHCONF, no obj change after unifdef(1). | Florian Obser |
2014-07-09 | Kill code commented since forever; no obj change. | Florian Obser |
2014-04-28 | Do not sleep after poll returning an error. Blindly copied over from | Florian Obser |
2014-04-23 | Better name for fdmaskp, reduce the scope of some variables, don't abuse | Jeremie Courreges-Anglas |
2014-02-26 | Still a lie, the default is not 0. It is inherited from the process. | Claudio Jeker |
2014-01-10 | Fix the unitialized rtableid bug discovered and fixed in the previous | Florian Obser |
2014-01-10 | Fix a bug found in ping6 when rebuilding with stack protector strong. | Brad Smith |
2013-11-22 | Whole bunch of (unsigned char) casts carefully added for ctype calls. | Theo de Raadt |
2013-10-21 | More rdomain / rtable support for useful diagnostic tools | Peter Hessler |
2013-05-31 | don't truncate trailing zeros from the round-trip times; ok deraadt@ sthen@ | Christian Weisgerber |
2013-04-16 | mark time_t edges with comments | Theo de Raadt |
2013-04-16 | These are already static, because of ../Makefile.inc | Theo de Raadt |
2012-12-04 | remove some unnecessary sys/param.h inclusions | Theo de Raadt |
2012-10-13 | move the exit status stuff into an EXIT STATUS section; | Jason McIntyre |
2012-09-22 | last stage of rfc changes, using consistent Rs/Re blocks, and moving the | Jason McIntyre |
2012-08-23 | - rfc 4443 replaces rfc 2463 | Jason McIntyre |
2011-03-03 | This change makes ping compare minimum amount of bytes between what | Mike Belopuhov |
2010-06-26 | allow a user to set a -c count of 0. | Peter Hessler |
2010-05-10 | Various comment typos. 'wether' -> 'whether' (most popular), 'possiblity' -> | Kenneth R Westerback |
2010-02-21 | Actually use the gints addrinfo setup for gateway lookup, instead of using | Theo de Raadt |
2009-12-24 | spelling fixes, from Brad Tilley; we will not fix src/sbin/dump/dump.h | Igor Sobrado |
2009-11-02 | s/hz/Hz/ on multiples of the SI unit hertz other than MHz. | Igor Sobrado |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-06-01 | tweak previous; | Jason McIntyre |
2009-05-31 | add audible output to ping and ping6: -e beeps when pings are replied, -E bee... | Chris Kuethe |
2008-03-24 | msg_controllen has to be CMSG_SPACE so that the kernel can account for | Theo de Raadt |
2008-03-15 | Fix several CMSG-related bugs. Chaining CMSG's is tricky since you need to | Mark Kettenis |
2008-03-13 | Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due to | Theo de Raadt |
2007-12-30 | add missing space between argument names and ellipsis | Igor Sobrado |
2007-06-23 | sync description of "-m" option to reality. mcbride@ ok | Jun-ichiro itojun Hagino |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2006-12-19 | no need for -D | Jun-ichiro itojun Hagino |
2006-12-15 | reduce RFC2292/3542 #ifdefs. | Jun-ichiro itojun Hagino |