Skip to content
Snippets Groups Projects
user avatar
Jeff Moyer authored
- Fix padding in vector and sockaddr structures on 32 bit (Brett Holman)
- Add a test case for missed poll events (Eric Biggers)
- Add loongarch support (Yehui Ren)
- man page cleanup and fixes (Guillem Jover)
- assorted test harness fixess (Guillem Jover, Jeff Moyer)
1b18bfaf

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.