Date: Tue, 21 May 2013 10:41:30 -0400 From: John Baldwin <jhb@freebsd.org> To: Konstantin Belousov <kib@freebsd.org> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r250853 - in head/sys: compat/freebsd32 kern Message-ID: <201305211041.30702.jhb@freebsd.org> In-Reply-To: <201305211140.r4LBeGSi059770@svn.freebsd.org> References: <201305211140.r4LBeGSi059770@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305211041.30702.jhb>