cvs commit: ports/emulators Makefile ports/emulators/linux-libaio
Makefile distinfo.i386 pkg-descr pkg-plist
Boris Samorodov
bsam at FreeBSD.org
Thu Dec 21 03:23:57 PST 2006
bsam 2006-12-20 23:02:59 UTC
FreeBSD ports repository
Modified files:
emulators Makefile
Added files:
emulators/linux-libaio Makefile distinfo.i386 pkg-descr
pkg-plist
Log:
The Linux-native asynchronous I/O facility ("async I/O", or "aio") has a
richer API and capability set than the simple POSIX async I/O facility.
This library, libaio, provides the Linux-native API for async I/O.
The POSIX async I/O facility requires this library in order to provide
kernel-accelerated async I/O capabilities, as do applications which
require the Linux-native async I/O API.
PR: ports/106994
Submitted by: Simun Mikecin <numisemis at yahoo dot com>
Revision Changes Path
1.206 +1 -0 ports/emulators/Makefile
1.1 +20 -0 ports/emulators/linux-libaio/Makefile (new)
1.1 +6 -0 ports/emulators/linux-libaio/distinfo.i386 (new)
1.1 +6 -0 ports/emulators/linux-libaio/pkg-descr (new)
1.1 +6 -0 ports/emulators/linux-libaio/pkg-plist (new)
More information about the cvs-all
mailing list