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
/
usr.sbin
/
ndp
Age
Commit message (
Expand
)
Author
2004-10-28
manpage to go with sys/netinet6/nd6_rtr.c 1.31 -> 1.32
Jun-ichiro itojun Hagino
2004-09-15
- better .Nd
Jason McIntyre
2004-05-24
missing close(2). Andrey Matveev
Jun-ichiro itojun Hagino
2004-03-16
errno is not specified to be int, but something from errno.h. ok millert@
Ted Unangst
2004-02-10
fflush(stdout). kame pr 584
Jun-ichiro itojun Hagino
2004-01-25
private copy of gmt2local from tcpdump, since tcpdump is about to start
Theo de Raadt
2004-01-08
typo fix (must be rtm_addrs). from fujitsu
Jun-ichiro itojun Hagino
2003-10-02
style sync w/ kame
Jun-ichiro itojun Hagino
2003-09-26
add bounds to sscanf, millert@
Anil Madhavapeddy
2003-09-02
escape punctuation; (and a nit in openssl.1)
Jason McIntyre
2003-06-26
err() cleanup; andrushock@korovino.net
Theo de Raadt
2003-06-26
ansi
Theo de Raadt
2003-06-12
- section reorder
Jason McIntyre
2003-06-11
some ansification, some de-register
Theo de Raadt
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2003-01-18
inet6 fixes from jmc@prioris.mini.pw.edu.pl
Theo de Raadt
2002-07-17
with -i, flag on command line and flag displayed are different, and it does
Jun-ichiro itojun Hagino
2002-06-08
comment out paragraph that does not fit to openbsd-current
Jun-ichiro itojun Hagino
2002-06-03
recover backward compatibility in -I behavior. sync w/kame
Jun-ichiro itojun Hagino
2002-06-03
more nroff/KNF. from deraadt
Jun-ichiro itojun Hagino
2002-06-03
typo
Jun-ichiro itojun Hagino
2002-06-03
more posix-compliant arg parsing. sync w/kame. help from deraadt
Jun-ichiro itojun Hagino
2002-06-02
KNF (no variable name should be present on prototype)
Jun-ichiro itojun Hagino
2002-06-02
KNF
Theo de Raadt
2002-05-29
sync more with kame. sockaddr_dl printing
Jun-ichiro itojun Hagino
2002-05-29
even more strlcpy
Theo de Raadt
2002-05-29
grammar, from netbsd
Jun-ichiro itojun Hagino
2002-05-29
use new SIOCGIFINFO_IN6. random other cleanups. sync w/kame.
Jun-ichiro itojun Hagino
2002-05-26
pid_t cleanup; itojun ok
Theo de Raadt
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-08
use strncpy() to set ifname arg to ioctl
Jun-ichiro itojun Hagino
2001-07-23
sync with latest kame. do not print yet-to-be-initialized interface.
Jun-ichiro itojun Hagino
2001-03-21
do not dereference null pointer. from kame
Jun-ichiro itojun Hagino
2001-02-08
pull latest kame tree. ndp -n -a printing is now prettier with long
Jun-ichiro itojun Hagino
2001-01-21
avoid memory leak. sync with kame
Jun-ichiro itojun Hagino
2000-10-09
fix ndp -c (flush link-locals properly)
Jun-ichiro itojun Hagino
2000-06-20
sync with latest kame ndp(8).
Jun-ichiro itojun Hagino
2000-04-17
revisit in6_ifattach(). (1) make it more persistent about initializaing an
Jun-ichiro itojun Hagino
2000-04-12
Trailing whitespace begone!
Aaron Campbell
2000-03-19
Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some other
Aaron Campbell
2000-02-28
bring in latest kame code.
Jun-ichiro itojun Hagino
2000-02-01
no need to extern int errno if errno.h is included
Theo de Raadt
2000-01-04
fix layout
Theo de Raadt
1999-12-10
add ndp(8), arp(8) lookalike for IPv6.
Jun-ichiro itojun Hagino
1999-12-10
arp(8) lookalike for IPv6, from KAME
Jun-ichiro itojun Hagino