From owner-freebsd-current@FreeBSD.ORG Sun Nov 4 18:37:46 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6C1F016A417 for ; Sun, 4 Nov 2007 18:37:46 +0000 (UTC) (envelope-from ohauer@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id B50DE13C494 for ; Sun, 4 Nov 2007 18:37:45 +0000 (UTC) (envelope-from ohauer@gmx.de) Received: (qmail invoked by alias); 04 Nov 2007 18:37:35 -0000 Received: from u18-124.dsl.vianetworks.de (EHLO [172.20.1.30]) [194.231.39.124] by mail.gmx.net (mp049) with SMTP; 04 Nov 2007 19:37:35 +0100 X-Authenticated: #1956535 X-Provags-ID: V01U2FsdGVkX1+W8nksWv+W0tztoYoiP5IuH3asO0BPGqWs5iohWf KQm4XHjDscOWar Message-ID: <472E116B.2030003@gmx.de> Date: Sun, 04 Nov 2007 19:37:31 +0100 From: Olli Hauer User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: Ken Smith References: <1194175906.1115.7.camel@opus.cse.buffalo.edu> In-Reply-To: <1194175906.1115.7.camel@opus.cse.buffalo.edu> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Cc: freebsd-current@freebsd.org, freebsd-stable@freebsd.org Subject: Re: FreeBSD 7.0-BETA2 Available X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 04 Nov 2007 18:37:46 -0000 Ken Smith wrote: > The 7.0-BETA2 builds have completed and are on many of the FreeBSD > mirror sites. If you want to update an existing machine using cvsup use > RELENG_7 as the branch tag. Instructions on using FreeBSD Update to > perform a binary upgrade from FreeBSD 6.x to 7.0-BETA2 will be provided > via the freebsd-stable list when available. > > The checksums for the currently available ISOs are: Grrrr, Just updated from the source rebuild world and kernel do debug a system hang and notice after hours of recompile (during system hang) that this part is missing in GENERIC (BETA2) # Debugging for use in -current options KDB # Enable kernel debugger support. options DDB # Support DDB. options GDB # Support remote GDB. options INVARIANTS # Enable calls of extra sanity checking options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS options WITNESS # Enable checks to detect deadlocks and cycles options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed I always thought this will removed if BETA? and RC? phase finished. Please correct me if I'm wrong. olli