From owner-cvs-all Wed Jan 24 3: 6:19 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 A6D1637B698; Wed, 24 Jan 2001 03:05:54 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0OB5sb14696; Wed, 24 Jan 2001 03:05:54 -0800 (PST) (envelope-from jhb) Message-Id: <200101241105.f0OB5sb14696@freefall.freebsd.org> From: John Baldwin Date: Wed, 24 Jan 2001 03:05:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_proc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/24 03:05:53 PST Modified files: sys/kern kern_proc.c Log: - Proc locking. - Catch up to proc flag changes. - Reorder the way we get things in fill_kinfoproc() to minimize the number of locking operations. Revision Changes Path 1.82 +37 -32 src/sys/kern/kern_proc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message