aboutsummaryrefslogtreecommitdiff
path: root/tests/sys/aio
Commit message (Expand)AuthorAgeFilesLines
* Reap dead code in lio_kqueue_test and aio_kqueue_testAlan Somers2022-07-242-8/+4
* Add more aio testsAlan Somers2022-07-241-3/+151
* Temporarily skip flaky tset cases under sys.aio.aio_test in CILi-Wen Hsu2021-09-281-0/+5
* aio_test: Validate interactions between AIO on sockets and shutdown(2)Mark Johnston2021-09-171-0/+68
* lio_test: Specify a mode with O_CREATMark Johnston2021-09-111-2/+2
* aio: Interlock with listen(2)Mark Johnston2021-09-101-1/+77
* Fix aio_readv(2), aio_writev(2) with SIGEV_THREAD.Thomas Munro2021-08-221-0/+7
* lio_listio(2): Allow LIO_READV and LIO_WRITEV.Thomas Munro2021-08-221-22/+87
* aio: revert the workaround for bug 251828 in the testsAlan Somers2021-08-141-7/+0
* aio_md_test: label the mdEric van Gyzen2021-07-231-0/+2
* aio_md_test: NUL-terminate result of readlinkEric van Gyzen2021-07-231-1/+2
* aio_md_test: fix cleanupEric van Gyzen2021-07-231-7/+9
* lio_listio: Don't post a completion notification if none was requestedMark Johnston2021-07-161-0/+10
* lio_listio: validate aio_lio_opcodeAlan Somers2021-01-121-0/+51
* aio: fix the tests when ZFS is not availableAlan Somers2021-01-101-0/+4
* aio_fsync(2): Support O_DSYNC.Thomas Munro2021-01-081-5/+18
* Add aio_writev and aio_readvAlan Somers2021-01-031-67/+672
* AIO tests: update expected failure messages after r368265Alan Somers2020-12-021-7/+2
* Do a sweep and remove most WARNS=6 settingsKyle Evans2020-10-011-2/+0
* lio_listio_empty_nowait_thread sometimes does *not* hang.Bryan Drewery2020-01-041-0/+1
* Revert r337929Alan Somers2018-08-162-4/+0
* Fix Coverity warnings about mkstemp in testsAlan Somers2018-08-162-0/+4
* lio_listio: return EAGAIN instead of EIO when out of resourcesAlan Somers2018-04-162-0/+73
* Revert r318180 and re-enable AIO tests on md(4) by default.John Baldwin2018-03-191-1/+0
* aio_kqueue_test: fix the build when DEBUG=1Alan Somers2018-03-171-3/+10
* aio: add an ATF test case for aio_fsync error conditionsAlan Somers2018-03-171-0/+37
* Fix build on arm after r325817Alan Somers2017-11-141-5/+5
* AIO tests: increase limitsAlan Somers2017-11-142-27/+39
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+2
* Fix cosmetic issue with error messageEnji Cooper2017-08-021-2/+2
* Implement SIGEV_THREAD notifications for lio_listio(2)Alan Somers2017-07-211-2/+2
* Remove dead code that was killed by r320975Alan Somers2017-07-191-9/+4
* Add regression tests for bugs 220459 and 220398Alan Somers2017-07-172-0/+148
* Fix the build with GCC after r320975Alan Somers2017-07-141-1/+1
* Add tests for aio(4) completion notification via signals and threadsAlan Somers2017-07-131-39/+212
* Use ATF cleanup routines in aio_test.cAlan Somers2017-07-132-261/+78
* tests/sys/aio: Add missing mode to open() calls with O_CREAT.Jilles Tjoelker2017-06-041-3/+3
* Fix build of AIO tests with -DDEBUGAlan Somers2017-05-212-10/+13
* Mark all md tests as requiring unsafe AIO in order to functionEnji Cooper2017-05-111-0/+1
* Remove unused constant (PATH_TEMPLATE)Enji Cooper2017-05-091-2/+0
* style(9): move function definition curly braces to column 0Enji Cooper2017-05-091-3/+6
* Print out when unsafe AIO is enabled to debugging purposesEnji Cooper2017-05-091-0/+2
* Refactor ATF_REQUIRE_UNSAFE_AIO and PLAIN_REQUIRE_UNSAFE_AIOEnji Cooper2017-05-091-28/+41
* style(9): clean up trailing whitespaceEnji Cooper2017-05-091-1/+1
* Fix build of aio_test on MIPS, where the compiler warns about the localRobert Watson2017-01-281-8/+8
* Improve the aio testsAlan Somers2017-01-281-92/+244
* Fix locking issues with aio_fsync().John Baldwin2016-07-291-0/+83
* Account for AIO socket operations in thread/process resource usage.John Baldwin2016-06-211-0/+11
* Return the correct status when a partially completed request is cancelled.John Baldwin2016-05-241-0/+69
* Don't prematurely return short completions on blocking sockets.John Baldwin2016-05-241-0/+65