Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Mar 2005 16:43:05 -0500
From:      John Baldwin <jhb@FreeBSD.org>
To:        alpha@FreeBSD.org, amd64@FreeBSD.org, ia64@FreeBSD.org
Subject:   [PATCH] More stackgap removal
Message-ID:  <200503021643.05580.jhb@FreeBSD.org>

next in thread | raw e-mail | index | archive | help
I've fixed up a few more syscalls to have kern_foo versions so that ABI 
wrappers for them can stop using the stackgap.  In this patch, I've added 
kern_settimeofday() for ibcs2 and freebsd32, kern_adjtime() for freebsd32, 
and kern_sched_rr_get_interval() for Linux/i386 on amd64 (note that this 
means that COMPAT_LINUX32 now requires POSIX_PRIORITY_SCHEDULING).
I've also added kern_readv() and kern_writev() for OSF/1, Linux/i386 on amd64, 
and freebsd32.  For these functions I added a per-ABI version of copyinuio() 
to build a uio structure from the iovec array in userland.  Testing and 
feedback of both native and compat binaries greatly appreciated.

http://www.FreeBSD.org/~jhb/patches/abi.patch

-- 
John Baldwin <jhb@FreeBSD.org>  <><  http://www.FreeBSD.org/~jhb/
"Power Users Use the Power to Serve"  =  http://www.FreeBSD.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503021643.05580.jhb>