Age | Commit message (Expand) | Author |
2014-11-20 | remove sys/file.h includes in favor of fcntl.h where needed. | Ted Unangst |
2014-10-25 | Remove unnecessary netinet/in_systm.h include. | Lawrence Teo |
2014-07-11 | __dead for finish() | Florian Obser |
2014-07-11 | Silence compiler warning and build with -Wall etc. | Florian Obser |
2014-07-11 | use optval for setsockopt; sync with ping6 | Florian Obser |
2014-07-09 | We do have icmp_data; no obj change. | Florian Obser |
2014-07-09 | We do have ICMP_MASKREQ & ICMP_MASKREPLY; no obj change. | Florian Obser |
2014-07-09 | notdef is notdef since the beginning of time; no obj change. | Florian Obser |
2014-07-09 | We do have SIGINFO; no obj change. | Florian Obser |
2014-07-09 | We do have IP_OPTIONS; 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-04-23 | Replace malloc / memset / select song and dance with poll(2) like | Florian Obser |
2014-03-24 | Remove "-r" option from ping(8) and traceroute{,6}(8). You've probably | Martin Pieuchot |
2014-03-13 | no more spray(8); | Jason McIntyre |
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-11-11 | Document that SO_DEBUG (-d flag) has no effect on OpenBSD. | Jeremie Courreges-Anglas |
2013-10-28 | use %d instead of %i in a few fprintf for clarity | Theo de Raadt |
2013-09-12 | Misc time_t tweaks. %ld / (long)tv_sec -> %lld / (long long)tv_sec. | Kenneth R Westerback |
2013-08-14 | some Bx/Ox conversion; | Jason McIntyre |
2013-04-16 | improve name of the 32-bit timeval that ping uses, and bound the use | 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-03-17 | remove IP_JUMBO, SO_JUMBO, and RTF_JUMBO. | David Gwynne |
2011-09-20 | rev 1.80 added calls from the signal handler to stdio. bad bad bad! | Theo de Raadt |
2011-09-17 | Standarize the ToS option across nc/ping/traceroute so that they'll | Christiano F. Haesbaert |
2011-06-21 | Convert SO_RTABLE's protocol level to the SOL_SOCKET; ok claudio | Mike Belopuhov |
2010-07-03 | Fix the naming of interfaces and variables for rdomains and rtables | Philip Guenthe |
2010-06-26 | allow a user to set a -c count of 0. | Peter Hessler |
2009-12-24 | spelling fixes, from Brad Tilley; we will not fix src/sbin/dump/dump.h | Igor Sobrado |
2009-12-15 | Remove an untrue statement about the packetsize being | Marco Pfatschbacher |
2009-12-15 | Let ping handle truncated echo replies. | Marco Pfatschbacher |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-10-22 | use the UNIX-related macros (.At and .Ux) where appropriate. | Igor Sobrado |
2009-06-05 | tweak -V; | Jason McIntyre |
2009-06-05 | Fix usage. | Claudio Jeker |
2009-06-05 | Allow ping to use an alternate routing domain by using the -V flag. | Claudio Jeker |
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 |
2009-04-23 | ping -v can segfault when displaying received icmp packets that aren't | Stuart Henderson |
2008-05-07 | Remove references to routed. | Claudio Jeker |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-02-06 | remove -j from usage(); | Jason McIntyre |
2006-07-18 | better explanation of return values; | Jason McIntyre |
2006-07-11 | +.Xr ping6 8, | Jason McIntyre |
2006-07-11 | stop a madman armed with .Tn from rampaging; | Jason McIntyre |