NetBSD/usr.bin/netstat
thorpej 22afdc2c33 Update for the changes to struct ifnet. While I'm here, fix a couple
of long-standing bugs:

	- Actually deal with the fact that the kernel ifnet list is
	  a TAILQ; it just happened to work before.

	- Use kvm_openfiles() instead of kvm_open().  The code passed
	  arguments to kvm_open() as if it were kvm_openfiles(), but
	  apparently went unnoticed since the prototypes are the same.
	  Amusing bit: there were XXX's in the code which seemed to
	  apologize for a verbose libkvm, when it happened to be a
	  bug in netstat!
1996-05-07 02:55:00 +00:00
..
Makefile New-style RCS ids. 1995-10-03 21:42:34 +00:00
if.c Update for the changes to struct ifnet. While I'm here, fix a couple 1996-05-07 02:55:00 +00:00
inet.c Update to match kernel. 1996-01-31 04:01:48 +00:00
iso.c New-style RCS ids. 1995-10-03 21:42:34 +00:00
main.c Update for the changes to struct ifnet. While I'm here, fix a couple 1996-05-07 02:55:00 +00:00
mbuf.c Update for the changes to struct ifnet. While I'm here, fix a couple 1996-05-07 02:55:00 +00:00
mroute.c New-style RCS ids. 1995-10-03 21:42:34 +00:00
netstat.1 New-style RCS ids. 1995-10-03 21:42:34 +00:00
netstat.h Update for the changes to struct ifnet. While I'm here, fix a couple 1996-05-07 02:55:00 +00:00
ns.c New-style RCS ids. 1995-10-03 21:42:34 +00:00
route.c Update for the changes to struct ifnet. While I'm here, fix a couple 1996-05-07 02:55:00 +00:00
unix.c New-style RCS ids. 1995-10-03 21:42:34 +00:00