summaryrefslogtreecommitdiff
path: root/tools/regression/aio
AgeCommit message (Expand)Author
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-11-26tools: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2020-10-01Do a sweep and remove most WARNS=6 settingsKyle Evans
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-02-28Renumber copyright clause 4Warner Losh
2015-04-27Integrate tools/regression/aio/aiotest and tools/regression/aio/kqueue into theEnji Cooper
2015-04-27- Fix style(9) a bitEnji Cooper
2015-03-31- Fix -Wsign issueEnji Cooper
2015-03-31Minor cleanup before converting to ATF testcasesEnji Cooper
2015-03-31Cleanup and do minor refactoring before converting testcases to ATFEnji Cooper
2014-04-13NO_MAN= has been deprecated in favor of MAN= for some time, go aheadWarner Losh
2013-07-21Fix several warnings.Konstantin Belousov
2013-07-18Include stdint.h when use intmax_t.Kevin Lo
2013-07-18Replace PRId64 with "jd" in a printf call. Cast the corresponding value toKevin Lo
2013-07-17Use PRId64 instead of %gd to print an int64_t.Kevin Lo
2011-02-22- Fix QA issuesMartin Wilke
2010-03-16Add missing headers.Konstantin Belousov
2008-05-15Add the ability to do all read, all write, or random read/write.Adrian Chadd
2008-05-07Include a very basic (and beta) tool for stressing disks using the POSIXAdrian Chadd
2006-03-15Style: NO_MAN doesn't need any value.Ruslan Ermilov
2006-01-22s/sigval/sival/gDavid Xu
2005-10-12This test can run now.Doug Ambrisko
2005-03-02This will not compile without:Doug Ambrisko
2005-03-02Add an AIO & kqueue regression test. It is a good idea to run thisDoug Ambrisko
2004-12-21Start the dreaded NOFOO -> NO_FOO conversion.Ruslan Ermilov
2004-12-06Print a warning if running as !root for aio_md_test rather than failingRobert Watson
2004-12-06Add a basic aio functionality regression test, which simply writes andRobert Watson