From owner-cvs-all Wed Jan 24 3:26:17 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 A259337B69F; Wed, 24 Jan 2001 03:25:56 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0OBPuM17491; Wed, 24 Jan 2001 03:25:56 -0800 (PST) (envelope-from jhb) Message-Id: <200101241125.f0OBPuM17491@freefall.freebsd.org> From: John Baldwin Date: Wed, 24 Jan 2001 03:25:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_glue.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/24 03:25:56 PST Modified files: sys/vm vm_glue.c Log: - Catch up to proc flag changes. - Proc locking in a few places. - faultin() now must be called with the proc lock held. - Split up swappable() into a couple of tests so that it can be locke in swapout_procs(). - Use queue macros. Revision Changes Path 1.104 +44 -28 src/sys/vm/vm_glue.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message