aboutsummaryrefslogtreecommitdiff
path: root/tests/sys/aio
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedEnji Cooper2016-05-041-4/+2
* MFHGlen Barber2016-04-161-0/+60
|\
| * Add a test for cancelling an active AIO request on a socket.John Baldwin2016-04-161-0/+60
* | MFHGlen Barber2016-04-041-0/+74
|\|
| * Correct error messages in recently added test.John Baldwin2016-03-311-4/+2
| * Fully handle size_t lengths in AIO requests.John Baldwin2016-03-211-0/+76
* | MFHGlen Barber2016-03-101-0/+20
|\|
| * DIRDEPS_BUILD: Connect MK_TESTS.Bryan Drewery2016-03-091-0/+20
* | MFHGlen Barber2016-03-024-0/+83
|\|
| * Refactor the AIO subsystem to permit file-type-specific handling andJohn Baldwin2016-03-014-0/+83
* | More 'tests' package fixes.Glen Barber2016-02-031-0/+3
|/
* - Fix an improperly sized buffer for `pathname` [1]Enji Cooper2015-12-281-3/+2
* Fix style(9) a bit and ensure that error from initializing kqueue(2) isEnji Cooper2015-12-281-54/+42