From owner-freebsd-current@freebsd.org Sat Jan 2 20:22:12 2016 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DDC4EA5FC6A; Sat, 2 Jan 2016 20:22:12 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id CE26C1E07; Sat, 2 Jan 2016 20:22:12 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id 809561902; Sat, 2 Jan 2016 20:22:12 +0000 (UTC) Date: Sat, 2 Jan 2016 20:22:08 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: nwhitehorn@FreeBSD.org, adrian@FreeBSD.org, ian@FreeBSD.org, emaste@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-current@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <2004065305.91.1451766131899.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <2141215411.87.1451758454298.JavaMail.jenkins@jenkins-9.freebsd.org> References: <2141215411.87.1451758454298.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_i386 - Build #2018 - Fixed MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_HEAD_i386 X-Jenkins-Result: SUCCESS Precedence: bulk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Jan 2016 20:22:13 -0000 FreeBSD_HEAD_i386 - Build #2018 - Fixed: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/2018/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/2018/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/2018/console Change summaries: 293056 by ian: Add an OF_decode_addr() implementation for arm64. Discussed with: andrew 293055 by emaste: kbdmap.5: Use current names for ASCII control codes lf, ff, us Refer to the old names nl, np, ns as historical aliases. PR: 205776, 205778 MFC After: 1 week Sponsored by: The FreeBSD Foundation 293054 by adrian: ... and that would've never worked. Sorry! (Note: everything I tested on locally has ATH_DEBUG / AH_DEBUG set.) 293053 by ian: Use 64-bit math when finding a block of ram to hold the kernel. This fixes a problem on 32-bit systems which have ram occupying the end of the physical address space -- for example, a block of ram at 0x80000000 with a size of 0x80000000 was overflowing 32 bit math and ending up with a calculated size of zero. This is a fix for one of the two problems mentioned in the PR. Something similar will need to be done on the kernel side before the PR is closed. PR: 201614 293052 by nwhitehorn: Bring CPU features list in line with the ABI requirements. MFC after: 1 week 293051 by nwhitehorn: Switch setting MSR[SF] to C code. This removes any CPU-specific code (MSF[SF] is a Book 3-S thing) in the 64-bit locore64.S.