From owner-svn-src-head@freebsd.org Wed Dec 23 15:24:27 2015 Return-Path: Delivered-To: svn-src-head@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 479ACA4F21A; Wed, 23 Dec 2015 15:24:27 +0000 (UTC) (envelope-from andrew@fubar.geek.nz) Received: from kif.fubar.geek.nz (kif.fubar.geek.nz [178.62.119.249]) by mx1.freebsd.org (Postfix) with ESMTP id 183361F69; Wed, 23 Dec 2015 15:24:27 +0000 (UTC) (envelope-from andrew@fubar.geek.nz) Received: from zapp.Home (unknown [90.200.119.55]) by kif.fubar.geek.nz (Postfix) with ESMTPSA id F2F96D78FE; Wed, 23 Dec 2015 15:23:55 +0000 (UTC) Date: Wed, 23 Dec 2015 15:23:52 +0000 From: Andrew Turner Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r292659 - head/sys/arm64/include Message-ID: <20151223152352.6c82e8ba@zapp.Home> In-Reply-To: <201512231522.tBNFMiNm074300@repo.freebsd.org> References: <201512231522.tBNFMiNm074300@repo.freebsd.org> X-Mailer: Claws Mail 3.13.0 (GTK+ 2.24.29; amd64-portbld-freebsd11.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Dec 2015 15:24:27 -0000 On Wed, 23 Dec 2015 15:22:44 +0000 (UTC) Andrew Turner wrote: > Author: andrew > Date: Wed Dec 23 15:22:44 2015 > New Revision: 292659 > URL: https://svnweb.freebsd.org/changeset/base/292659 > > Log: > Increase the size and alignment of the setjmp buffer. This will > allow for possible future CPU extentions with larger registers. > > jmp_buf's size and alignment are baked into the ABI of third party > libraries and thus are very hard to change later so it is best to > waste a small amount of space now. > > Reviewed by: brooks This should be "Submitted by: brooks". Andrew