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
/
netstat.h
Age
Commit message (
Expand
)
Author
2007-12-14
remove 21 nlist variables, and instead use sysctl to query the kernel
Theo de Raadt
2007-12-11
mbuf stats are always gotten via sysctl(), so remove old nlist stuff
Theo de Raadt
2007-07-25
Make it possible to show alternate routing tables in netstat. This mostly
Claudio Jeker
2007-06-19
net80211_ifstats() is called in main.c but there was no prototype.
Ray Lai
2007-06-04
remove IPX support, agreed by many
Henning Brauer
2007-03-23
Add a new flag -F to netstat restricting route display in conjuction
Pierre-Yves Ritschard
2006-08-29
Fix KVM snooping code of netstat that got broken by the multiple table
Claudio Jeker
2006-07-05
remove duplicate prototype for the intpr function.
Brad Smith
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-06-15
add -P for dumping PCB infos, similar to netbsd; ok deraadt@
Markus Friedl
2005-04-12
add '-W interface' for 802.11 wireless statistics of the net80211 stack.
Reyk Floeter
2005-03-30
kill -S; ok henning
Jared Yanovich
2005-03-25
kill unneeded (char *) casts. ok millert, otto
Jared Yanovich
2005-02-10
backout previous; i committed to wrong repository (i meant to commit kame)
Jun-ichiro itojun Hagino
2005-02-10
dccp support
Jun-ichiro itojun Hagino
2005-01-14
Allow netstat to print PIM statistics.
Ryan Thomas McBride
2004-06-06
Add new '-S' flag to display the source selector part of the routing table
Cedric Berger
2003-12-15
Add initial support for pf state synchronization over the network.
Ryan Thomas McBride
2003-10-17
Common Address Redundancy Protocol
Ryan Thomas McBride
2003-06-26
more proto fixes
Theo de Raadt
2003-06-25
add proto
Theo de Raadt
2003-06-03
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2002-06-07
print rip6stat
Jun-ichiro itojun Hagino
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-08-26
Add a -q to silence zero-output lines and fix some whitespace and text nits.
brian
2001-07-05
IPComp support. angelos@ ok.
Jean-Jacques Bernard-Gundol
2001-05-18
adapt to use pool
Niels Provos
2000-12-13
Bytecounter stats. (-b switch)
Camiel Dobbelaar
2000-06-30
split netstat -an -f inet and netstat -an -f inet6, for consistency.
Jun-ichiro itojun Hagino
2000-01-21
ip4 -> ipip
Angelos D. Keromytis
1999-12-08
add IPv6 support from KAME. cleanup type matches with printf() format.
Jun-ichiro itojun Hagino
1999-10-29
etherip statistics
Angelos D. Keromytis
1998-02-26
* netstat -r [-n] now prints netmasks for network routes (in XXX/24 format).
Peter Galbavy
1997-07-23
Add AppleTalk support. TODO: route.c does not handle netranges.
denny
1997-07-04
Base PLEN on the value of LONG_BIT instead of assuming based
Todd C. Miller
1997-06-29
Use correct spacing on both 32bit and 64bit machines.
Todd C. Miller
1997-06-29
Mostly clean -Wall + 64bit issues.
Todd C. Miller
1997-06-18
Be a bit more verbose for AF_ENCAP "routing" entries.
Angelos D. Keromytis
1997-02-21
netstat now understands SIPP-AH/SIPP-ESP (IPsec) and ENCAP protocols.
Angelos D. Keromytis
1996-08-16
ipx.
Michael Shalayeff
1996-06-26
rcsid
Theo de Raadt
1996-05-10
if_name/if_unit -> if_xname/if_softc
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt