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.bin
/
netstat
/
inet6.c
Age
Commit message (
Expand
)
Author
2009-11-05
IPv6 support for divert sockets.
Michele Marchetto
2009-07-17
revert 1.38: naddy looked closer at the output and some of the sections don't...
Ted Unangst
2009-07-16
make the inet6 output a little more like everything else.
Ted Unangst
2009-02-07
add missing headers needed for warn() and err().
Charles Longeau
2007-12-19
delete rcsid crud
Theo de Raadt
2007-12-14
remove 21 nlist variables, and instead use sysctl to query the kernel
Theo de Raadt
2007-09-11
u_quad_t -> u_int64_t and %qu -> %llu, from brad
Henning Brauer
2006-11-17
change semantics of ff01::/16 to interface local multicast
Jun-ichiro itojun Hagino
2005-03-25
kill unneeded (char *) casts. ok millert, otto
Jared Yanovich
2004-11-17
remove NI_WITHSCOPEID (which is not standard)
Jun-ichiro itojun Hagino
2003-11-06
fix linklocal multicast address handling. Matthias Drochner
Jun-ichiro itojun Hagino
2003-06-03
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2003-05-14
use __KAME__ to determine kame-based kernel.
Jun-ichiro itojun Hagino
2003-03-16
correctly initialize a pointer
Nikolay Sturm
2003-03-13
lots of sprintf -> snprintf and strcpy -> strlcpy; checked by tedu
Theo de Raadt
2003-02-01
ansi
Theo de Raadt
2002-10-26
typo. NetBSD PR 18816
Jun-ichiro itojun Hagino
2002-06-09
Standardization -- s/tdb/TDB/ and various dup expansions.
Jason Peel
2002-06-09
use strchr() instead of index()
Theo de Raadt
2002-06-07
print rip6stat
Jun-ichiro itojun Hagino
2002-05-27
a night of cleanup, so i can read this easier
Theo de Raadt
2002-02-19
Fix gethostname() usage.
Mike Pechkin
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2002-01-17
evil, annoying spaces and tabs
Michael Shalayeff
2001-11-19
kill more registers
Mike Pechkin
2001-06-13
typo in icmp6 stat printing
Jun-ichiro itojun Hagino
2001-02-07
by default, don't bark on inbound ND messages, as outsider may be able to
Jun-ichiro itojun Hagino
2000-12-11
typo in -s message
Jun-ichiro itojun Hagino
2000-12-11
show # of successful IPv6 path MTU changes with -s. from kame
Jun-ichiro itojun Hagino
2000-08-26
typo. sync with kame
Jun-ichiro itojun Hagino
2000-08-13
typo. be more friendly with netstat -ssn. from jhawk@netbsd (via kame)
Jun-ichiro itojun Hagino
2000-07-12
remove m_pulldown statistics, it is purely experimental and belongs to
Jun-ichiro itojun Hagino
2000-07-06
more stats
Jun-ichiro itojun Hagino
2000-06-16
print # of icmp6 error suppressed by rate limit
Jun-ichiro itojun Hagino
2000-05-17
s/icmp/icmp6/ in message
Jun-ichiro itojun Hagino
2000-02-28
update IPv6 portion to match latest sys/netinet6.
Jun-ichiro itojun Hagino
2000-01-18
print IPv6 multicast groups on -ia.
Jun-ichiro itojun Hagino
2000-01-05
s/input histogram/input packet/histogram/
Jun-ichiro itojun Hagino
1999-12-30
fix netstat -ss; some zeroed counters were displayed
Theo de Raadt
1999-12-08
add IPv6 support from KAME. cleanup type matches with printf() format.
Jun-ichiro itojun Hagino