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
/
systat
/
netstat.c
Age
Commit message (
Expand
)
Author
2015-03-12
Switch the netstat view of systat to use the same kvm_getfiles()
Claudio Jeker
2015-01-20
Adjust <sys/param.h> comments regarding use of use of MSIZE, or
Theo de Raadt
2015-01-16
first batch of programs adapting to the namespace cleanup
Theo de Raadt
2014-10-24
This tool doesn't actually support networks(5).
Ingo Schwarze
2014-10-08
userland reallocarray audit.
Doug Hogan
2014-08-14
No need for <netinet/in_systm.h> nor <netinet/tcpip.h>.
Martin Pieuchot
2013-12-25
final circleq to tailq fix. restore the previous pointer check by reading
Ted Unangst
2013-12-24
more fixing after circleq conversion. a better fix to check the prev
Ted Unangst
2013-12-20
Switch inpt_queue from CIRCLEQ to TAILQ. Thus ending use of CIRCLEQ
Kenneth R Westerback
2013-03-20
Do not expose a kernel address.
Theo de Raadt
2012-01-30
- allow the default to only show all non-listneing scokets, which matches
Okan Demirmen
2011-03-02
- use a common FIELD_ADDR macro, instead of rolling 78 identical copies.
Jasper Lievisse Adriaanse
2010-07-22
Let systat -N states resolve network addresses
giovanni
2008-12-07
Warning cleanup including unused variables and shadowed names
Can Erkin Acar
2008-06-12
New display engine for systat, based on pftop. Adds new views for pf
Can Erkin Acar
2007-02-25
use the 1 line load line from 'systat vm' on all the other displays, giving
Theo de Raadt
2006-03-31
fairly simple cleanup, lots of testing done
Theo de Raadt
2005-10-17
Use queue macros instead of directly accessing fields. ok pat@ "put it
Otto Moerbeek
2005-05-10
correct v6 handling; yanovich@psc.edu
Theo de Raadt
2004-09-29
always compile in INET6 support
Theo de Raadt
2004-04-26
add -n flag (do not reverse-lookup). pb and deraadt ok
Jun-ichiro itojun Hagino
2003-06-03
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2002-06-19
mark which nlist[] kmem entries are not needed in the sysctl case, and which are
Theo de Raadt
2002-06-18
ANSI
Theo de Raadt
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2001-12-07
move back. pvalchev -- the bug was quite obscure
Theo de Raadt
2001-12-07
back out latest changes which cause problems on alpha/sparc64 until
Peter Valchev
2001-11-23
fix signal races. use sysctl() instead of kvm where possible, and then KNF
Theo de Raadt
2001-11-19
kill more registers
Mike Pechkin
2001-07-28
Wall cleanup
Peter Valchev
2001-06-22
use strlcpy vs strncpy+a[len-1]='\0'
lebel
2001-05-04
handle kvm_nlist() failing, from pr#1798.
Eric Jackson
2000-05-24
correct type to be passed to IN6_ARE_ADDR_EQUAL macro.
Jun-ichiro itojun Hagino
2000-01-05
IPv6 support. commands under "netstat" are all IPv6-aware.
Jun-ichiro itojun Hagino
1999-12-08
Fix compile conflict with the new IPv6 code (namespace pollution).
Angelos D. Keromytis
1997-12-19
careful
Theo de Raadt
1997-12-19
proactive buffer blocks
Theo de Raadt
1997-12-19
bye bye sprintf
Theo de Raadt
1997-06-23
Cleanup by Theo and myself. CMDLINE changed to long to make
Todd C. Miller
1997-01-17
r?index -> strr?chr
Todd C. Miller
1996-08-06
avoid buf oflows
Theo de Raadt
1996-07-27
refresh screen better; freebsd pr#1425; from fn
Theo de Raadt
1996-06-26
rcsid
Theo de Raadt
1996-06-02
it compiles w/ new curses
Michael Shalayeff
1995-10-18
initial import of NetBSD tree
Theo de Raadt