From owner-freebsd-arch@FreeBSD.ORG Fri Jun 8 16:52:09 2007 Return-Path: X-Original-To: arch@freebsd.org Delivered-To: freebsd-arch@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9AFEA16A479; Fri, 8 Jun 2007 16:52:09 +0000 (UTC) (envelope-from deischen@freebsd.org) Received: from mail.ntplx.net (mail.ntplx.net [204.213.176.10]) by mx1.freebsd.org (Postfix) with ESMTP id 58FF613C4CB; Fri, 8 Jun 2007 16:52:09 +0000 (UTC) (envelope-from deischen@freebsd.org) Received: from sea.ntplx.net (sea.ntplx.net [204.213.176.11]) by mail.ntplx.net (8.14.1/8.14.1/NETPLEX) with ESMTP id l58Gq7WK018301; Fri, 8 Jun 2007 12:52:07 -0400 (EDT) X-Virus-Scanned: by AMaViS and Clam AntiVirus (mail.ntplx.net) X-Greylist: Message whitelisted by DRAC access database, not delayed by milter-greylist-3.0 (mail.ntplx.net [204.213.176.10]); Fri, 08 Jun 2007 12:52:08 -0400 (EDT) Date: Fri, 8 Jun 2007 12:52:07 -0400 (EDT) From: Daniel Eischen X-X-Sender: eischen@sea.ntplx.net To: Roman Divacky In-Reply-To: <20070608164817.GA28549@freebsd.org> Message-ID: References: <896DB1FBFFD5A145833D9DA08CA12A85051A7F@seaxch07.desktop.isilon.com> <20070606074429.GA42032@freebsd.org> <4666F0FB.8020101@FreeBSD.org> <20070607070455.GA71012@freebsd.org> <896DB1FBFFD5A145833D9DA08CA12A85051A84@seaxch07.desktop.isilon.com> <20070607210313.GA603@freebsd.org> <896DB1FBFFD5A145833D9DA08CA12A85051A87@seaxch07.desktop.isilon.com> <20070608161523.GB27624@freebsd.org> <20070608164817.GA28549@freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Eric Lemar , arch@freebsd.org Subject: Re: *at family of syscalls in FreeBSD X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Daniel Eischen List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jun 2007 16:52:09 -0000 On Fri, 8 Jun 2007, Roman Divacky wrote: > On Fri, Jun 08, 2007 at 12:23:49PM -0400, Daniel Eischen wrote: >> I just don't want us to add native functions that don't conform >> to POSIX, mostly the API is what I am concerned about. We can >> change the behavior slightly to conform with whatever POSIX >> dictates, but we shouldn't knowingly introduce non-conforming >> APIs (because once 7.0 is released, we'll would always have to >> support both the non-conforming APIs as well as adding and >> supporting the conforming APIs). > > I have NOT implemented a single bit of native syscalls API and when I am > going to do it it will be 100% posix API (minus bugs ;) ) > > we can commit this in two phases: > > phase I: kern_fooat() + linux stuff > phase II: native fbsd syscalls > > I hope to resolve all the issues Eric raised over the weekend (hopefully) and > then it only needs a review(er) + a commiter > > I definitely want this in for 7.0R. > > does this sound good to you? No objection here :-) -- DE