aboutsummaryrefslogtreecommitdiff
path: root/tests/sys/aio
Commit message (Expand)AuthorAgeFilesLines
* MFC r312919 (by rwatson)Alan Somers2017-06-021-8/+8
* MFC r318593:Alan Somers2017-05-302-10/+13
* MFC r312913,r318100,r318107:Enji Cooper2017-05-301-94/+247
* MFC r318094,r318098,r318099:Enji Cooper2017-05-301-29/+44
* MFC 303406,303501: Fix panic when using aio_fsync().John Baldwin2016-08-051-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
* Place cancel and error under #ifdef DEBUG to muteEnji Cooper2015-12-281-15/+22
* Fix LDADD/DPADD that should be LIBADD.Bryan Drewery2015-12-041-2/+1
* Adjust CFLAGS to find freebsd_test_suite/macros.hEnji Cooper2015-04-281-0/+2
* - Use ATF_REQUIRE_KERNEL_MDOULE to require aio(4)Enji Cooper2015-04-282-25/+33
* Use ATF_REQUIRE_KERNEL_MODULE instead of aio_available functionEnji Cooper2015-04-281-17/+10
* Integrate tools/regression/aio/aiotest and tools/regression/aio/kqueue into theEnji Cooper2015-04-274-0/+1131