| Commit message (Expand) | Author | Age | Files | Lines |
* | sh: Exempt $@ and $* from set -u | jilles | 2009-10-24 | 1 | -0/+12 |
* | Add some tests for ${var?} and set -u. | jilles | 2009-10-24 | 2 | -0/+51 |
* | wordexp(3): fix some bugs with signals and long outputs | jilles | 2009-10-23 | 1 | -0/+42 |
* | Fix a case where rename actually succeeds, which is also expected behaviour | pjd | 2009-10-20 | 1 | -2/+3 |
* | Update copyright. | des | 2009-10-19 | 1 | -1/+1 |
* | Remove redundant $FreeBSD$. | des | 2009-10-19 | 1 | -2/+0 |
* | Tweaks for sigqueue tests: | kib | 2009-10-11 | 2 | -12/+27 |
* | Fix build on amd64. | delphij | 2009-10-07 | 1 | -4/+5 |
* | sh: Send the "xyz: not found" message to redirected fd 2. | jilles | 2009-10-06 | 1 | -0/+29 |
* | A few regression tests for SOCK_SEQPACKET UNIX domain sockets. | rwatson | 2009-10-05 | 4 | -0/+593 |
* | Regression tests for r197752 (handling of empty/NULL buffers). | das | 2009-10-04 | 1 | -1/+20 |
* | Replace the name of the sysctl to security.bsd.map_at_zero and to be | bz | 2009-10-02 | 1 | -13/+13 |
* | sh: Disallow mismatched quotes in backticks (`...`). | jilles | 2009-10-01 | 1 | -0/+7 |
* | Add a simple C program to check mmap calls to various different addresses. | bz | 2009-09-27 | 2 | -0/+102 |
* | Add cross-filesystem regression tests for ACLs. | trasz | 2009-09-23 | 3 | -1/+289 |
* | Add ACL fuzzer. It's not used by the regression tests right now, | trasz | 2009-09-23 | 1 | -0/+225 |
* | - Remove a bogus test: setsockopt() doesn't return a length, getsockopt() | jhb | 2009-09-23 | 1 | -4/+1 |
* | IEEE Std 1003.1, 2004 Edition states: | dds | 2009-09-20 | 3 | -0/+6 |
* | Follow POSIX (IEEE Std 1003.1, 2004 Edition) in the implementation | dds | 2009-09-20 | 2 | -0/+5 |
* | Add correct test results. | dds | 2009-09-20 | 3 | -0/+42 |
* | Describe how other systems treat this case. | dds | 2009-09-20 | 1 | -1/+5 |
* | Allow [ to be used as a delimiter. | dds | 2009-09-20 | 1 | -0/+9 |
* | The transition to Subversion allows us to rename files without | dds | 2009-09-20 | 124 | -9/+7 |
* | Add regression tests for NFSv4 ACL granular permission enforcement. | trasz | 2009-09-07 | 9 | -2/+738 |
* | Add regression tests for NFSv4 ACLs and update POSIX.1e tests to the changed | trasz | 2009-09-07 | 4 | -26/+1013 |
* | Adapt to the fact that ls(1) correctly prints '+' for symlinks with ACLs now. | trasz | 2009-09-01 | 1 | -2/+1 |
* | Add regression test for ACLs on device files - mostly to make | trasz | 2009-08-31 | 1 | -0/+16 |
* | sh: Fix crash with empty functions (f() { }) introduced in r196483 | jilles | 2009-08-28 | 1 | -0/+11 |
* | Add some tests for a fixed bug in an uncommitted patch. | jilles | 2009-08-27 | 1 | -0/+9 |
* | Add some tests for poll(2)/shutdown(2) interaction. | jilles | 2009-08-25 | 2 | -2/+205 |
* | sh: Fix crash when undefining or redefining a currently executing function. | jilles | 2009-08-23 | 1 | -0/+4 |
* | Start respecting WITHOUT_INET6. | bz | 2009-08-13 | 4 | -7/+40 |
* | Fix syntax error, makefile comments start with #. | kib | 2009-07-25 | 1 | -1/+1 |
* | Test suite for the poll(2)/select(2) on fifos, pipes and sockets, | kib | 2009-07-12 | 14 | -0/+883 |
* | Fix some uninitialise variables. | brian | 2009-07-08 | 2 | -1/+102 |
* | Fix fpathconf(3) on fifos, in effect making ls(1) properly | trasz | 2009-07-02 | 1 | -0/+34 |
* | Add some tests for r194975 and r194977. | jilles | 2009-06-25 | 1 | -0/+35 |
* | Designate special builtins as such in command -V and type. | jilles | 2009-06-24 | 1 | -1/+1 |
* | Add test for r190698. | jilles | 2009-06-24 | 1 | -0/+7 |
* | Add tests for r194774. | jilles | 2009-06-23 | 1 | -0/+9 |
* | Up the scale of the SPX loopback check a bit: use much larger data sizes | rwatson | 2009-06-20 | 1 | -59/+38 |
* | Add tests for r194406 and r194516. | jilles | 2009-06-19 | 2 | -0/+56 |
* | Add a new 'void closefrom(int lowfd)' system call. When called, it closes | jhb | 2009-06-15 | 3 | -0/+293 |
* | Add tests for r194127 and r194128. | jilles | 2009-06-14 | 2 | -0/+29 |
* | Check that flopen() can lock against self and that children inherit the lock. | des | 2009-06-06 | 1 | -6/+41 |
* | lchflags(2) takes int, not u_long like chflags(2) and fchflags(2). | pjd | 2009-06-03 | 1 | -1/+1 |
* | Add tests for r193169. | stefanf | 2009-05-31 | 4 | -0/+17 |
* | Add a regression test for multiple threads of the same process acquiring the ... | zml | 2009-05-28 | 2 | -0/+110 |
* | Increment the counter outside the subshell. | des | 2009-05-27 | 1 | -1/+1 |
* | Add the regression test for bin/date. | edwin | 2009-05-27 | 1 | -0/+1 |