From owner-cvs-all Wed Jan 24 2:41:21 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 127CA37B69B; Wed, 24 Jan 2001 02:40:57 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0OAevI09484; Wed, 24 Jan 2001 02:40:57 -0800 (PST) (envelope-from jhb) Message-Id: <200101241040.f0OAevI09484@freefall.freebsd.org> From: John Baldwin Date: Wed, 24 Jan 2001 02:40:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern init_main.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/24 02:40:57 PST Modified files: sys/kern init_main.c Log: - Catch up to p_sflag changes. - The MD code now initializes proc0.p_heldmtx, proc0.p_contested, and curproc. - The MD code calls here with Giant already held. - Proc locking. Revision Changes Path 1.153 +12 -21 src/sys/kern/init_main.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message