From owner-freebsd-current@FreeBSD.ORG Tue Oct 19 17:03:59 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0572B16A4CE; Tue, 19 Oct 2004 17:03:59 +0000 (GMT) Received: from ran.psg.com (ip192.186.dsl-acs2.seawa0.iinet.com [209.20.186.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6B5A43D3F; Tue, 19 Oct 2004 17:03:58 +0000 (GMT) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=ran.psg.com.psg.com) by ran.psg.com with esmtp (Exim 4.34 (FreeBSD)) id 1CJxOw-0004Ed-8X; Tue, 19 Oct 2004 10:03:58 -0700 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16757.18685.756183.845077@ran.psg.com> Date: Tue, 19 Oct 2004 10:03:57 -0700 To: Brian Fundakowski Feldman References: <16756.47081.304613.940742@ran.psg.com> <20041019134037.GC1072@green.homeunix.org> <16757.16950.231007.263153@ran.psg.com> <20041019165417.GE1072@green.homeunix.org> cc: FreeBSD Current Subject: Re: trap 12 with preempt (and ule) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Oct 2004 17:03:59 -0000 >>> Yeah, there's no one looking at fixing all of the ULE bugs for now -- >>> so make sure to not turn on PREEMPTION. >> i thought the preeempt fix was in the must-do for 5.3. so when it >> was not in this week's list, i figured it was fixed and would work >> in current. silly me. must have mis-read or mis-understood. ah >> well. > Only for SCHED_4BSD. I have no clue at all why config(8) doesn't > print out a warning that SCHED_ULE is now unsupported. so, the word from the wise is SCHED_4BSD not ULE. and is PREEMPT solid with 4bsd? randy