1
0
Fork 0
mirror of https://pagure.io/libaio.git synced 2025-12-05 22:28:39 +00:00
No description
Find a file
2022-06-02 13:33:11 +02:00
harness harness: use off64_t instead of off_t in test 23.t (EINVAL on 32-bit) 2022-06-02 13:33:11 +02:00
man Use ctx consistently for io_context_t instead of ctx_id 2019-07-29 10:12:19 -04:00
src bump libaio version 2022-03-28 11:30:33 -04:00
.gitignore add .gitignore 2013-01-31 15:59:47 -05:00
ChangeLog - Fix the test harness (Rusty Russell) 2008-01-09 20:49:12 +00:00
COPYING first attempt at packaging 2002-01-20 20:07:19 +00:00
INSTALL all we need is a stub library, removing bits makes for easier bootstrap 2002-01-21 13:50:42 +00:00
libaio.spec bump libaio version 2022-03-28 11:30:33 -04:00
Makefile Makefile: add missing DESTDIR variable use 2018-10-22 14:43:14 -04:00
README.md Add README.md 2018-10-22 14:23:30 -04:00
TODO libaio 0.3.3 2002-01-20 19:05:38 +00:00

libaio

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.

Contributing

Patches should be submitted to linux-aio@kvack.org.