summaryrefslogtreecommitdiffstats
path: root/tools/regression
Commit message (Expand)AuthorAgeFilesLines
* Update regression tests after adding chflagsat(2).pjd2013-03-213-7/+23
* - Make 'flags' argument to chflags(2), fchflags(2) and lchflags(2) of typepjd2013-03-211-1/+2
* Update the tests now that absence of the O_APPEND flag requires CAP_SEEKpjd2013-03-161-13/+46
* The mode argument for open(2)/openat(2) only makes sense if the O_CREAT flagpjd2013-03-161-6/+6
* sh: Recognize "--" and explicitly reject options in wait builtin.jilles2013-03-152-0/+7
* Make file name generation to work with both new and old versions of OpenSSL.pjd2013-03-151-2/+2
* sh: When executing a trap, keep exit status along with evalskip.jilles2013-03-031-0/+10
* If all ioctls are allowed, cap_ioctls_get(2) will return CAP_IOCTLS_ALL.pjd2013-03-021-2/+2
* Add support for bindat(2) and connectat(2).pjd2013-03-022-1/+45
* Add regression tests for the new Capsicum system calls.pjd2013-03-026-0/+1387
* Update existing regression tests after Capsicum overhaul.pjd2013-03-022-101/+349
* Add an implementation of open_memstream() and open_wmemstream(). Thesejhb2013-02-275-1/+429
* Enhance test(1) by adding provision to compare any combination of thepeterj2013-02-251-1/+64
* sh: If a SIGINT or SIGQUIT interrupts "wait", return status 128+sig.jilles2013-02-232-0/+24
* sh: Test that the exit status is 1 if read encounters EOF.jilles2013-02-231-0/+5
* Major update for unix_cmsg from Andrey Simonenko.pluknet2013-02-113-1249/+1652
* - Fix more style(9)-related issues (copyright header, spaces after functiongahr2013-02-011-71/+71
* - Remove underscores from the internal structure name, as it doesn't collidegahr2013-01-311-27/+136
* Add fmemopen(3), an interface to get a FILE * from a buffer in memory, alonggahr2013-01-302-0/+153
* sh: Pass $? to command substitution containing compound/multiple commands.jilles2013-01-141-0/+5
* sh: Add testcase that $? is preserved into a simple command substitution.jilles2013-01-131-0/+5
* sh: Add some testcases related to subshells.jilles2013-01-135-0/+25
* sh: Fix crash when parsing '{ } &'.jilles2013-01-131-0/+7
* sh: Don't lose $? when backquoted command ends with semicolon or newline.jilles2013-01-132-0/+10
* Add an additional regression tests for other cases to ensure these do not get...eadler2012-12-181-0/+3
* POSIX requires that non-existent or null arguments be treated as if aeadler2012-12-182-1/+3
* sh: Detect and flag write errors on stdout in builtins.jilles2012-12-121-0/+3
* libc: Add a missing header to a test program.jilles2012-12-081-0/+1
* Non-void function should return a value.emaste2012-11-201-1/+1
* Remove unused variable.emaste2012-11-201-1/+0
* Use '%zu' and '%zd' as appropriate for size_t / ssize_t.emaste2012-11-193-5/+5
* Zero the whole struct not just the size of a pointer.emaste2012-11-191-1/+1
* Use '%zd' format specifier for ssize_temaste2012-11-193-13/+13
* Use '%zd' printf format for ssize_t.emaste2012-11-191-2/+2
* sh: Apply rlimits to parser/alias10.0 so it fails fast.jilles2012-11-181-0/+4
* sh: Add tests for modifying an alias (r242766).jilles2012-11-083-0/+21
* sh: Test that a redefined alias works.jilles2012-11-071-0/+6
* Test both active and non-active cases.obrien2012-10-261-0/+8
* Iterate rather than use recursion. We can blow out the kernel stack if thereobrien2012-10-262-3/+198
* remove duplicate semicolons where possible.eadler2012-10-222-2/+2
* Covert regression test to python 3eadler2012-10-221-7/+7
* Revert previous commit...kevlo2012-10-104-7/+8
* Prefer NULL over 0 for pointerskevlo2012-10-094-8/+7
* Add regression test for kern/172075.emaste2012-09-261-0/+59
* sh: Add some tests for aliasing a utility to itself.jilles2012-09-222-0/+8
* nftw(): POSIX says directories causing loops should be silently skipped.jilles2012-08-092-1/+142
* sh: Add a simple test for the "local" builtin.jilles2012-07-151-0/+13
* sh: Expand assignment-like words specially for export/readonly/local.jilles2012-07-155-0/+123
* sh: Add tests where "export" does not parse differently.jilles2012-07-131-0/+13
* The etcupdate utility is a tool for managing updates to files that arejhb2012-07-135-0/+2443
OpenPOWER on IntegriCloud