summaryrefslogtreecommitdiffstats
path: root/tools/regression
Commit message (Expand)AuthorAgeFilesLines
* Add a very simple IPDIVERT test, which creates IP divert sockets andrwatson2011-06-042-0/+177
* sh: Reduce more needless differences between error messages.jilles2011-06-041-1/+1
* sh: Honour -n while processing -c string.jilles2011-06-041-0/+3
* sh: Add tests for -n flag. These already pass.jilles2011-06-033-0/+16
* sh: Add tests for some somewhat obscure aspects of function definitions.jilles2011-05-302-0/+12
* Upgrade jail(2) to latest jail(2) API to make the regression test workbz2011-05-301-2/+9
* Rework TIMEWAIT regression test so that kernel-allocated port numbers arerwatson2011-05-301-39/+84
* Add missing include of stdio.h.rwatson2011-05-301-0/+1
* In the tcpdrop regression test, allow the kernel to allocate us a portrwatson2011-05-301-37/+44
* Add missing #include of err.h.rwatson2011-05-301-0/+1
* sh: Add test for 'set +o'.jilles2011-05-291-0/+32
* printf: Allow multibyte characters for '<char> form, avoid negative codes.jilles2011-05-283-1/+5
* sh: Correct criterion for using CDPATH in cd.jilles2011-05-272-0/+25
* sh: Add simple CDPATH test.jilles2011-05-271-0/+23
* sh: Fix unquoted $@/$* if IFS=''.jilles2011-05-271-0/+39
* sh: Add test for r222173.jilles2011-05-221-0/+12
* sh: Expand aliases after assignments and redirections.jilles2011-05-212-0/+10
* sh: Add test for positional parameters with more than one digit.jilles2011-05-211-0/+13
* sh: Implement the cd -e flag proposed for the next POSIX issue.jilles2011-05-202-0/+59
* sh: Allow terminating a heredoc with a terminator at EOF without a newline.jilles2011-05-201-0/+26
* sh: Add tests for lines that look like heredoc delimiters but are not.jilles2011-05-142-0/+107
* sh: Add \u/\U support (in $'...') for UTF-8.jilles2011-05-082-0/+18
* sh: Add UTF-8 support to pattern matching.jilles2011-05-082-0/+132
* sh: Add UTF-8 support to ${#var}.jilles2011-05-072-0/+28
* sh: Add $'quoting' (C-style escape sequences).jilles2011-05-059-0/+100
* sh: Apply set -u to variables in arithmetic.jilles2011-05-041-0/+6
* sh: Detect an error for ${#var<GARBAGE>}.jilles2011-05-042-0/+3
* Regression tests for Capsicum capability mode.jonathan2011-05-045-0/+587
* sh: Set $? to 0 for background commands.jilles2011-04-253-0/+13
* sh: Allow EV_EXIT through function calls, make {...} <redir more consistent.jilles2011-04-233-0/+46
* Expand / correct newsyslog regression tests:simon2011-04-211-9/+120
* sh: Do not word split "${#parameter}".jilles2011-04-201-0/+8
* sh: Add test for bin/12137.jilles2011-04-151-0/+27
* sh: Add test for obscure and ambiguous ${#?}.jilles2011-04-151-0/+11
* sh: Add test for bin/56147.jilles2011-04-151-0/+6
* Allow strerror(0) and strerror_r(0, ...).jilles2011-04-051-8/+13
* Add test for acl_is_trivial_np(3).trasz2011-03-222-0/+151
* sh: Fix some parameter expansion variants ${#...}.jilles2011-03-132-0/+21
* POSIX accepts only ELOOP if O_NOFOLLOW is specified and target is a symlink.pjd2011-03-131-5/+5
* sh: Add some tests for ${#parameter}.jilles2011-03-133-0/+26
* Fix warnings and style(9) issues.brucec2011-03-122-27/+33
* Add some missing consts.pjd2011-03-121-4/+4
* Add support for *at syscalls:pjd2011-03-101-25/+173
* Improve test a bit, now that we have fstat(2) support.pjd2011-03-101-3/+9
* Few initial ftruncate(2) tests. One of them covers stand/154873.pjd2011-03-091-0/+58
* Pass descriptor number to write(2), now that it is possible.pjd2011-03-092-4/+4
* Add support for the following syscalls:pjd2011-03-093-13/+94
* sh: Test that . /dev/null returns exit status 0 and does not preserve $?.jilles2011-03-071-0/+10
* Add some tests for cexp() and cexpf(). (I need to clean up all ofdas2011-03-073-1/+391
* One more fix. Now all ACL tests pass again.trasz2011-03-041-1/+1
OpenPOWER on IntegriCloud