Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Andrew Brown <atatat@netbsd.org>
List: source-changes
Date: 03/01/2003 07:41:57
Module Name:	src
Committed By:	atatat
Date:		Sat Mar  1 05:41:57 UTC 2003

Modified Files:
	src/bin/ps: extern.h keyword.c print.c ps.1
	src/lib/libkvm: kvm_proc.c
	src/sys/kern: kern_sysctl.c
	src/sys/sys: sysctl.h

Log Message:
Add p_svuid and p_svgid to kinfo_proc2.  Populate them in the kernel
and in libkvm.  Then teach ps how to show them to you.

Also, teach ps how to show the names for all the uids, the rest of the
group numbers, and the "group access list".


To generate a diff of this commit:
cvs rdiff -r1.22 -r1.23 src/bin/ps/extern.h
cvs rdiff -r1.29 -r1.30 src/bin/ps/keyword.c
cvs rdiff -r1.76 -r1.77 src/bin/ps/print.c
cvs rdiff -r1.58 -r1.59 src/bin/ps/ps.1
cvs rdiff -r1.49 -r1.50 src/lib/libkvm/kvm_proc.c
cvs rdiff -r1.127 -r1.128 src/sys/kern/kern_sysctl.c
cvs rdiff -r1.91 -r1.92 src/sys/sys/sysctl.h

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