K 10 svn:author V 3 jhb K 8 svn:date V 27 2001-10-26T08:12:54.000000Z K 7 svn:log V 342 Add a per-thread ucred reference for syscalls and synchronous traps from userland. The per thread ucred reference is immutable and thus needs no locks to be read. However, until all the proc locking associated with writes to p_ucred are completed, it is still not safe to use the per-thread reference. Tested on: x86 (SMP), alpha, sparc64 END