summaryrefslogtreecommitdiff
path: root/tests/sys/aio
AgeCommit message (Expand)Author
2025-10-07tests/aio: Add support for larger max_buf_aio to vectored_big_iovcnt testOlivier Cochard
2025-09-05tests/sys/aio: use require.kmods property instead of ad-hoc checksSiva Mahadevan
2025-01-09aio_kqueue_test: Fix CID 1558429David Bright
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2023-03-30aio tests: Use unique names for zvolsMark Johnston
2022-07-24Reap dead code in lio_kqueue_test and aio_kqueue_testAlan Somers
2022-07-24Add more aio testsAlan Somers
2021-09-29Temporarily skip flaky tset cases under sys.aio.aio_test in CILi-Wen Hsu
2021-09-17aio_test: Validate interactions between AIO on sockets and shutdown(2)Mark Johnston
2021-09-11lio_test: Specify a mode with O_CREATMark Johnston
2021-09-10aio: Interlock with listen(2)Mark Johnston
2021-08-22Fix aio_readv(2), aio_writev(2) with SIGEV_THREAD.Thomas Munro
2021-08-22lio_listio(2): Allow LIO_READV and LIO_WRITEV.Thomas Munro
2021-08-13aio: revert the workaround for bug 251828 in the testsAlan Somers
2021-07-23aio_md_test: label the mdEric van Gyzen
2021-07-23aio_md_test: NUL-terminate result of readlinkEric van Gyzen
2021-07-23aio_md_test: fix cleanupEric van Gyzen
2021-07-15lio_listio: Don't post a completion notification if none was requestedMark Johnston
2021-01-11lio_listio: validate aio_lio_opcodeAlan Somers
2021-01-09aio: fix the tests when ZFS is not availableAlan Somers
2021-01-08aio_fsync(2): Support O_DSYNC.Thomas Munro
2021-01-02Add aio_writev and aio_readvAlan Somers
2020-12-02AIO tests: update expected failure messages after r368265Alan Somers
2020-10-01Do a sweep and remove most WARNS=6 settingsKyle Evans
2020-01-04lio_listio_empty_nowait_thread sometimes does *not* hang.Bryan Drewery
2018-08-16Revert r337929Alan Somers
2018-08-16Fix Coverity warnings about mkstemp in testsAlan Somers
2018-04-16lio_listio: return EAGAIN instead of EIO when out of resourcesAlan Somers
2018-03-19Revert r318180 and re-enable AIO tests on md(4) by default.John Baldwin
2018-03-17aio_kqueue_test: fix the build when DEBUG=1Alan Somers
2018-03-17aio: add an ATF test case for aio_fsync error conditionsAlan Somers
2017-11-14Fix build on arm after r325817Alan Somers
2017-11-14AIO tests: increase limitsAlan Somers
2017-10-31DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2017-08-02Fix cosmetic issue with error messageEnji Cooper
2017-07-21Implement SIGEV_THREAD notifications for lio_listio(2)Alan Somers
2017-07-19Remove dead code that was killed by r320975Alan Somers
2017-07-17Add regression tests for bugs 220459 and 220398Alan Somers
2017-07-14Fix the build with GCC after r320975Alan Somers
2017-07-13Add tests for aio(4) completion notification via signals and threadsAlan Somers
2017-07-13Use ATF cleanup routines in aio_test.cAlan Somers
2017-06-04tests/sys/aio: Add missing mode to open() calls with O_CREAT.Jilles Tjoelker
2017-05-21Fix build of AIO tests with -DDEBUGAlan Somers
2017-05-11Mark all md tests as requiring unsafe AIO in order to functionEnji Cooper
2017-05-09Remove unused constant (PATH_TEMPLATE)Enji Cooper
2017-05-09style(9): move function definition curly braces to column 0Enji Cooper
2017-05-09Print out when unsafe AIO is enabled to debugging purposesEnji Cooper
2017-05-09Refactor ATF_REQUIRE_UNSAFE_AIO and PLAIN_REQUIRE_UNSAFE_AIOEnji Cooper