From owner-freebsd-ports@FreeBSD.ORG Mon Mar 19 17:08:33 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C710C106566B for ; Mon, 19 Mar 2012 17:08:33 +0000 (UTC) (envelope-from hsn@filez.com) Received: from ponto.amerinoc.com (ponto.amerinoc.com [64.6.108.239]) by mx1.freebsd.org (Postfix) with ESMTP id A260B8FC0C for ; Mon, 19 Mar 2012 17:08:33 +0000 (UTC) Received: from fbsd8.localdomain (205.83.broadband7.iol.cz [88.102.83.205]) (authenticated bits=128) by ponto.amerinoc.com (8.14.5/8.14.5) with ESMTP id q2JH8TgH007063 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 19 Mar 2012 18:08:32 +0100 (CET) (envelope-from hsn@filez.com) Received: from [127.0.0.1] ([10.0.0.1]) by fbsd8.localdomain (8.14.4/8.14.4) with ESMTP id q2JH8Ndp072636 for ; Mon, 19 Mar 2012 18:08:24 +0100 (CET) (envelope-from hsn@filez.com) Message-ID: <4F676802.3020709@filez.com> Date: Mon, 19 Mar 2012 18:08:18 +0100 From: Radim Kolar User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:11.0) Gecko/20120312 Thunderbird/11.0 MIME-Version: 1.0 To: freebsd-ports@freebsd.org References: <4F66FEC5.5080708@filez.com> <20120319155659.GC27679@hemlock.hydra> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 120319-0, 19.03.2012), Outbound message X-Antivirus-Status: Clean Subject: Re: libaio freebsd port X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Mar 2012 17:08:33 -0000 Dne 19.3.2012 17:50, Vitaly Magerya napsal(a): > Chad Perrin wrote: >>> I found linux version in ports /usr/ports/emulators/linux-libaio but >>> could not even find project homepage to look at source code. >> Is this it? >> http://oss.oracle.com/projects/libaio-oracle/ O guess that Oracle lib implements standard AIO functions which are in freebsd libc on top linux aio library. because it says: "This library requires a kernel with the new AIO code and a recent version of the libaio userspace library."