aboutsummaryrefslogtreecommitdiff
path: root/tools/regression
Commit message (Expand)AuthorAgeFilesLines
* sh: Allow a newline before "in" in a for command, as required by POSIX.Jilles Tjoelker2009-11-141-0/+29
* Add test-pidfile.c and increase warning level.Dag-Erling Smørgrav2009-11-121-2/+2
* Test cases for pidfile(3) - including two designed to catch issues arisingDag-Erling Smørgrav2009-11-121-0/+280
* Fix warnings and remove one unnecessary use of vfork(). The other couldDag-Erling Smørgrav2009-11-121-9/+3
* Fix warningsDag-Erling Smørgrav2009-11-123-7/+9
* Check fork() return valueDag-Erling Smørgrav2009-11-101-2/+5
* sh: Exempt $@ and $* from set -uJilles Tjoelker2009-10-241-0/+12
* Add some tests for ${var?} and set -u.Jilles Tjoelker2009-10-242-0/+51
* wordexp(3): fix some bugs with signals and long outputsJilles Tjoelker2009-10-231-0/+42
* Fix a case where rename actually succeeds, which is also expected behaviourPawel Jakub Dawidek2009-10-201-2/+3
* Update copyright.Dag-Erling Smørgrav2009-10-191-1/+1
* Remove redundant $FreeBSD$.Dag-Erling Smørgrav2009-10-191-2/+0
* Tweaks for sigqueue tests:Konstantin Belousov2009-10-112-12/+27
* Fix build on amd64.Xin LI2009-10-071-4/+5
* sh: Send the "xyz: not found" message to redirected fd 2.Jilles Tjoelker2009-10-061-0/+29
* A few regression tests for SOCK_SEQPACKET UNIX domain sockets.Robert Watson2009-10-054-0/+593
* Regression tests for r197752 (handling of empty/NULL buffers).David Schultz2009-10-041-1/+20
* Replace the name of the sysctl to security.bsd.map_at_zero and to beBjoern A. Zeeb2009-10-021-13/+13
* sh: Disallow mismatched quotes in backticks (`...`).Jilles Tjoelker2009-10-011-0/+7
* Add a simple C program to check mmap calls to various different addresses.Bjoern A. Zeeb2009-09-272-0/+102
* Add cross-filesystem regression tests for ACLs.Edward Tomasz Napierala2009-09-233-1/+289
* Add ACL fuzzer. It's not used by the regression tests right now,Edward Tomasz Napierala2009-09-231-0/+225
* - Remove a bogus test: setsockopt() doesn't return a length, getsockopt()John Baldwin2009-09-231-4/+1
* IEEE Std 1003.1, 2004 Edition states:Diomidis Spinellis2009-09-203-0/+6
* Follow POSIX (IEEE Std 1003.1, 2004 Edition) in the implementationDiomidis Spinellis2009-09-202-0/+5
* Add correct test results.Diomidis Spinellis2009-09-203-0/+42
* Describe how other systems treat this case.Diomidis Spinellis2009-09-201-1/+5
* Allow [ to be used as a delimiter.Diomidis Spinellis2009-09-201-0/+9
* The transition to Subversion allows us to rename files withoutDiomidis Spinellis2009-09-20124-9/+7
* Add regression tests for NFSv4 ACL granular permission enforcement.Edward Tomasz Napierala2009-09-079-2/+738
* Add regression tests for NFSv4 ACLs and update POSIX.1e tests to the changedEdward Tomasz Napierala2009-09-074-26/+1013
* Adapt to the fact that ls(1) correctly prints '+' for symlinks with ACLs now.Edward Tomasz Napierala2009-09-011-2/+1
* Add regression test for ACLs on device files - mostly to makeEdward Tomasz Napierala2009-08-311-0/+16
* sh: Fix crash with empty functions (f() { }) introduced in r196483Jilles Tjoelker2009-08-281-0/+11
* Add some tests for a fixed bug in an uncommitted patch.Jilles Tjoelker2009-08-271-0/+9
* Add some tests for poll(2)/shutdown(2) interaction.Jilles Tjoelker2009-08-252-2/+205
* sh: Fix crash when undefining or redefining a currently executing function.Jilles Tjoelker2009-08-231-0/+4
* Start respecting WITHOUT_INET6.Bjoern A. Zeeb2009-08-134-7/+40
* Fix syntax error, makefile comments start with #.Konstantin Belousov2009-07-251-1/+1
* Test suite for the poll(2)/select(2) on fifos, pipes and sockets,Konstantin Belousov2009-07-1214-0/+883
* Fix some uninitialise variables.Brian Somers2009-07-082-1/+102
* Fix fpathconf(3) on fifos, in effect making ls(1) properlyEdward Tomasz Napierala2009-07-021-0/+34
* Add some tests for r194975 and r194977.Jilles Tjoelker2009-06-251-0/+35
* Designate special builtins as such in command -V and type.Jilles Tjoelker2009-06-241-1/+1
* Add test for r190698.Jilles Tjoelker2009-06-241-0/+7
* Add tests for r194774.Jilles Tjoelker2009-06-231-0/+9
* Up the scale of the SPX loopback check a bit: use much larger data sizesRobert Watson2009-06-201-59/+38
* Add tests for r194406 and r194516.Jilles Tjoelker2009-06-192-0/+56
* Add a new 'void closefrom(int lowfd)' system call. When called, it closesJohn Baldwin2009-06-153-0/+293
* Add tests for r194127 and r194128.Jilles Tjoelker2009-06-142-0/+29