From owner-svn-src-all@FreeBSD.ORG Tue May 21 14:48:03 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 9BA7D797; Tue, 21 May 2013 14:48:03 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) by mx1.freebsd.org (Postfix) with ESMTP id 6E8317ED; Tue, 21 May 2013 14:48:03 +0000 (UTC) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id B85D8B980; Tue, 21 May 2013 10:48:02 -0400 (EDT) From: John Baldwin To: Konstantin Belousov Subject: Re: svn commit: r250853 - in head/sys: compat/freebsd32 kern Date: Tue, 21 May 2013 10:41:30 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110714-p25; KDE/4.5.5; amd64; ; ) References: <201305211140.r4LBeGSi059770@svn.freebsd.org> In-Reply-To: <201305211140.r4LBeGSi059770@svn.freebsd.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201305211041.30702.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Tue, 21 May 2013 10:48:02 -0400 (EDT) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 May 2013 14:48:03 -0000 On Tuesday, May 21, 2013 7:40:16 am Konstantin Belousov wrote: > Author: kib > Date: Tue May 21 11:40:16 2013 > New Revision: 250853 > URL: http://svnweb.freebsd.org/changeset/base/250853 > > Log: > Fix the wait6(2) on 32bit architectures and for the compat32, by using > the right type for the argument in syscalls.master. Also fix the > posix_fallocate(2) and posix_fadvise(2) compat32 syscalls on the > architectures which require padding of the 64bit argument. > > Noted and reviewed by: jhb > Pointy hat to: kib I get to share the pointy hat as I missed the padding requirement for the posix_f*() compat32 shims. -- John Baldwin