summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bump libaio versionHEADlibaio-0.3.113masterJeff Moyer2022-03-282-2/+9
* harness: add test for aio poll missed eventsEric Biggers2022-03-251-0/+255
* Verify structure padding is correct at build timeJeff Moyer2021-09-292-0/+24
* Fix struct io_iocb_sockaddr padding for 32bit architecturesJeff Moyer2021-09-291-2/+2
* Fix struct io_iocb_vector padding for 32bit architecturesBrett Holman2021-09-291-2/+2
* Use generic syscall number schema for loongarchyehui ren2021-07-201-1/+1
* Add endian detection and bit width detection for loongarchyehui ren2021-07-201-1/+3
* Add loongarch to supported architectures in libaio.specyehui ren2021-07-201-1/+1
* cases/16.t: loongarch only supports eventfd2yehui ren2021-07-201-2/+2
* Fix test issue with gcc-11Lee Duncan2021-02-151-0/+5
* harness: Skip the test if io_pgetevents() is not implementedGuillem Jover2019-08-221-0/+7
* harness: Print better error messages on error conditions in 22.tGuillem Jover2019-08-221-6/+9
* harness: Fix PROT_WRITE mmap checkGuillem Jover2019-08-141-5/+4
* harness: fix read into PROT_WRITE mmap testJeff Moyer2019-08-131-3/+3
* harness: skip 22.p if async_poll isn't supportedJeff Moyer2019-07-291-1/+13
* harness: Handle -ENOTSUP from io_submit() with RWF_NOWAITGuillem Jover2019-07-291-5/+7
* harness: Add fallback code for filesystems not supporting O_DIRECTGuillem Jover2019-07-294-5/+23
* harness: add support for skipping testsJeff Moyer2019-07-292-6/+28
* harness: Make the test exit with a code matching the pass/fail stateGuillem Jover2019-07-291-0/+2
* harness: Make RISC-V use SYS_eventfd2 instead of unavailable SYS_eventfdGuillem Jover2019-07-291-3/+3
* harness: Use run-time _SC_PAGE_SIZE instead of build-time PAGESIZEGuillem Jover2019-07-292-11/+25
* harness: Use destination strncpy() expression for sizeof() argumentGuillem Jover2019-07-292-2/+2
* Use ctx consistently for io_context_t instead of ctx_idGuillem Jover2019-07-298-13/+13
* man: Escape verbatim \n in order to make it through roffStephan Springl2019-07-291-6/+6
* man: Fold short linesGuillem Jover2019-07-292-8/+4
* man: Fix markupGuillem Jover2019-07-2913-124/+195
* man: Fix title headerGuillem Jover2019-07-2913-13/+13
* man: Fix typosGuillem Jover2019-07-2912-16/+16
* man: Add "None" to empty sectionsGuillem Jover2019-07-291-0/+2
* man: Remove spurious textGuillem Jover2019-07-293-4/+2
* man: Remove spurious spacesGuillem Jover2019-07-293-3/+3
* man: Fix period formattingGuillem Jover2019-07-2910-25/+19
* man: Fix casingGuillem Jover2019-07-292-4/+4
* man: End sentences with a periodGuillem Jover2019-07-298-11/+11
* man: Refer to libaio.h instead of libio.hGuillem Jover2019-07-291-2/+2
* man: Use the correct troff macro for commentsGuillem Jover2019-07-297-64/+64
* man: Add missing space in man page referencesGuillem Jover2019-07-2913-168/+168
* harness: allow running tests against the installed libraryJeff Moyer2019-07-291-1/+5
* Merge branch 'master' of ssh://pagure.io/libaiolibaio-0.3.112Jeff Moyer2018-10-221-1/+1
|\
| * Merge #7 `Link against libgcc to avoid unresolved symbols`Jeffrey E. Moyer2018-10-221-1/+1
| |\
| | * Link against libgcc to avoid unresolved symbolsGuillem Jover2018-09-281-1/+1
* | | libaio-0.3.112Jeff Moyer2018-10-221-4/+7
* | | Makefile: add missing DESTDIR variable useThomas Petazzoni2018-10-221-1/+1
* | | src/Makefile: add ENABLE_SHARED boolean to allow static-only buildThomas Petazzoni2018-10-221-1/+8
* | | Add README.mdJeff Moyer2018-10-221-0/+12
|/ /
* | harness: fix POLLIN test caseJeff Moyer2018-10-221-1/+1
* | Merge branch 'aio-poll'Jeff Moyer2018-10-2211-32/+335
|\ \ | |/ |/|
| * add test for aio poll and io_pgeteventsaio-pollChristoph Hellwig2018-01-161-0/+149
| * add support for io_pgeteventsChristoph Hellwig2018-01-167-4/+126
| * move the aio_ring defintion and empty check into a headerChristoph Hellwig2018-01-162-25/+52