index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sbin
/
ping6
/
ping6.c
Age
Commit message (
Expand
)
Author
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
2012-12-04
remove some unnecessary sys/param.h inclusions
Theo de Raadt
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-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
2006-12-15
reduce RFC2292/3542 #ifdefs.
Jun-ichiro itojun Hagino
2006-11-20
knf: sizeof x -> sizeof(x)
Jun-ichiro itojun Hagino
2006-11-16
make RFC2292/3542 selection automagically happen.
Jun-ichiro itojun Hagino
2006-08-10
sync usage();
Jason McIntyre
2006-04-13
fix more signal races; ok moritz
Theo de Raadt
2006-04-10
minimal cleanups prompted by lint; ok otto
Theo de Raadt
2006-03-17
Off-by-one; from NetBSD's coverity analysis; ok millert@
Otto Moerbeek
2006-03-06
convert permanent privilege revocation to use setresuid/setresgid;
Damien Miller
2005-12-12
Don't wait one time interval before sending the first packet.
Jared Yanovich
2005-12-02
mark signal races
Theo de Raadt
2004-09-14
remove unused variable
Theo de Raadt
2004-06-09
correct mistake in usage(). Chris Pinnock
Jun-ichiro itojun Hagino
2004-01-25
when dealing with structs in packets, be paranoid in case sometime
Theo de Raadt
2003-07-25
packet loss count in floating point (double). Wouter Clarie
Jun-ichiro itojun Hagino
2003-06-11
ansification
Theo de Raadt
2003-06-11
typo
Jun-ichiro itojun Hagino
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2002-12-05
correct sizeof() to memset(). sync w/kame
Jun-ichiro itojun Hagino
2002-10-25
use poll(2). sync w/kame (originally from netbsd)
Jun-ichiro itojun Hagino
2002-10-25
be picky about arg parsing (-b). sync w/kame
Jun-ichiro itojun Hagino
2002-09-08
ansi pedantic. sync w/kame
Jun-ichiro itojun Hagino
2002-05-31
clarify comment when nreceived > ntransmitted. from deraadt
Jun-ichiro itojun Hagino
2002-05-30
missing "%s". from netbsd
Jun-ichiro itojun Hagino
2002-05-30
typo
Theo de Raadt
2002-05-26
KNF. remove unneeded variable. from deraadt
Jun-ichiro itojun Hagino
2002-05-26
sync with latest KAME tree. -S option uses bind(2), -g option, KNF
Jun-ichiro itojun Hagino
2002-03-11
no \n to warnx(3). From: Mike Pechkin <mpech@prosoft.org.lv>
Jun-ichiro itojun Hagino
2002-02-17
Manual cleanup of remaining userland __P use (excluding packages maintained o...
Todd C. Miller
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2001-11-17
oops
Theo de Raadt
2001-11-17
volatile sig_atomic_t
Theo de Raadt
[next]