From owner-cvs-all@FreeBSD.ORG Tue Sep 7 22:37:44 2004 Return-Path: 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 4F07216A4CE; Tue, 7 Sep 2004 22:37:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4351643D1F; Tue, 7 Sep 2004 22:37:44 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i87Mbitl044295; Tue, 7 Sep 2004 22:37:44 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i87MbiL9044294; Tue, 7 Sep 2004 22:37:44 GMT (envelope-from scottl) Message-Id: <200409072237.i87MbiL9044294@repoman.freebsd.org> From: Scott Long Date: Tue, 7 Sep 2004 22:37:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/alpha/conf GENERIC src/sys/amd64/conf GENERIC src/sys/i386/conf GENERIC src/sys/pc98/conf GENERIC src/sys/sparc64/conf GENERIC X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Sep 2004 22:37:44 -0000 scottl 2004-09-07 22:37:43 UTC FreeBSD src repository Modified files: sys/alpha/conf GENERIC sys/amd64/conf GENERIC sys/i386/conf GENERIC sys/pc98/conf GENERIC sys/sparc64/conf GENERIC Log: Switch the default scheduler to 4BSD to match what will go into RELENG_5 soon. It can be switched back once 5.3 is tested and released. Also turn on PREEMPTION as many of the stability problems with it have been fixed. MT5: 3 days. Revision Changes Path 1.178 +3 -1 src/sys/alpha/conf/GENERIC 1.423 +3 -1 src/sys/amd64/conf/GENERIC 1.415 +3 -1 src/sys/i386/conf/GENERIC 1.258 +3 -1 src/sys/pc98/conf/GENERIC 1.80 +3 -1 src/sys/sparc64/conf/GENERIC