From owner-freebsd-current@FreeBSD.ORG Fri Jul 25 17:55:33 2014 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 771D7609 for ; Fri, 25 Jul 2014 17:55:33 +0000 (UTC) Received: from mail.ignoranthack.me (ignoranthack.me [199.102.79.106]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 57EA82B51 for ; Fri, 25 Jul 2014 17:55:33 +0000 (UTC) Received: from [192.168.200.205] (c-50-131-5-126.hsd1.ca.comcast.net [50.131.5.126]) (using SSLv3 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: sbruno@ignoranthack.me) by mail.ignoranthack.me (Postfix) with ESMTPSA id AA303193A3A for ; Fri, 25 Jul 2014 17:55:32 +0000 (UTC) Subject: Re: libstand modification [committed] From: Sean Bruno Reply-To: sbruno@freebsd.org To: freebsd-current In-Reply-To: <1406043907.1063.27.camel@bruno> References: <1406043907.1063.27.camel@bruno> Content-Type: text/plain; charset="us-ascii" Date: Fri, 25 Jul 2014 10:55:32 -0700 Message-ID: <1406310932.1080.5.camel@bruno> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18 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: Fri, 25 Jul 2014 17:55:33 -0000 On Tue, 2014-07-22 at 08:45 -0700, Sean Bruno wrote: > https://phabric.freebsd.org/D443 > > the 64bit version of userboot has been screaming about bit shifting > operators for a while now. > > The short explanation, amd64 sizeof(long) != i386 sizeof(long). > > The long explanation is in the phabric diff and comments. > > I see no reason to not commit this, but thought I'd throw it here for > your commentary. > > sean This is now in head. sean