From owner-cvs-all Mon Sep 9 2: 5: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A536337B400; Mon, 9 Sep 2002 02:05:06 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59F8843E3B; Mon, 9 Sep 2002 02:05:06 -0700 (PDT) (envelope-from tanimura@FreeBSD.org) Received: from freefall.freebsd.org (tanimura@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g89956JU032411; Mon, 9 Sep 2002 02:05:06 -0700 (PDT) (envelope-from tanimura@freefall.freebsd.org) Received: (from tanimura@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g89956Ec032410; Mon, 9 Sep 2002 02:05:06 -0700 (PDT) Message-Id: <200209090905.g89956Ec032410@freefall.freebsd.org> From: Seigo Tanimura Date: Mon, 9 Sep 2002 02:05:06 -0700 (PDT) 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tanimura 2002/09/09 02:05:06 PDT Modified files: sys/vm vm_glue.c Log: - Do not swap out a process if it is in creation. The process may have no address space yet. - Check whether a process is a system process prior to dereferencing its p_vmspace. Aio assumes that only the curthread switches the address space of a system process. Revision Changes Path 1.154 +24 -0 src/sys/vm/vm_glue.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message