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
/
if.c
Age
Commit message (
Expand
)
Author
2009-11-22
don't repeat the banner if not a tty.
Ted Unangst
2009-08-04
fix some warnings. there are others, but nobody wants to look at them.
Ted Unangst
2009-02-07
add missing headers needed for warn() and err().
Charles Longeau
2009-01-26
NULL instead of 0 in comparison
Claudio Jeker
2008-12-24
Plug a couple of memory leaks noticed by deraadt.
David Hill
2008-03-18
Make -I work correctly. RTM_NEWADDR needs to filter the ifname as well.
Claudio Jeker
2008-01-03
Make if.c kvm free by fetching the interface stats via sysctl like in systat
Claudio Jeker
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
More 64 bits counters fixes.
Michael Knudsen
2007-09-05
Counters switched to u_int64_t so use %llu to print them.
Claudio Jeker
2007-06-15
Don't truncate interface name.
Ray Lai
2007-06-04
remove IPX support, agreed by many
Henning Brauer
2006-11-17
change semantics of ff01::/16 to interface local multicast
Jun-ichiro itojun Hagino
2006-05-27
Kill upHex and use %X instead. Crazy old code found by deraadt.
Claudio Jeker
2006-05-27
Moving netstat from kvm snooping to retrieving the routing tables via
Claudio Jeker
2005-12-11
ARGSUSED
Theo de Raadt
2005-10-17
Use queue macros instead of directly accessing fields. ok pat@ "put it
Otto Moerbeek
2005-06-08
bye bye, Xerox NS protocols
Henning Brauer
2005-03-25
kill unneeded (char *) casts. ok millert, otto
Jared Yanovich
2005-03-13
make 'netstat -i' print carp link addresses correctly.
Marco Pfatschbacher
2005-03-04
remove unneeded casts of if stats; ok krw miod dhartmei
Jared Yanovich
2005-03-02
make counters in struct iftot u_long instead of int, as they overflow
Daniel Hartmeier
2004-06-25
remove netiso
Henning Brauer
2004-03-13
some NULL vs 0 and knf; parts from nimadeus@pandora.be
Theo de Raadt
2003-09-26
fix columns; sahara@surt.net
Theo de Raadt
2003-07-10
add missing includes
David Krause
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-02-01
ansi
Theo de Raadt
2002-06-19
use macro to determine link-local multicast addr
Jun-ichiro itojun Hagino
2002-06-19
decode embedded scopeid on -inalv multicast address printing
Jun-ichiro itojun Hagino
2002-05-27
a night of cleanup, so i can read this easier
Theo de Raadt
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-09-04
Replace the deprecated BSD sigsetmask/sigblock/sigpause functions with their ...
Todd C. Miller
2001-08-26
Add a -q to silence zero-output lines and fix some whitespace and text nits.
brian
2001-07-18
-Wall cleanup
Peter Valchev
2001-02-06
If sdl type is ISO88025, print the address using `:' as well.
Federico G. Schwindt
2000-12-13
Bytecounter stats. (-b switch)
Camiel Dobbelaar
2000-10-23
fix a few signed/unsigned/long printf formats; millert@ & deraadt@ ok
Michael Shalayeff
2000-02-05
fix -in printing on IPv6 (network portion was not masked properly).
Jun-ichiro itojun Hagino
2000-01-18
print IPv6 multicast groups on -ia.
Jun-ichiro itojun Hagino
1999-12-08
add IPv6 support from KAME. cleanup type matches with printf() format.
Jun-ichiro itojun Hagino
1998-02-27
oflow paranoia
Theo de Raadt
1997-07-25
make CIA fit
Michael Shalayeff
1997-07-23
Add AppleTalk support. TODO: route.c does not handle netranges.
denny
1997-06-30
Make "netstat -ia" line up nicely.
Todd C. Miller
1997-06-29
Use correct spacing on both 32bit and 64bit machines.
Todd C. Miller
[next]