From owner-cvs-all Mon Jan 29 16:10:58 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DFA7737B69C; Mon, 29 Jan 2001 16:10:37 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0U0AbK58923; Mon, 29 Jan 2001 16:10:37 -0800 (PST) (envelope-from jhb) Message-Id: <200101300010.f0U0AbK58923@freefall.freebsd.org> From: John Baldwin Date: Mon, 29 Jan 2001 16:10:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys proc.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/29 16:10:37 PST Modified files: sys/sys proc.h Log: - 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 Revision Changes Path 1.144 +15 -5 src/sys/sys/proc.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message