summaryrefslogtreecommitdiffstats
path: root/tools/regression
Commit message (Expand)AuthorAgeFilesLines
* - Fix style(9) a bitngie2015-04-162-57/+57
* Integrate tools/regression/aio/aiotest into the FreeBSD test suite as tests/s...ngie2015-04-162-717/+0
* Fix warningsngie2015-04-161-5/+5
* Integrate tools/regression/execve into the FreeBSD test suite as tests/sys/ke...ngie2015-04-1210-226/+0
* Integrate tools/regression/fifo into the FreeBSD test suite as tests/sys/fifongie2015-04-128-2534/+0
* Integrate tools/regression/mmap into the FreeBSD test suite as tests/sys/mmapngie2015-04-122-102/+0
* Integrate tools/regression/file into the FreeBSD test suite as tests/sys/filengie2015-04-1115-2743/+0
* Integrate tools/regression/posixshm into the FreeBSD test suite as tests/sys/...ngie2015-04-115-828/+0
* Integrate tools/regression/mqueue into the FreeBSD test suite as tests/sys/mq...ngie2015-04-1111-541/+0
* Integrate tools/regression/kqueue into the FreeBSD test suite as tests/sys/kq...ngie2015-04-1110-1747/+0
* Integration tools/regression/vfs into the FreeBSD test suitengie2015-04-111-42/+0
*---. Start integrating tools/regression/sockets into tests/sys/socketsngie2015-04-1153-7986/+0
|\ \ \
* | | | Fix even more warnings..ngie2015-04-112-3/+4
* | | | Fix more warnings I didn't catch in the first go-aroundngie2015-04-112-6/+3
| |/ / |/| |
* | | Fix warnings, bump WARNS to 6, and use a temporary socket instead of one in /tmpngie2015-04-112-8/+8
| |/ |/|
* | - Remove the .t wrapper and put the "magic" of determining the number ofngie2015-04-112-59/+11
* | Fix the knob twiddling to work properly per src.opts.mkngie2015-04-111-4/+6
|/
* Generate temporary files with mkstemp instead of mktempngie2015-04-111-3/+3
* Garbage collect argc/argv and bump WARNS to 6ngie2015-04-112-2/+2
* Garbage collect argc/argv and bump WARNS to 6ngie2015-04-112-2/+2
* - Garbage collect argc/argvngie2015-04-112-11/+14
* - Garbage collect argc/argv; bump WARNS to 6ngie2015-04-112-6/+11
* Fix warnings and bump WARNS to 6ngie2015-04-112-6/+6
* Garbage collect argc/argv and bump WARNS to 6ngie2015-04-112-2/+2
* Mark signum unused in signal_handler; bump WARNS to 6ngie2015-04-112-2/+2
* Fix a -Wuninitialized warning by setting the socket to -1 and bump WARNS to 6ngie2015-04-112-1/+3
* - Don't use /tmp because it's outside ATF's prescribed sandboxngie2015-04-111-4/+4
* Fix warnings and bump WARNS to 6ngie2015-04-112-7/+7
* - Garbage collect argc/argv (-Wunused)ngie2015-04-112-2/+2
* - Use static buffers for temporary file paths instead of strdup of constant s...ngie2015-04-111-14/+8
* Use _exit, not exit in forked processngie2015-04-101-1/+1
* Remove argc/argv (-Wunused)ngie2015-04-102-2/+2
* Fix warningsngie2015-04-102-3/+4
* Remove argc/argv (-Wunused)ngie2015-04-102-2/+2
* - Parameterize out the number of accept/connect attemptsngie2015-04-102-19/+35
* Fix -Wunused warnings, bump WARNS to 6ngie2015-04-102-2/+3
* Fix -Wunused warnings, bump WARNS to 6ngie2015-04-102-4/+2
* Fix warnings, fix a typo in a testcase description, bump WARNS to 3ngie2015-04-102-5/+5
* - Fix -Wsign issuengie2015-03-312-1/+5
* Minor cleanup before converting to ATF testcasesngie2015-03-312-17/+22
* Cleanup and do minor refactoring before converting testcases to ATFngie2015-03-312-63/+69
* wordexp(): Add testcase for non-default IFS in environment.jilles2015-03-291-0/+15
* Cosmetics:kib2015-03-181-33/+24
* env: Fix crash when -S string is not empty but no operand follows.jilles2015-03-082-0/+34
* env: Fix testsuite for additional variables set by sh.jilles2015-03-071-3/+3
* Make this compile with WARNS=6 and clang/gccngie2015-01-221-5/+9
* Garbage collect a prove test wrapperngie2015-01-201-15/+0
* Add a ${CP} alias for copying files in the build.will2015-01-161-1/+1
* Revert r273630 as the panic was fixed by r274619smh2014-11-171-2/+0
* Convert tools/regression/lib/libc/stdio/test-fpclassify into an ATF testcase andngie2014-11-162-77/+1
OpenPOWER on IntegriCloud