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
/
main.c
Age
Commit message (
Expand
)
Author
2017-08-12
add option -l to show only listening sockets (for tcp)
Sebastian Benoit
2016-12-22
Remove PIM support from the multicast stack.
Rafael Zalamena
2016-07-20
To tune the TCP SYN cache we need more information. Print the
Alexander Bluhm
2016-01-01
The "-P" option does not need to read routing table symbols so do not
Martin Pieuchot
2015-10-23
further simplify argv
Ted Unangst
2015-10-23
simplify backcompat. no more support for kernel or kmem on argv
Ted Unangst
2015-02-12
Switch the printing of open sockets from ugly KVM internals to use
Claudio Jeker
2015-02-09
Get rid of another KVM reader and convert the multicast output to use
Claudio Jeker
2015-02-06
Remove route/netstat -f encap in favor of ipsecctl -s flow.
Reyk Floeter
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2014-10-23
Remove networks(5) support.
Ingo Schwarze
2014-06-23
The second level of the CTL_NET sysctl is a PF_*, not an AF_*
Philip Guenther
2014-02-13
use strtonum. ok krw
Ted Unangst
2014-01-10
ddpcb and unixsw symbols are no longer used with kvm_read
Philip Guenther
2013-11-20
unsigned char cast for isdigit, dealing with argv
Theo de Raadt
2013-10-28
use %d instea of %i
Theo de Raadt
2013-10-22
- add UNIX-domain socket info to struct kinfo_file2
Philip Guenther
2013-03-20
As non-root, whenever netstat is about to print out a kernel pointer...
Theo de Raadt
2012-08-22
i missed usage and the manpage. prod by jmc
Ted Unangst
2012-08-22
-h flag to print human numbers in conjunction with -w -b
Ted Unangst
2011-11-01
Do some cleanup and improve the manpage. From Andreas Bartelt; ok henning, jmc
Mike Belopuhov
2011-11-01
Fixup previous: don't forget to actually get the current rtable;
Mike Belopuhov
2011-11-01
List sockets existing only in the specified or current routing domain.
Mike Belopuhov
2011-07-09
rmove rotten netatalk bits
Henning Brauer
2011-03-15
Add a -B flag to netstat which displays buffer sizes for TCP sockets.
Joel Sing
2010-10-30
Print socket structure internals when netstat -P pcbaddr is called
Alexander Bluhm
2010-10-11
Do similar changes to netstat as done to route(8). Try to show the
Claudio Jeker
2010-07-14
pass the correct af if not specified.
David Hill
2010-06-30
Make deprecated command line argument for extracting
lum
2010-06-29
Allow selecting both address family and protocol by passing the address family
Bret Lambert
2009-11-22
don't repeat the banner if not a tty.
Ted Unangst
2009-11-05
IPv6 support for divert sockets.
Michele Marchetto
2009-10-04
Add (again) support for divert sockets. They allow you to:
Michele Marchetto
2009-05-07
Make the kvm routing table code grok multiple routing tables and do not
Claudio Jeker
2009-02-21
we use kvm_openfiles() not kvm_open(); Amarendra Godbole
Theo de Raadt
2009-01-27
Fix some interger overflows when accounting the used mbuf memory percentage
Claudio Jeker
2008-09-16
netstat statistics for pflow(4) via pseudo family
Joerg Goltermann
2008-05-08
make -f mpls work. OK norby@
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
Remove the kvm code in rt_stats() and use the sysctl code all the time.
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-12-11
mbuf stats are always gotten via sysctl(), so remove old nlist stuff
Theo de Raadt
2007-10-20
an usage message should fit on a 80-column display
Igor Sobrado
2007-07-25
Make it possible to show alternate routing tables in netstat. This mostly
Claudio Jeker
2007-06-28
Bring the index defines back in sync with struct nlist after removal of IPX
Claudio Jeker
2007-06-04
remove IPX support, agreed by many
Henning Brauer
2007-03-23
add -F to usage();
Jason McIntyre
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
[next]