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
Age
Commit message (
Expand
)
Author
2014-11-21
remove pointless if_var.h and socketvar.h includes; ok deraadt
Mike Belopuhov
2014-11-06
i renamed the mbuf pool.
David Gwynne
2014-11-03
Put the socket splicing fields into a seperate struct sosplice that
Alexander Bluhm
2014-10-26
remove unused variables
Charles Longeau
2014-10-23
Remove networks(5) support.
Ingo Schwarze
2014-08-14
No need for <netinet/in_systm.h> nor <netinet/tcpip.h>.
Martin Pieuchot
2014-08-14
Kill bandwidth monitoring meters.
Martin Pieuchot
2014-07-10
#define _KERNEL hack requires ucred.h now as well
Theo de Raadt
2014-07-02
info about pools is currently given to userland by copying each
David Gwynne
2014-06-23
The second level of the CTL_NET sysctl is a PF_*, not an AF_*
Philip Guenther
2014-05-10
catch up with the inet(3) rename; this commit missed in previous
Jason McIntyre
2014-05-08
Introduce two new route flags: RTF_LOCAL and RTF_BROADCAST.
Martin Pieuchot
2014-04-17
Sync show.c with the route version. Make the two files more similar but
Claudio Jeker
2014-02-13
use strtonum. ok krw
Ted Unangst
2014-01-25
Fix printing of icps_toofreq unlike IPv6 the IPv4 value is just a u_long.
Claudio Jeker
2014-01-23
hardware cecksummed counters -> software checksummed counters
Henning Brauer
2014-01-19
Report the number of dropped ICMP error because the rate limit got exceeded.
Claudio Jeker
2014-01-10
ddpcb and unixsw symbols are no longer used with kvm_read
Philip Guenther
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-23
fix circleq tailq conversion
Ted Unangst
2013-12-20
Switch inpt_queue from CIRCLEQ to TAILQ. Thus ending use of CIRCLEQ
Kenneth R Westerback
2013-11-25
netstat -Ar leaked some kernel pointers to unprivileged users. Use
Alexander Bluhm
2013-11-21
split kernel parts of the if.h into a separate header file if_var.h
Mike Belopuhov
2013-11-20
unsigned char cast for isdigit, dealing with argv
Theo de Raadt
2013-11-13
handle lack of proto
Theo de Raadt
2013-11-09
kinfo_file returns the socket buffer counts in uint64_ts, so we need to
Philip Guenther
2013-10-28
use %d instea of %i
Theo de Raadt
2013-10-24
These two programs got fooled by the KAME/NRL split and need type repair.
Theo de Raadt
2013-10-22
- add UNIX-domain socket info to struct kinfo_file2
Philip Guenther
2013-09-29
Prepare netstat for printing 64 bit route expire time.
Alexander Bluhm
2013-08-18
Fix calls to printf-like functions which passed a non-fixed string
Philip Guenther
2013-04-23
create a method to print the unp_ino (ino_t) properly once it becomes
Theo de Raadt
2013-04-18
improve time_t handling here, too
Theo de Raadt
2013-04-18
improve time_t printing; ok claudio
Theo de Raadt
2013-04-16
handle long long tv_sec; ok millert
Theo de Raadt
2013-03-20
As non-root, whenever netstat is about to print out a kernel pointer...
Theo de Raadt
2013-02-05
netstat -vP also shows the new struct sockbuf field sb_flagsintr.
Alexander Bluhm
2013-01-16
sys/mbuf.h not needed
Theo de Raadt
2012-12-05
Remove excessive sys/cdefs.h inclusion
Theo de Raadt
2012-12-04
remove some unnecessary sys/mbuf.h inclusions
Theo de Raadt
2012-08-26
oops, i added a stray character. spotted by jmc
Ted Unangst
2012-08-22
remove unneccessary .Pp;
Jason McIntyre
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
2012-07-13
Label node allocation failures as such in netstat -W output.
Stefan Sperling
2012-03-17
remove IP_JUMBO, SO_JUMBO, and RTF_JUMBO.
David Gwynne
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
[next]