From owner-cvs-src@FreeBSD.ORG Thu Oct 7 20:36:57 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3481416A4CE; Thu, 7 Oct 2004 20:36:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14F4F43D2F; Thu, 7 Oct 2004 20:36:57 +0000 (GMT) (envelope-from kensmith@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 i97Kau2D043698; Thu, 7 Oct 2004 20:36:56 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i97KauYF043697; Thu, 7 Oct 2004 20:36:56 GMT (envelope-from kensmith) Message-Id: <200410072036.i97KauYF043697@repoman.freebsd.org> From: Ken Smith Date: Thu, 7 Oct 2004 20:36:56 +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/conf kern.pre.mk X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Oct 2004 20:36:57 -0000 kensmith 2004-10-07 20:36:56 UTC FreeBSD src repository Modified files: sys/conf kern.pre.mk Log: Back out v1.58... We still don't know what is causing the specific problem I had but it's happening in code that is messing around with register windows - I'm willing to live with that piece being sensitive to this and it looks like the other problems we had reported lately are not fixed by using -O instead of -O2. Sorry for the churn. Looks like I need a second pointy hat. Someone tells me they stack well. :-)))) Revision Changes Path 1.59 +1 -1 src/sys/conf/kern.pre.mk