K 10 svn:author V 7 rwatson K 8 svn:date V 27 2001-11-01T20:56:57.000000Z K 7 svn:log V 347 o Move suser() calls in kern/ to using suser_xxx() with an explicit credential selection, rather than reference via a thread or process pointer. This is part of a gradual migration to suser() accepting a struct ucred instead of a struct proc, simplifying the reference and locking semantics of suser(). Obtained from: TrustedBSD Project END