| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC: r201490 | Marius Strobl | 2010-05-21 | 1 | -1/+1 |
| * | MFC: r197362 | Marius Strobl | 2010-05-21 | 3 | -0/+6 |
| * | MFC: r197361 | Marius Strobl | 2010-05-21 | 2 | -0/+5 |
| * | MFC: r197360 | Marius Strobl | 2010-05-21 | 3 | -0/+42 |
| * | MFC: r197357 | Marius Strobl | 2010-05-21 | 1 | -1/+5 |
| * | MFC: r197356 | Marius Strobl | 2010-05-21 | 1 | -0/+9 |
| * | MFC: r197352 | Marius Strobl | 2010-05-21 | 124 | -9/+7 |
| * | Merge r199628 and r199632: Tests for the cd command. | Stefan Farfeleder | 2010-05-21 | 2 | -12/+37 |
| * | MFC r207944: sh: Fix pathname expansion with quoted slashes like *\/. | Jilles Tjoelker | 2010-05-16 | 1 | -0/+31 |
| * | MFC r207935: sh: Add some simple testcases for pathname expansion. | Jilles Tjoelker | 2010-05-15 | 1 | -0/+61 |
| * | MFC r207821: Generate some tests for sh's case command | Jilles Tjoelker | 2010-05-15 | 4 | -1/+256 |
| * | MFC r206143,r206148,r206149,r206167,r206491,r206817,r207127,r207824 | Jilles Tjoelker | 2010-05-13 | 9 | -0/+315 |
| * | MFC r206711: fnmatch: Fix bad FNM_PERIOD disabling | Jilles Tjoelker | 2010-04-23 | 1 | -0/+1 |
| * | MFC r206710: Add some tests for fnmatch(3). | Jilles Tjoelker | 2010-04-23 | 2 | -1/+336 |
| * | MFC r203576,r203677: sh: Don't stat() $MAIL/$MAILPATH if not interactive. | Jilles Tjoelker | 2010-04-20 | 2 | -0/+30 |
| * | MFC r199282: sh: Allow a newline before "in" in a for command, | Jilles Tjoelker | 2010-04-20 | 1 | -0/+29 |
| * | MFC r200811: | Edward Tomasz Napierala | 2010-04-18 | 1 | -0/+86 |
| * | MFC r196607,r198453,r204016,r204017,r204836,r204842,r205105,r205153 | Jilles Tjoelker | 2010-03-28 | 10 | -0/+326 |
| * | MFC r205225: | Konstantin Belousov | 2010-03-19 | 5 | -17/+37 |
| * | MFC r205224: | Konstantin Belousov | 2010-03-19 | 1 | -0/+3 |
| * | MFC r205148: | Konstantin Belousov | 2010-03-17 | 1 | -4/+8 |
| * | MFC r201048: | Edward Tomasz Napierala | 2010-01-31 | 1 | -44/+197 |
| * | MFC r197436: | Edward Tomasz Napierala | 2010-01-31 | 3 | -1/+289 |
| * | MFC r197434: | Edward Tomasz Napierala | 2010-01-31 | 1 | -0/+225 |
| * | MFC r196938: | Edward Tomasz Napierala | 2010-01-31 | 4 | -26/+1013 |
| * | MFC r196736: | Edward Tomasz Napierala | 2010-01-31 | 1 | -2/+1 |
| * | MFC r196710: | Edward Tomasz Napierala | 2010-01-31 | 1 | -0/+16 |
| * | MFC r201145 to stable/8: | Antoine Brodin | 2010-01-30 | 1 | -1/+1 |
| * | MFC r201350: | Brooks Davis | 2010-01-22 | 1 | -109/+0 |
| * | MFC r210428: sh: Add a regression test that tries out all arithmetic ops. | Jilles Tjoelker | 2010-01-10 | 1 | -0/+76 |
| * | MFC r198406: wordexp(3): fix some bugs with signals and long outputs | Jilles Tjoelker | 2009-12-06 | 1 | -0/+42 |
| * | MFC r196483,r196634: | Jilles Tjoelker | 2009-10-11 | 2 | -0/+15 |
| * | MFC r196460 | Jilles Tjoelker | 2009-09-01 | 2 | -2/+205 |
| * | MFC r196172: | Bjoern A. Zeeb | 2009-08-13 | 4 | -7/+40 |
| * | Fix syntax error, makefile comments start with #. | Konstantin Belousov | 2009-07-25 | 1 | -1/+1 |
| * | Test suite for the poll(2)/select(2) on fifos, pipes and sockets, | Konstantin Belousov | 2009-07-12 | 14 | -0/+883 |
| * | Fix some uninitialise variables. | Brian Somers | 2009-07-08 | 2 | -1/+102 |
| * | Fix fpathconf(3) on fifos, in effect making ls(1) properly | Edward Tomasz Napierala | 2009-07-02 | 1 | -0/+34 |
| * | Add some tests for r194975 and r194977. | Jilles Tjoelker | 2009-06-25 | 1 | -0/+35 |
| * | Designate special builtins as such in command -V and type. | Jilles Tjoelker | 2009-06-24 | 1 | -1/+1 |
| * | Add test for r190698. | Jilles Tjoelker | 2009-06-24 | 1 | -0/+7 |
| * | Add tests for r194774. | Jilles Tjoelker | 2009-06-23 | 1 | -0/+9 |
| * | Up the scale of the SPX loopback check a bit: use much larger data sizes | Robert Watson | 2009-06-20 | 1 | -59/+38 |
| * | Add tests for r194406 and r194516. | Jilles Tjoelker | 2009-06-19 | 2 | -0/+56 |
| * | Add a new 'void closefrom(int lowfd)' system call. When called, it closes | John Baldwin | 2009-06-15 | 3 | -0/+293 |
| * | Add tests for r194127 and r194128. | Jilles Tjoelker | 2009-06-14 | 2 | -0/+29 |
| * | Check that flopen() can lock against self and that children inherit the lock. | Dag-Erling Smørgrav | 2009-06-06 | 1 | -6/+41 |
| * | lchflags(2) takes int, not u_long like chflags(2) and fchflags(2). | Pawel Jakub Dawidek | 2009-06-03 | 1 | -1/+1 |
| * | Add tests for r193169. | Stefan Farfeleder | 2009-05-31 | 4 | -0/+17 |
| * | Add a regression test for multiple threads of the same process acquiring the ... | Zachary Loafman | 2009-05-28 | 2 | -0/+110 |