Subject: PR/35506 CVS commit: [netbsd-4] src/lib/libkvm
To: None <lib-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Matthias Scheler <tron@netbsd.org>
List: netbsd-bugs
Date: 02/11/2007 13:45:02
The following reply was made to PR lib/35506; it has been noted by GNATS.

From: Matthias Scheler <tron@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: PR/35506 CVS commit: [netbsd-4] src/lib/libkvm
Date: Sun, 11 Feb 2007 13:40:55 +0000 (UTC)

 Module Name:	src
 Committed By:	tron
 Date:		Sun Feb 11 13:40:55 UTC 2007
 
 Modified Files:
 	src/lib/libkvm [netbsd-4]: kvm_proc.c
 
 Log Message:
 Pull up following revision(s) (requested by elad in ticket #415):
 	lib/libkvm/kvm_proc.c: revision 1.65
 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.62 -r1.62.4.1 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.