| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r248349: sh: Recognize "--" and explicitly reject options in wait | Jilles Tjoelker | 2013-07-03 | 2 | -0/+7 |
| * | MFC r245383,245392,247190,249220,251180,251797: New sh testcases. | Jilles Tjoelker | 2013-07-03 | 12 | -0/+102 |
| * | MFC 246120,246148,246206,246587,247411,247415: | John Baldwin | 2013-06-28 | 7 | -1/+691 |
| * | MFC: r251368, r251382: Match the options of the kernel. | David E. O'Brien | 2013-06-07 | 3 | -13/+58 |
| * | MFC r243314: | Sergey Kandaurov | 2013-04-29 | 3 | -1234/+1637 |
| * | MFC r244407,r244409: | Eitan Adler | 2013-02-03 | 2 | -1/+6 |
| * | MFC r245382: sh: Fix crash when parsing '{ } &'. | Jilles Tjoelker | 2013-01-20 | 1 | -0/+7 |
| * | MFC r242767,r243252: sh: Add tests for modifying an alias (r242766/r243402). | Jilles Tjoelker | 2012-11-22 | 3 | -0/+25 |
| * | MFC r241844: | Eitan Adler | 2012-11-04 | 2 | -2/+2 |
| * | MFC: r242137: Iterate rather than use recursion. We can blow out the | David E. O'Brien | 2012-10-26 | 2 | -3/+198 |
| * | MFC r241832: | Eitan Adler | 2012-10-25 | 1 | -7/+7 |
| * | MFC: r236592 r236593 r236594 r236620 r236621 r236622 r236637 r237794: filemon(4) | David E. O'Brien | 2012-06-29 | 3 | -0/+151 |
| * | MFC: r236338, r236339, r236346, r236347, r236365, & r236977 | David E. O'Brien | 2012-06-14 | 21 | -0/+79 |
| * | MFC r226892,r228007,r228873,r230121,r232839: sh: Various testcases that | Jilles Tjoelker | 2012-03-18 | 7 | -0/+103 |
| * | MFC: r232312 | Christian Brueffer | 2012-03-08 | 1 | -1/+1 |
| * | MFC r231855: | Bjoern A. Zeeb | 2012-03-05 | 3 | -0/+262 |
| * | MFC r228274: | Eitan Adler | 2012-02-16 | 3 | -3/+5 |
| * | MFC r226523: Fix some memory errors in *at() regression tests. | Jilles Tjoelker | 2012-02-15 | 1 | -6/+9 |
| * | MFC r228109: test: Add more testcases. | Jilles Tjoelker | 2012-02-15 | 1 | -4/+38 |
| * | MFC r229742: sh: Avoid possible echo options in a testcase. | Jilles Tjoelker | 2012-02-15 | 1 | -3/+3 |
| * | MFC r230212: | Jean-Sébastien Pédron | 2012-02-06 | 2 | -0/+14 |
| * | MFC r230211: | Jean-Sébastien Pédron | 2012-02-06 | 1 | -0/+3 |
| * | MFC r228512: Add test for r228510 (MFC'ed as r230955). | Jilles Tjoelker | 2012-02-03 | 1 | -0/+67 |
| * | MFC r230095: sh: Properly show "Not a directory" error in cd builtin. | Jilles Tjoelker | 2012-01-27 | 1 | -0/+26 |
| * | MFC r228259: | Jean-Sébastien Pédron | 2012-01-26 | 4 | -1/+409 |
| * | MFC r227124: fifo_misc test: Fix swapped lseek arguments. | Jilles Tjoelker | 2012-01-20 | 1 | -1/+1 |
| * | MFC r228177: | Konstantin Belousov | 2012-01-01 | 1 | -0/+66 |
| * | Add support for IPv6 to ipfw fwd: | Bjoern A. Zeeb | 2011-08-20 | 1 | -0/+369 |
| * | Test process descriptors. | Jonathan Anderson | 2011-08-18 | 5 | -0/+221 |
| * | poll(2) implementation for capabilities. | Jonathan Anderson | 2011-08-16 | 1 | -2/+16 |
| * | Rename CAP_*_KEVENT to CAP_*_EVENT. | Jonathan Anderson | 2011-08-12 | 1 | -2/+2 |
| * | Test *at(2) calls with capability-mode lookup. | Jonathan Anderson | 2011-08-12 | 4 | -3/+157 |
| * | Use the right printf() format string without a cast to maxint_t. | Jonathan Anderson | 2011-08-11 | 1 | -4/+4 |
| * | Second-to-last commit implementing Capsicum capabilities in the FreeBSD | Robert Watson | 2011-08-11 | 2 | -3/+4 |
| * | Properly initialise the "len" argument to getsockname(2) in the tcpdrop | Robert Watson | 2011-08-06 | 1 | -0/+1 |
| * | Expect fchflags(2) to fail with EOPNOTSUPP on NFS. | Jonathan Anderson | 2011-08-05 | 1 | -2/+11 |
| * | Flesh out the cap_test regression test. | Jonathan Anderson | 2011-08-04 | 3 | -0/+388 |
| * | Flesh out the cap_test regression test. | Jonathan Anderson | 2011-08-04 | 5 | -344/+319 |
| * | sh: Add a test for a fairly obscure case with aliases. | Jilles Tjoelker | 2011-07-16 | 1 | -0/+6 |
| * | posix_spawn: If an error is detected in the child process, reap the zombie. | Jilles Tjoelker | 2011-07-10 | 2 | -1/+91 |
| * | Clarify the meaning of a test. | Jonathan Anderson | 2011-07-08 | 2 | -4/+4 |
| * | Ensure that kqueue is not inherited across fork(). | Jonathan Anderson | 2011-07-07 | 3 | -6/+21 |
| * | sh: Test that '!' is literal if quoted and first char of bracket expression | Jilles Tjoelker | 2011-06-25 | 1 | -0/+16 |
| * | sh: Add test for r223282. | Jilles Tjoelker | 2011-06-19 | 1 | -0/+6 |
| * | sh: Add case statement fallthrough (with ';&' instead of ';;'). | Jilles Tjoelker | 2011-06-17 | 1 | -0/+39 |
| * | sh: Skip variables with invalid names in "set", "export -p", "readonly -p". | Jilles Tjoelker | 2011-06-17 | 2 | -0/+6 |
| * | sh: Reduce unnecessary forks with eval. | Jilles Tjoelker | 2011-06-16 | 1 | -0/+5 |
| * | sh: Add support for named character classes in bracket expressions. | Jilles Tjoelker | 2011-06-15 | 1 | -0/+32 |
| * | sh: Add test for LC_COLLATE-based character ranges in case. | Jilles Tjoelker | 2011-06-12 | 1 | -0/+24 |
| * | sh: Add test for case pattern matching with iso-8859-1 charset. | Jilles Tjoelker | 2011-06-12 | 1 | -0/+52 |