From owner-freebsd-current@FreeBSD.ORG Mon Jun 27 14:07:28 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 848CD16A41C; Mon, 27 Jun 2005 14:07:28 +0000 (GMT) (envelope-from marcolz@stack.nl) Received: from mailhost.stack.nl (vaak.stack.nl [131.155.140.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E8A143D1D; Mon, 27 Jun 2005 14:07:27 +0000 (GMT) (envelope-from marcolz@stack.nl) Received: from hammer.stack.nl (hammer.stack.nl [IPv6:2001:610:1108:5010::153]) by mailhost.stack.nl (Postfix) with ESMTP id 9DBDB1F043; Mon, 27 Jun 2005 16:07:23 +0200 (CEST) Received: by hammer.stack.nl (Postfix, from userid 333) id 7ED57643A; Mon, 27 Jun 2005 16:07:23 +0200 (CEST) Date: Mon, 27 Jun 2005 16:07:23 +0200 From: Marc Olzheim To: David Schultz , bug-followup@FreeBSD.org Message-ID: <20050627140723.GA34523@stack.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.9i Cc: freebsd-current@freebsd.org Subject: Re: kern/80362: [PATCH] add preadv() and pwritev() system calls X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jun 2005 14:07:29 -0000 Updated the patches again: http://www.stack.nl/~marcolz/FreeBSD/preadv.current.20050627.patch.txt After patching, type 'make syscalls.c' in /usr/src/sys/kern and 'make sysent' in /usr/src/sys/compat/freebsd32/ Could someone please take a look at it / commit it ? Or do you want me to put the files generated by the two 'make's into the patch as well ? I figured it would be better not to, since they are generated anyway... Marc