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
/
usr.sbin
/
ndp
Age
Commit message (
Expand
)
Author
2001-11-08
use strncpy() to set ifname arg to ioctl.
itojun
2001-10-06
Use getnameinfo() to format link-layer addresses rather than doing it
bjh21
2001-07-23
sync with latest kame code. ndp -i won't print info for yet-to-be-initialized
itojun
2001-06-26
change tcpdump dir to refer to. Daniel Carosone <dan@geek.com.au>
itojun
2001-05-07
getopt(3): EOF -> -1.
kleink
2001-04-03
Xref tcpdump 8, not 1.
wiz
2001-03-21
avoid dereferencing null pointer. from kame.
itojun
2001-02-08
sync with latest kame tree. ndp -n -a is prettier with longer addresses.
itojun
2001-01-21
avoid memory leak. sync with kame
itojun
2000-10-10
nuke link-locals correctly on -c. sync with kame
itojun
2000-09-04
For commands and utilities, use EXIT STATUS rather than RETURN VALUES or
kleink
2000-07-04
More #include <stdlib.h> string, etc. cleanup
matt
2000-06-20
sync with more recent kame code.
itojun
2000-04-16
perform neighbor unreachability detection on p2p links (spec requires
itojun
2000-04-14
Don't declare 'extern opt*' getopt variables.
simonb
2000-03-07
Typo.
kleink
2000-02-26
remove net.inet6.ip6.nd6_proxyall sysctl.
itojun
2000-01-22
Remove bogus declaration of "errno".
tron
1999-12-13
add -I and -l. cleanup on screen formatting.
itojun
1999-09-03
fix routing socket alignment issue on alpha.
itojun
1999-07-06
add NetBSD RCS ID.
itojun
1999-07-03
s/CFLAGS/CPPFLAGS/ for -D and -I.
itojun
1999-07-01
ndp, "arp"-alike command for IPv6.
itojun