K 10 svn:author V 6 brooks K 8 svn:date V 27 2009-09-08T19:37:59.762102Z K 7 svn:log V 287 cr_groups is no longer embedded in struct ucred and is instead stored in a seperate array. As such we need to use kvm_read rather than bcopy to populate the ki_groups field. This fixes a crash when running ps -ax on a coredump. Reported by: brucec Tested by: brucec MFC after: 3 days END