index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sbin
/
ping6
/
ping6.c
Age
Commit message (
Expand
)
Author
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2003-07-25
fix packet loss rate computation
itojun
2003-06-06
Fix typo. Noted by Sean Boudreau on tech-net.
cjep
2003-03-27
do proper rounded packet loss calculations.
perry
2002-12-05
correct the use of sizeof() on memset(). sync w/kame
itojun
2002-11-16
use strlcpy. sync w/kame
itojun
2002-10-25
be more picky about numeric arg parsing. sync w/kame
itojun
2002-09-23
reduce diff w/ kame
itojun
2002-09-21
Touch up error/warning messages.
mycroft
2002-09-21
select() -> poll()
mycroft
2002-09-08
ansi pedantic. sync w/kame
itojun
2002-05-31
clarify comment when nreceived > ntransmitted. from deraadt
itojun
2002-05-30
typo, from openbsd
itojun
2002-05-30
Fix Missing %s in format string.
thorpej
2002-05-26
KNF. remove unused variable "signo". from deraadt
itojun
2002-05-26
s/IPSec/IPsec/
itojun
2002-05-26
sync with kame.
itojun
2002-03-11
no \n to warnx(3). From: Mike Pechkin <mpech@prosoft.org.lv>
itojun
2002-01-09
should be using htons() to convert from a host byte order into a network
darrenr
2001-11-02
fix -Wshadow warning
lukem
2001-08-19
use bind(2) to support -S. snprintf return value audit from deraadt
itojun
2001-06-22
sync with latest kame.
itojun
2001-05-09
correct -n handling.
itojun
2001-05-09
fix signal handling on ping6 -f <nonexisting peer>. from hash@iij.ad.jp.
itojun
2001-05-07
getopt(3): EOF -> -1.
kleink
2001-02-04
correct recvmsg() validation.
itojun
2001-01-26
more simpler signal handling. be more friendly with 4.3BSD-ish socket API
itojun
2001-01-12
avoid signal handler race. help from deraadt
itojun
2001-01-12
correct use of howmany() for fd_set. commented by deraadt
itojun
2000-12-31
indent and pedant. from deraadt. sync with kame
itojun
2000-12-22
call seteuid(getuid) too
itojun
2000-12-22
revoke root privilege earlierst possible.
itojun
2000-12-02
sync with latest kame.
itojun
2000-11-11
improve spec conformance of node information query (07).
itojun
2000-11-08
- fix -s with small number (like < 8). kame 1.97 -> 1.99
itojun
2000-10-12
do not segv on too many args. sync with kame
itojun
2000-10-10
Format string cleanups by Bill Sommerfeld.
is
2000-10-08
fix truncated response handling; sync with kame
itojun
2000-10-07
repair fd_set size attack. from deraadt.
itojun
2000-08-14
- bugfix: truncated FQDN printing
itojun
2000-08-09
DNS compression support.
itojun
2000-07-07
warnx?/errx? audit. don't pass variable/function return value alone.
itojun
2000-06-12
better conformance to draft-ietf-ipngwg-icmp-name-lookups-05.
itojun
2000-06-08
make sure to clear ni_flags field on -w.
itojun
2000-02-28
support ping6 -a c
itojun
2000-02-16
use getnameinfo(), instead inet_ntop(), as much as possible.
itojun
2000-01-31
sync with latest libipsec and kernel.
itojun
2000-01-22
Remove bogus declarations of "errno", "optind" and "optarg".
tron
1999-12-13
provide -S for source address specifier.
itojun
1999-12-05
usage(): wrap lines so that they don't exceed 80 characters
jdolecek
[next]