Subject: CVS commit: src/lib/libkvm
To: None <source-changes@NetBSD.org>
From: Elad Efrat <elad@netbsd.org>
List: source-changes
Date: 02/06/2007 21:21:51
Module Name:	src
Committed By:	elad
Date:		Tue Feb  6 21:21:51 UTC 2007

Modified Files:
	src/lib/libkvm: kvm_proc.c

Log Message:
PR/35506: Chuck Silvers: ps doesn't work on crash dumps, libkvm doesn't
know about kauth

Implemented _kvm_convertcred() to handle copying kauth_cred_t to userspace
and converting it to the appropriate 'struct eproc' members ('pcred' and
'ucred' respectively).

Okay mlelstv@.


To generate a diff of this commit:
cvs rdiff -r1.64 -r1.65 src/lib/libkvm/kvm_proc.c

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