From owner-freebsd-hackers@FreeBSD.ORG Fri Dec 7 19:50:39 2012 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 46930E18; Fri, 7 Dec 2012 19:50:39 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-lb0-f182.google.com (mail-lb0-f182.google.com [209.85.217.182]) by mx1.freebsd.org (Postfix) with ESMTP id 8CB538FC12; Fri, 7 Dec 2012 19:50:38 +0000 (UTC) Received: by mail-lb0-f182.google.com with SMTP id go10so884412lbb.13 for ; Fri, 07 Dec 2012 11:50:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=Lg3Z3QSH4XSx5skZVn0tsVhoy4NRNdrCf/ce3QCC2pM=; b=uW3OCEJ+/eX6n2fHaaw2cAMhV0hteGdYcDPgAELoVgmyzv5rCubzPrDGX2knbpiCTE /jNiekbCHeEyD25TtH+xznD7lXvk7ovLMNyxWdpging7ibklrLo+oivXdhp0MOdBf1s4 dtdY9CiuQgNY3gYvUmrAcB41SQlsxwIRjyckhmoUykrj2f1343nau8MYYUaA7ROnL7Ze AfzI2ZkC7oZWUJflT0PJZOUVmjAcnq0eKIJ+kdDb3V1z82CaJGQr0OOwopzw26NfEzwa WZUL3k9gnA4kvpX2p8NWvJv5NP4adl8m1Gd/HLCEdG990HJWudedJinsqBFcGsM8Z3Ij Q+Fg== MIME-Version: 1.0 Received: by 10.112.29.104 with SMTP id j8mr3037014lbh.0.1354909836984; Fri, 07 Dec 2012 11:50:36 -0800 (PST) Received: by 10.112.99.70 with HTTP; Fri, 7 Dec 2012 11:50:36 -0800 (PST) In-Reply-To: <3386ABA0-B05E-4E52-B9F7-35555A8AAFDA@fisglobal.com> References: <3386ABA0-B05E-4E52-B9F7-35555A8AAFDA@fisglobal.com> Date: Fri, 7 Dec 2012 11:50:36 -0800 Message-ID: Subject: Re: loader and ficl/Forth help From: Garrett Cooper To: Devin Teske Content-Type: text/plain; charset=ISO-8859-1 Cc: FreeBSD Hackers X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2012 19:50:39 -0000 On Fri, Dec 7, 2012 at 1:07 AM, Devin Teske wrote: ... > I've made some improvements to the supplied patch. Said improvements should address the previous issues that were preventing this from going in. > > Can someone test the newly-attached patch.txt and get back to me? The patch seems to be missing a few checks (boot_multicons, boot -D, etc). I really wish this stuff was properly consolidated/cleaned up -- loader.conf's console stuff is a hodgepodge mess of duplicated/obfuscated user knobs. Thanks, -Garrett