summaryrefslogtreecommitdiffstats
path: root/tools/regression
Commit message (Expand)AuthorAgeFilesLines
* sh: Make <&0 disable the </dev/null implicit in a background command.jilles2013-11-242-0/+5
* sh: Add more tests for the </dev/null implicit in a background command.jilles2013-11-243-0/+15
* sh: Add tests for the </dev/null implicit in a background command.jilles2013-11-223-0/+9
* fsx: add an option to randomly call msync(MS_INVALIDATE)avg2013-11-191-13/+81
* fsx: new option to disable msync(MS_SYNC) after each write via mmaped regionavg2013-11-191-4/+11
* Fix a couple of issues with -F:jhb2013-11-151-0/+48
* Regression tests for the libnv library.pjd2013-11-127-0/+1441
* Add a pre-world mode of updating similar to the -p option that can bejhb2013-11-121-0/+238
* Add an -s option that specifies a path to an alternate etcupdate.sh scriptjhb2013-11-125-35/+55
* sh: Properly quote alias output from command -v.jilles2013-11-101-0/+7
* sh: Add a test case for would-be assignments that are not due to quoting.jilles2013-11-101-0/+19
* Make lpathconf(2) support optional to make it compile again on Linux.pjd2013-10-312-1/+9
* sh: Allow trapping SIGINT/SIGQUIT after ignore because of '&'.jilles2013-10-302-0/+18
* Revert r257385; was testing a shell script to automatically append the propertrasz2013-10-301-2/+0
* Sponsored by: The FreeBSD Foundationtrasz2013-10-301-0/+2
* 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
OpenPOWER on IntegriCloud