summaryrefslogtreecommitdiffstats
path: root/tools/regression
Commit message (Expand)AuthorAgeFilesLines
* Sync sh(1) in stable/10 to head.jmmv2014-03-09399-6784/+0
* MFC r261081, r261133, and r261615asomers2014-02-134-593/+0
* MFC: r261566brueffer2014-02-131-2/+2
* MFC r258352: fsx: add an option to randomly call msync(MS_INVALIDATE)avg2014-01-161-13/+81
* MFC r258351: fsx: new option to disable msync(MS_SYNC) after each writeavg2014-01-161-4/+11
* MFC 258063,258064,258066,258097,258185,259134:jhb2013-12-277-35/+584
* MFC r259132,r259133,r259143:eadler2013-12-162-0/+5
* don't assert on bad args, instead return an error..jmg2013-10-073-1/+604
* Bring in the new iSCSI target and initiator.trasz2013-09-143-0/+888
* Add a sendfile regression test for transmit length > file size.emaste2013-09-101-32/+64
* libc/stdio: Allow fopen/freopen modes in any order (except initial r/w/a).jilles2013-09-062-0/+123
* libc/stdio: Run mkostemp test using prove.jilles2013-09-061-0/+10
* libc/stdio: Provide proper TAP output for fmemopen/open_[w]memstream.jilles2013-09-063-3/+18
* sh: Make return return from the closest function or dot script.jilles2013-09-041-0/+13
* sh: Recognize "--" as end of options in type builtin.jilles2013-08-301-0/+3
* Fix fcntl F_GETFL F_SETFL for files opened execute-only (O_EXEC).jilles2013-08-253-0/+127
* sh: Recognize "--" as end of options in alias builtin.jilles2013-08-251-0/+4
* sh: Disallow empty simple commands.jilles2013-08-251-0/+3
* sh: Reject ++ and -- in arithmetic.jilles2013-08-241-0/+6
* sh: Recognize "--" as end of options in bg/fg/jobid builtins.jilles2013-08-161-0/+9
* sh: Add test for the non-standard jobid builtin.jilles2013-08-161-0/+7
* Add tests for dup3().jilles2013-08-161-1/+86
* sh: Recognize "--" as end of options in local builtin.jilles2013-08-141-0/+12
* sh: Allow a lone redirection before '|', ';;' or ';&'.jilles2013-08-143-0/+6
* fnmatch(): Add test for r254091 (pattern with single backslash).jilles2013-08-111-0/+4
* Add mkostemp() and mkostemps().jilles2013-08-092-3/+167
* wordexp(): Fix syntax validation for backslashes in single-quotes.jilles2013-07-231-0/+12
* Fix several warnings.kib2013-07-211-8/+10
* Include stdint.h when use intmax_t.kevlo2013-07-181-1/+1
* Replace PRId64 with "jd" in a printf call. Cast the corresponding value tokevlo2013-07-181-1/+1
* Add missing headers.kevlo2013-07-172-0/+3
* Use PRId64 instead of %gd to print an int64_t.kevlo2013-07-171-1/+2
* Need to define NO_MAN here.kevlo2013-07-161-0/+1
* Use MAN= instead of NO_MAN=kevlo2013-07-161-1/+1
* Add missing header needed by sleep(3).kevlo2013-07-161-0/+1
* sh: Do not read from stdin if an error occurs during -i -c cmd.jilles2013-07-121-0/+3
* Restore "all rights reserved" (spelled correctly). This was actually part of...eadler2013-06-178-0/+8
* Remove lines declaring "All rights reserved" or similar comments: theyeadler2013-06-169-9/+0
* sh: Add tests for 'local -' (save shell options).jilles2013-06-152-0/+43
* Fix some bugs in the complex trig tests so that they test both doubledas2013-06-101-33/+68
* Add testing utility for behavior of atomic ops.ed2013-06-082-0/+135
* sh: Return status 127 for unknown jobs in wait builtin.jilles2013-06-052-0/+8
* sh: Allow multiple operands in wait builtin.jilles2013-06-051-0/+7
* Match the options of the kernel.obrien2013-06-043-17/+54
* Add libiconv based versions of *c16*() and *c32*().ed2013-06-032-0/+75
* Add more tests for log functions. A few are commented out because thedas2013-06-031-1/+114
* Factor out some common code from the libm tests. This is a bit messydas2013-06-0215-628/+412
* test: Remove -ntXY and -otXY primaries.jilles2013-05-311-64/+1
* sh: Add test cases for break outside a loop.jilles2013-05-312-0/+19
* Different approach to making all compilers happy.obrien2013-05-311-2/+1
OpenPOWER on IntegriCloud