Subject: CVS commit: src/usr.bin/netstat
To: None <source-changes@NetBSD.org>
From: Rui Paulo <rpaulo@netbsd.org>
List: source-changes
Date: 09/02/2005 22:23:13
Module Name: src
Committed By: rpaulo
Date: Fri Sep 2 22:23:13 UTC 2005
Modified Files:
src/usr.bin/netstat: bpf.c main.c netstat.h
Log Message:
Request process information using sysctl(3) and not kvm(3) since bpf(4)
statistics and peers are only available using the former.
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/usr.bin/netstat/bpf.c
cvs rdiff -r1.49 -r1.50 src/usr.bin/netstat/main.c
cvs rdiff -r1.31 -r1.32 src/usr.bin/netstat/netstat.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.