svn commit: r250853 - in head/sys: compat/freebsd32 kern

John Baldwin jhb at freebsd.org
Tue May 21 14:48:03 UTC 2013


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


More information about the svn-src-all mailing list