aboutsummaryrefslogtreecommitdiff
path: root/tools/regression
Commit message (Expand)AuthorAgeFilesLines
* MFC r248349: sh: Recognize "--" and explicitly reject options in waitJilles Tjoelker2013-07-032-0/+7
* MFC r245383,245392,247190,249220,251180,251797: New sh testcases.Jilles Tjoelker2013-07-0312-0/+102
* MFC 246120,246148,246206,246587,247411,247415:John Baldwin2013-06-287-1/+691
* MFC: r251368, r251382: Match the options of the kernel.David E. O'Brien2013-06-073-13/+58
* MFC r243314:Sergey Kandaurov2013-04-293-1234/+1637
* MFC r244407,r244409:Eitan Adler2013-02-032-1/+6
* MFC r245382: sh: Fix crash when parsing '{ } &'.Jilles Tjoelker2013-01-201-0/+7
* MFC r242767,r243252: sh: Add tests for modifying an alias (r242766/r243402).Jilles Tjoelker2012-11-223-0/+25
* MFC r241844:Eitan Adler2012-11-042-2/+2
* MFC: r242137: Iterate rather than use recursion. We can blow out theDavid E. O'Brien2012-10-262-3/+198
* MFC r241832:Eitan Adler2012-10-251-7/+7
* MFC: r236592 r236593 r236594 r236620 r236621 r236622 r236637 r237794: filemon(4)David E. O'Brien2012-06-293-0/+151
* MFC: r236338, r236339, r236346, r236347, r236365, & r236977David E. O'Brien2012-06-1421-0/+79
* MFC r226892,r228007,r228873,r230121,r232839: sh: Various testcases thatJilles Tjoelker2012-03-187-0/+103
* MFC: r232312Christian Brueffer2012-03-081-1/+1
* MFC r231855:Bjoern A. Zeeb2012-03-053-0/+262
* MFC r228274:Eitan Adler2012-02-163-3/+5
* MFC r226523: Fix some memory errors in *at() regression tests.Jilles Tjoelker2012-02-151-6/+9
* MFC r228109: test: Add more testcases.Jilles Tjoelker2012-02-151-4/+38
* MFC r229742: sh: Avoid possible echo options in a testcase.Jilles Tjoelker2012-02-151-3/+3
* MFC r230212:Jean-Sébastien Pédron2012-02-062-0/+14
* MFC r230211:Jean-Sébastien Pédron2012-02-061-0/+3
* MFC r228512: Add test for r228510 (MFC'ed as r230955).Jilles Tjoelker2012-02-031-0/+67
* MFC r230095: sh: Properly show "Not a directory" error in cd builtin.Jilles Tjoelker2012-01-271-0/+26
* MFC r228259:Jean-Sébastien Pédron2012-01-264-1/+409
* MFC r227124: fifo_misc test: Fix swapped lseek arguments.Jilles Tjoelker2012-01-201-1/+1
* MFC r228177:Konstantin Belousov2012-01-011-0/+66
* Add support for IPv6 to ipfw fwd:Bjoern A. Zeeb2011-08-201-0/+369
* Test process descriptors.Jonathan Anderson2011-08-185-0/+221
* poll(2) implementation for capabilities.Jonathan Anderson2011-08-161-2/+16
* Rename CAP_*_KEVENT to CAP_*_EVENT.Jonathan Anderson2011-08-121-2/+2
* Test *at(2) calls with capability-mode lookup.Jonathan Anderson2011-08-124-3/+157
* Use the right printf() format string without a cast to maxint_t.Jonathan Anderson2011-08-111-4/+4
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDRobert Watson2011-08-112-3/+4
* Properly initialise the "len" argument to getsockname(2) in the tcpdropRobert Watson2011-08-061-0/+1
* Expect fchflags(2) to fail with EOPNOTSUPP on NFS.Jonathan Anderson2011-08-051-2/+11
* Flesh out the cap_test regression test.Jonathan Anderson2011-08-043-0/+388
* Flesh out the cap_test regression test.Jonathan Anderson2011-08-045-344/+319
* sh: Add a test for a fairly obscure case with aliases.Jilles Tjoelker2011-07-161-0/+6
* posix_spawn: If an error is detected in the child process, reap the zombie.Jilles Tjoelker2011-07-102-1/+91
* Clarify the meaning of a test.Jonathan Anderson2011-07-082-4/+4
* Ensure that kqueue is not inherited across fork().Jonathan Anderson2011-07-073-6/+21
* sh: Test that '!' is literal if quoted and first char of bracket expressionJilles Tjoelker2011-06-251-0/+16
* sh: Add test for r223282.Jilles Tjoelker2011-06-191-0/+6
* sh: Add case statement fallthrough (with ';&' instead of ';;').Jilles Tjoelker2011-06-171-0/+39
* sh: Skip variables with invalid names in "set", "export -p", "readonly -p".Jilles Tjoelker2011-06-172-0/+6
* sh: Reduce unnecessary forks with eval.Jilles Tjoelker2011-06-161-0/+5
* sh: Add support for named character classes in bracket expressions.Jilles Tjoelker2011-06-151-0/+32
* sh: Add test for LC_COLLATE-based character ranges in case.Jilles Tjoelker2011-06-121-0/+24
* sh: Add test for case pattern matching with iso-8859-1 charset.Jilles Tjoelker2011-06-121-0/+52