From owner-freebsd-arch@FreeBSD.ORG Sat Dec 8 00:43:41 2012 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CF6F9236 for ; Sat, 8 Dec 2012 00:43:41 +0000 (UTC) (envelope-from Devin.Teske@fisglobal.com) Received: from mx1.fisglobal.com (mx1.fisglobal.com [199.200.24.190]) by mx1.freebsd.org (Postfix) with ESMTP id 7E9C08FC12 for ; Sat, 8 Dec 2012 00:43:41 +0000 (UTC) Received: from smtp.fisglobal.com ([10.132.206.15]) by ltcfislmsgpa03.fnfis.com (8.14.5/8.14.5) with ESMTP id qB80hdST015233 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NOT) for ; Fri, 7 Dec 2012 18:43:39 -0600 Resent-Message-Id: <201212080043.qB80hdST015233@ltcfislmsgpa03.fnfis.com> Received: from [10.0.0.102] (10.14.152.61) by smtp.fisglobal.com (10.132.206.15) with Microsoft SMTP Server (TLS) id 14.2.309.2; Fri, 7 Dec 2012 18:43:38 -0600 Subject: PR conf/121064 -- [patch] sys/boot/forth -- Use ASCII characters for box/line characters in frames.4th MIME-Version: 1.0 (Apple Message framework v1283) From: Devin Teske Resent-Cc: Adrian Chadd , Garrett Cooper , Devin Teske Resent-From: Devin Teske Date: Fri, 7 Dec 2012 13:39:11 -0800 Resent-Date: Fri, 7 Dec 2012 16:43:37 -0800 Resent-To: Message-ID: To: Adrian Chadd X-Mailer: Apple Mail (2.1283) X-Originating-IP: [10.14.152.61] X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.9.8185, 1.0.431, 0.0.0000 definitions=2012-12-07_04:2012-12-07,2012-12-07,1970-01-01 signatures=0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: Devin Teske , Garrett Cooper X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Devin Teske List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2012 00:43:41 -0000 Hi -arch, Eitan brought PR conf/121064 to my attention. This particular PR appears to be ~5 years old and addresses an ~10 year old= issue introduced by SVN r115410 Below is the commit message and patch that I'm proposing to commit for this= PR (also, I amended said patch to the PR audit trail; see conf/121064). I asked gcooper to review the working/tested patch. Here's a before/after shot (courtesy of jh) -- against 9.0-R: http://twitpic.com/bjxfcz Please let me know if you have any objections, feature-requests, nagging fe= elings, etc. --=20 Cheers, Devin =3D=3D=3D Use ASCII characters for box/line characters in frames.4th Committed with changes to support the following from loader.conf(5): + console=3D"vidconsole comconsole" (not just console=3D"comconsole") + boot_serial=3D"anything" (not just boot_serial=3D"YES") + boot_multicons=3D"anything" (unsupported in originally-submitted patch) PR: conf/121064 Submitted by: koitsu Reviewed by: gcooper, adrian (co-mentor) [pending your review] Approved by: adrian (co-mentor) [pending your approval] Obtained from: MFC after: Security: --This line, and those below, will be ignored-- > Description of fields to fill in above: 76 columns --| > PR: If a GNATS PR is affected by the change. > Submitted by: If someone else sent in the change. > Reviewed by: If someone else reviewed your modification. > Approved by: If you needed approval for this commit. > Obtained from: If the change is from a third party. > MFC after: N [day[s]|week[s]|month[s]]. Request a reminder email. > Security: Vulnerability reference (one per line) or description. > Empty fields above will be automatically removed. M forth/support.4th M forth/frames.4th _____________ The information contained in this message is proprietary and/or confidentia= l. If you are not the intended recipient, please: (i) delete the message an= d all copies; (ii) do not disclose, distribute or use the message in any ma= nner; and (iii) notify the sender immediately. In addition, please be aware= that any message addressed to our domain is subject to archiving and revie= w by persons other than the intended recipient. Thank you. _____________ The information contained in this message is proprietary and/or confidentia= l. If you are not the intended recipient, please: (i) delete the message an= d all copies; (ii) do not disclose, distribute or use the message in any ma= nner; and (iii) notify the sender immediately. In addition, please be aware= that any message addressed to our domain is subject to archiving and revie= w by persons other than the intended recipient. Thank you.