From owner-cvs-all Tue Jun 19 17:48:26 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 6BCAF37B406; Tue, 19 Jun 2001 17:48:21 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f5K0mLV60690; Tue, 19 Jun 2001 17:48:21 -0700 (PDT) (envelope-from jhb) Message-Id: <200106200048.f5K0mLV60690@freefall.freebsd.org> From: John Baldwin Date: Tue, 19 Jun 2001 17:48:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_glue.c vm_pageout.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 jhb 2001/06/19 17:48:21 PDT Modified files: sys/vm vm_glue.c vm_pageout.c Log: Put the scheduler, vmdaemon, and pagedaemon kthreads back under Giant for now. The proc locking isn't actually safe yet and won't be until the proc locking is finished. Revision Changes Path 1.115 +1 -4 src/sys/vm/vm_glue.c 1.178 +2 -17 src/sys/vm/vm_pageout.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message