From owner-freebsd-ia64@FreeBSD.ORG Wed Mar 9 17:17:35 2005 Return-Path: Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B408A16A4CE; Wed, 9 Mar 2005 17:17:35 +0000 (GMT) Received: from srv1.cosmo-project.de (srv1.cosmo-project.de [213.83.6.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id C812B43D48; Wed, 9 Mar 2005 17:17:34 +0000 (GMT) (envelope-from ticso@cicely12.cicely.de) Received: from cicely5.cicely.de (cicely5.cicely.de [10.1.1.7]) (authenticated bits=0)j29HHUHw097844 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Wed, 9 Mar 2005 18:17:32 +0100 (CET) (envelope-from ticso@cicely12.cicely.de) Received: from cicely12.cicely.de (cicely12.cicely.de [IPv6:3ffe:400:8d0:301::12]) by cicely5.cicely.de (8.12.10/8.12.10) with ESMTP id j29HGpVK031705 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 9 Mar 2005 18:16:52 +0100 (CET) (envelope-from ticso@cicely12.cicely.de) Received: from cicely12.cicely.de (localhost [127.0.0.1]) by cicely12.cicely.de (8.12.11/8.12.11) with ESMTP id j29HGpXh057463; Wed, 9 Mar 2005 18:16:51 +0100 (CET) (envelope-from ticso@cicely12.cicely.de) Received: (from ticso@localhost) by cicely12.cicely.de (8.12.11/8.12.11/Submit) id j29HGpiB057462; Wed, 9 Mar 2005 18:16:51 +0100 (CET) (envelope-from ticso) Date: Wed, 9 Mar 2005 18:16:50 +0100 From: Bernd Walter To: John Baldwin Message-ID: <20050309171650.GI22167@cicely12.cicely.de> References: <200503021643.05580.jhb@FreeBSD.org> <200503091031.46073.jhb@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200503091031.46073.jhb@FreeBSD.org> X-Operating-System: FreeBSD cicely12.cicely.de 5.2-CURRENT alpha User-Agent: Mutt/1.5.6i X-Spam-Status: No, hits=-4.9 required=3.0 tests=BAYES_00 autolearn=no version=2.64 X-Spam-Report: * -4.9 BAYES_00 BODY: Bayesian spam probability is 0 to 1% * [score: 0.0000] X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on cicely12.cicely.de cc: amd64@freebsd.org cc: alpha@freebsd.org cc: ia64@freebsd.org Subject: Re: [PATCH] More stackgap removal X-BeenThere: freebsd-ia64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: ticso@cicely.de List-Id: Porting FreeBSD to the IA-64 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Mar 2005 17:17:35 -0000 On Wed, Mar 09, 2005 at 10:31:45AM -0500, John Baldwin wrote: > On Wednesday 02 March 2005 04:43 pm, John Baldwin wrote: > > 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 > > Is anyone willing to test this? If you can point me to some compat binaries I can do this week. Otherwise I'm limited to native binaries. -- B.Walter BWCT http://www.bwct.de bernd@bwct.de info@bwct.de