| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r269098: | delphij | 2014-08-08 | 2 | -2/+2 |
* | MFC r268385: | kib | 2014-07-15 | 1 | -2/+7 |
* | MFC various moves of tools/regressions/ tests to the new infrastructure. | jmmv | 2014-04-27 | 893 | -35835/+0 |
* | MFC various fixes to the tools/regression/ tests. | jmmv | 2014-04-14 | 54 | -683/+712 |
* | Sync sh(1) in stable/10 to head. | jmmv | 2014-03-09 | 399 | -6784/+0 |
* | MFC r261081, r261133, and r261615 | asomers | 2014-02-13 | 4 | -593/+0 |
* | MFC: r261566 | brueffer | 2014-02-13 | 1 | -2/+2 |
* | MFC r258352: fsx: add an option to randomly call msync(MS_INVALIDATE) | avg | 2014-01-16 | 1 | -13/+81 |
* | MFC r258351: fsx: new option to disable msync(MS_SYNC) after each write | avg | 2014-01-16 | 1 | -4/+11 |
* | MFC 258063,258064,258066,258097,258185,259134: | jhb | 2013-12-27 | 7 | -35/+584 |
* | MFC r259132,r259133,r259143: | eadler | 2013-12-16 | 2 | -0/+5 |
* | don't assert on bad args, instead return an error.. | jmg | 2013-10-07 | 3 | -1/+604 |
* | Bring in the new iSCSI target and initiator. | trasz | 2013-09-14 | 3 | -0/+888 |
* | Add a sendfile regression test for transmit length > file size. | emaste | 2013-09-10 | 1 | -32/+64 |
* | libc/stdio: Allow fopen/freopen modes in any order (except initial r/w/a). | jilles | 2013-09-06 | 2 | -0/+123 |
* | libc/stdio: Run mkostemp test using prove. | jilles | 2013-09-06 | 1 | -0/+10 |
* | libc/stdio: Provide proper TAP output for fmemopen/open_[w]memstream. | jilles | 2013-09-06 | 3 | -3/+18 |
* | sh: Make return return from the closest function or dot script. | jilles | 2013-09-04 | 1 | -0/+13 |
* | sh: Recognize "--" as end of options in type builtin. | jilles | 2013-08-30 | 1 | -0/+3 |
* | Fix fcntl F_GETFL F_SETFL for files opened execute-only (O_EXEC). | jilles | 2013-08-25 | 3 | -0/+127 |
* | sh: Recognize "--" as end of options in alias builtin. | jilles | 2013-08-25 | 1 | -0/+4 |
* | sh: Disallow empty simple commands. | jilles | 2013-08-25 | 1 | -0/+3 |
* | sh: Reject ++ and -- in arithmetic. | jilles | 2013-08-24 | 1 | -0/+6 |
* | sh: Recognize "--" as end of options in bg/fg/jobid builtins. | jilles | 2013-08-16 | 1 | -0/+9 |
* | sh: Add test for the non-standard jobid builtin. | jilles | 2013-08-16 | 1 | -0/+7 |
* | Add tests for dup3(). | jilles | 2013-08-16 | 1 | -1/+86 |
* | sh: Recognize "--" as end of options in local builtin. | jilles | 2013-08-14 | 1 | -0/+12 |
* | sh: Allow a lone redirection before '|', ';;' or ';&'. | jilles | 2013-08-14 | 3 | -0/+6 |
* | fnmatch(): Add test for r254091 (pattern with single backslash). | jilles | 2013-08-11 | 1 | -0/+4 |
* | Add mkostemp() and mkostemps(). | jilles | 2013-08-09 | 2 | -3/+167 |
* | wordexp(): Fix syntax validation for backslashes in single-quotes. | jilles | 2013-07-23 | 1 | -0/+12 |
* | Fix several warnings. | kib | 2013-07-21 | 1 | -8/+10 |
* | Include stdint.h when use intmax_t. | kevlo | 2013-07-18 | 1 | -1/+1 |
* | Replace PRId64 with "jd" in a printf call. Cast the corresponding value to | kevlo | 2013-07-18 | 1 | -1/+1 |
* | Add missing headers. | kevlo | 2013-07-17 | 2 | -0/+3 |
* | Use PRId64 instead of %gd to print an int64_t. | kevlo | 2013-07-17 | 1 | -1/+2 |
* | Need to define NO_MAN here. | kevlo | 2013-07-16 | 1 | -0/+1 |
* | Use MAN= instead of NO_MAN= | kevlo | 2013-07-16 | 1 | -1/+1 |
* | Add missing header needed by sleep(3). | kevlo | 2013-07-16 | 1 | -0/+1 |
* | sh: Do not read from stdin if an error occurs during -i -c cmd. | jilles | 2013-07-12 | 1 | -0/+3 |
* | Restore "all rights reserved" (spelled correctly). This was actually part of... | eadler | 2013-06-17 | 8 | -0/+8 |
* | Remove lines declaring "All rights reserved" or similar comments: they | eadler | 2013-06-16 | 9 | -9/+0 |
* | sh: Add tests for 'local -' (save shell options). | jilles | 2013-06-15 | 2 | -0/+43 |
* | Fix some bugs in the complex trig tests so that they test both double | das | 2013-06-10 | 1 | -33/+68 |
* | Add testing utility for behavior of atomic ops. | ed | 2013-06-08 | 2 | -0/+135 |
* | sh: Return status 127 for unknown jobs in wait builtin. | jilles | 2013-06-05 | 2 | -0/+8 |
* | sh: Allow multiple operands in wait builtin. | jilles | 2013-06-05 | 1 | -0/+7 |
* | Match the options of the kernel. | obrien | 2013-06-04 | 3 | -17/+54 |
* | Add libiconv based versions of *c16*() and *c32*(). | ed | 2013-06-03 | 2 | -0/+75 |
* | Add more tests for log functions. A few are commented out because the | das | 2013-06-03 | 1 | -1/+114 |