K 10 svn:author V 3 jhb K 8 svn:date V 27 2001-01-30T00:10:37.000000Z K 7 svn:log V 480 - Use the right name for the proctree lock in the locking key. - Add a note about the special locking semantics used for members such as p_cred that are read by multiple processes but only written to by the current process. - Change p_upages_obj's locking key to note that it is created at fork and left alone afterwards (the actual pointer, not what it points to.) - Mark p_intr_nesting_level as being implicitly locked since only curproc accesses it. Reviewed by: jake END