Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Simon Burge <simonb@netbsd.org>
List: source-changes
Date: 05/25/2000 20:04:29
Module Name:	basesrc
Committed By:	simonb
Date:		Fri May 26 03:04:29 UTC 2000

Modified Files:
	basesrc/bin/ps: Makefile extern.h keyword.c nlist.c print.c
	    procfs_ops.c ps.c ps.h

Log Message:
Use new sysctl/kvm interfaces.  This will stop the "proc size mismatch"
errors when internal kernel structures change size.  Also remove
the sgid bit - all live kernel data is accessed through the sysctl
interface.


To generate a diff of this commit:
cvs rdiff -r1.26 -r1.27 basesrc/bin/ps/Makefile
cvs rdiff -r1.16 -r1.17 basesrc/bin/ps/extern.h
cvs rdiff -r1.22 -r1.23 basesrc/bin/ps/keyword.c
cvs rdiff -r1.15 -r1.16 basesrc/bin/ps/nlist.c basesrc/bin/ps/ps.h
cvs rdiff -r1.50 -r1.51 basesrc/bin/ps/print.c
cvs rdiff -r1.8 -r1.9 basesrc/bin/ps/procfs_ops.c
cvs rdiff -r1.37 -r1.38 basesrc/bin/ps/ps.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.