aboutsummaryrefslogtreecommitdiff
path: root/emulators/linux-libaio
Commit message (Collapse)AuthorAgeFilesLines
* The Linux-native asynchronous I/O facility ("async I/O", or "aio") has aBoris Samorodov2006-12-204-0/+38
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> Notes: svn path=/head/; revision=180302