| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add a regression test for kern/21768. | des | 2009-05-26 | 1 | -0/+42 |
* | Regression test the 'addr1,+N' feature added in r192732 | brian | 2009-05-25 | 3 | -0/+10 |
* | Add regression tests for the date(1) + argument for user-defined | edwin | 2009-05-20 | 3 | -0/+99 |
* | Add a test for r191009. | stefanf | 2009-04-13 | 1 | -0/+2 |
* | Add a few more regression tests for POSIX.1e ACLs. | trasz | 2009-04-13 | 1 | -2/+114 |
* | Return -1 instead of 0 upon reaching EOF. This is somewhat ill-advised | das | 2009-04-06 | 1 | -2/+2 |
* | Test the r190298 change. | stefanf | 2009-03-22 | 2 | -0/+2 |
* | Add a few tests for the read built-in. | stefanf | 2009-03-22 | 2 | -0/+44 |
* | Update test for r190284. | stefanf | 2009-03-22 | 2 | -1/+3 |
* | Update and extend the tests for alias. | stefanf | 2009-03-22 | 2 | -1/+5 |
* | Oops. Correct comment in the LICENSE file. | pjd | 2009-03-14 | 1 | -1/+1 |
* | Regression tests for mac_portacl(4). | pjd | 2009-03-14 | 4 | -0/+242 |
* | Switch over to gnu99 compilation on default for userland. | rdivacky | 2009-03-14 | 1 | -1/+2 |
* | Rename files that collide on case-insensitive file systems by encoding | rwatson | 2009-03-10 | 3 | -0/+0 |
* | In UNIX domain socket GC regression test, after setting a socket | rwatson | 2009-03-08 | 1 | -1/+1 |
* | Tests for getdelim(). | das | 2009-02-28 | 2 | -1/+169 |
* | Add a file containing tests for simple format specifiers. | das | 2009-02-28 | 2 | -1/+157 |
* | Tests for wcscasecmp(), wcsnlen(), and stpncpy(). | das | 2009-02-28 | 4 | -1/+269 |
* | Rename all symbols in libmp(3) to mp_*, just like Solaris. | ed | 2009-02-26 | 1 | -59/+59 |
* | Add explicit casting in few places. | pjd | 2009-02-23 | 1 | -12/+12 |
* | Add a regresion test to determine whether or not a file descriptor is | rwatson | 2009-02-11 | 2 | -0/+129 |
* | Test wprintf() in addition to printf(). | das | 2009-01-31 | 1 | -3/+19 |
* | Add tests for conj{,f,l}() that I wrote some time ago. These test the | das | 2009-01-31 | 3 | -1/+169 |
* | Be more Solaris-friendly. | pjd | 2009-01-16 | 2 | -4/+8 |
* | Allow jot(1) regression tests to be checked out on Windows filesystems. | ed | 2009-01-16 | 2 | -1/+1 |
* | Update for 185401, errors now go to stderr. | stefanf | 2008-11-28 | 1 | -0/+0 |
* | Add tools-level test for POSIX.1e functionality. | trasz | 2008-11-25 | 3 | -0/+632 |
* | This actually works on Linux, I just had wrong directory permission. | pjd | 2008-11-24 | 1 | -4/+0 |
* | Include TODO messages even if tests succeeds, so we can detect when something | pjd | 2008-11-24 | 1 | -6/+18 |
* | Add a test for r185231. | stefanf | 2008-11-23 | 1 | -0/+9 |
* | Mark all the places where Linux is not POSIX-compilant. Tested on ext3. | pjd | 2008-11-23 | 3 | -0/+8 |
* | fstest for Linux: | pjd | 2008-11-23 | 9 | -56/+53 |
* | fstest for Linux: | pjd | 2008-11-23 | 1 | -2/+26 |
* | FreeBSD's way of handling rmdir("..") is not POSIX-compilant. | pjd | 2008-11-23 | 1 | -9/+3 |
* | Shorter version. | pjd | 2008-11-23 | 1 | -14/+4 |
* | Add support for pathconf(2). | pjd | 2008-11-23 | 1 | -1/+57 |
* | Detect operating system automatically. | pjd | 2008-11-23 | 1 | -5/+21 |
* | fstest for Linux: | pjd | 2008-11-23 | 1 | -4/+27 |
* | IFp4: Regression tests for FreeBSD/ZFS chflags(2)/lchflags(2). | pjd | 2008-11-22 | 14 | -88/+136 |
* | Update ZFS from version 6 to 13 and bring some FreeBSD-specific changes. | pjd | 2008-11-17 | 54 | -0/+12014 |
* | Add a test for the "or more" part of the following POSIX specification. | dds | 2008-11-11 | 2 | -1/+3 |
* | Make test for write access to the directory being moved a little more | trasz | 2008-11-07 | 1 | -5/+9 |