From owner-freebsd-emulation@FreeBSD.ORG Mon Nov 14 20:22:04 2011 Return-Path: Delivered-To: emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1DE01106566B for ; Mon, 14 Nov 2011 20:22:04 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id EC6758FC14 for ; Mon, 14 Nov 2011 20:22:03 +0000 (UTC) Received: from bigwig.baldwin.cx (66.111.2.69.static.nyinternet.net [66.111.2.69]) by cyrus.watson.org (Postfix) with ESMTPSA id A140646B32 for ; Mon, 14 Nov 2011 15:22:03 -0500 (EST) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 4791A8A050 for ; Mon, 14 Nov 2011 15:22:03 -0500 (EST) From: John Baldwin To: emulation@freebsd.org Date: Mon, 14 Nov 2011 15:22:02 -0500 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110714-p8; KDE/4.5.5; amd64; ; ) MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201111141522.02689.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.6 (bigwig.baldwin.cx); Mon, 14 Nov 2011 15:22:03 -0500 (EST) Cc: Subject: Add fadvise(2) to the Linux ABI X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Nov 2011 20:22:04 -0000 This patch teaches the Linux ABIs to use the new posix_fadvise(2) system calls instead of using stubs. I've no good way to test this so would appreciate some extra review or testing. Patch is at http://www.freebsd.org/~jhb/patches/fadvise_linux.patch -- John Baldwin