From owner-cvs-all@FreeBSD.ORG Wed Sep 8 06:43:50 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 DC51616A4CE; Wed, 8 Sep 2004 06:43:50 +0000 (GMT) Received: from mail.chesapeake.net (chesapeake.net [208.142.252.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74E0943D31; Wed, 8 Sep 2004 06:43:50 +0000 (GMT) (envelope-from jroberson@chesapeake.net) Received: from mail.chesapeake.net (localhost [127.0.0.1]) by mail.chesapeake.net (8.12.10/8.12.10) with ESMTP id i886hndH071722; Wed, 8 Sep 2004 02:43:49 -0400 (EDT) (envelope-from jroberson@chesapeake.net) Received: from localhost (jroberson@localhost)i886hmsc071708; Wed, 8 Sep 2004 02:43:49 -0400 (EDT) (envelope-from jroberson@chesapeake.net) X-Authentication-Warning: mail.chesapeake.net: jroberson owned process doing -bs Date: Wed, 8 Sep 2004 02:43:48 -0400 (EDT) From: Jeff Roberson To: Scott Long In-Reply-To: <200409072237.i87MbiL9044294@repoman.freebsd.org> Message-ID: <20040908024335.T26496@mail.chesapeake.net> References: <200409072237.i87MbiL9044294@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/conf GENERIC src/sys/amd64/confGENERIC 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: Wed, 08 Sep 2004 06:43:51 -0000 What's not working well enough with ULE to run with it? On Tue, 7 Sep 2004, Scott Long wrote: > 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 >