aboutsummaryrefslogtreecommitdiff
path: root/tools/regression/aio
Commit message (Expand)AuthorAgeFilesLines
* tools: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* Do a sweep and remove most WARNS=6 settingsKyle Evans2020-10-011-2/+0
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Integrate tools/regression/aio/aiotest and tools/regression/aio/kqueue into theEnji Cooper2015-04-276-1187/+0
* - Fix style(9) a bitEnji Cooper2015-04-272-57/+57
* - Fix -Wsign issueEnji Cooper2015-03-312-1/+5
* Minor cleanup before converting to ATF testcasesEnji Cooper2015-03-312-17/+22
* Cleanup and do minor refactoring before converting testcases to ATFEnji Cooper2015-03-312-63/+69
* NO_MAN= has been deprecated in favor of MAN= for some time, go aheadWarner Losh2014-04-134-4/+4
* Fix several warnings.Konstantin Belousov2013-07-211-8/+10
* Include stdint.h when use intmax_t.Kevin Lo2013-07-181-1/+1
* Replace PRId64 with "jd" in a printf call. Cast the corresponding value toKevin Lo2013-07-181-1/+1
* Use PRId64 instead of %gd to print an int64_t.Kevin Lo2013-07-171-1/+2
* - Fix QA issuesMartin Wilke2011-02-221-45/+55
* Add missing headers.Konstantin Belousov2010-03-161-0/+3
* Add the ability to do all read, all write, or random read/write.Adrian Chadd2008-05-151-9/+44
* Include a very basic (and beta) tool for stressing disks using the POSIXAdrian Chadd2008-05-072-0/+197
* Style: NO_MAN doesn't need any value.Ruslan Ermilov2006-03-153-3/+3
* s/sigval/sival/gDavid Xu2006-01-222-2/+2
* This test can run now.Doug Ambrisko2005-10-121-4/+0
* This will not compile without:Doug Ambrisko2005-03-022-0/+252
* Add an AIO & kqueue regression test. It is a good idea to run thisDoug Ambrisko2005-03-022-0/+203
* Start the dreaded NOFOO -> NO_FOO conversion.Ruslan Ermilov2004-12-211-1/+1
* Print a warning if running as !root for aio_md_test rather than failingRobert Watson2004-12-061-1/+5
* Add a basic aio functionality regression test, which simply writes andRobert Watson2004-12-062-0/+702