| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r292316: | ngie | 2015-12-23 | 2 | -94/+0 |
* | Remove stale tools/regression directory that should have been deleted | ngie | 2015-12-05 | 25 | -2296/+0 |
* | MFC r291359,r291362: | ngie | 2015-12-04 | 1 | -1/+4 |
* | MFC r291363: | ngie | 2015-12-04 | 9 | -583/+582 |
* | MFC r291358: | ngie | 2015-12-04 | 2 | -2/+2 |
* | MFC r264737: | ngie | 2015-11-25 | 5 | -1/+237 |
* | MFC r290532,r290561,r290843,r290844,r290845: | ngie | 2015-11-23 | 33 | -2494/+0 |
* | MFC r290563,r290868,r291038: | ngie | 2015-11-23 | 8 | -459/+0 |
* | MFC r290538: | ngie | 2015-11-15 | 8 | -510/+0 |
* | MFC r290539: | ngie | 2015-11-15 | 6 | -436/+0 |
* | MFC: r285543 | brueffer | 2015-07-22 | 1 | -0/+1 |
* | MFC 281887: | jhb | 2015-06-02 | 2 | -2/+2 |
* | MFC r280830: wordexp(): Add testcase for non-default IFS in environment. | jilles | 2015-04-19 | 1 | -0/+15 |
* | MFC r277453: | ngie | 2015-01-23 | 1 | -15/+0 |
* | MFC r267004,r274592: | ngie | 2015-01-20 | 2 | -302/+11 |
* | MFC r274075,r274581,r274582,r274595: | ngie | 2015-01-20 | 3 | -167/+2 |
* | MFC discussed with: jilles, -developers | ngie | 2015-01-11 | 1 | -0/+47 |
* | MFC r264400,r265836: | ngie | 2014-12-31 | 1 | -1/+1 |
* | MFC various fixes to the tools/regression/ tests. | jmmv | 2014-04-14 | 5 | -126/+43 |
* | 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 |
* | 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 |
* | Add missing headers. | kevlo | 2013-07-17 | 2 | -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 |
* | Add libiconv based versions of *c16*() and *c32*(). | ed | 2013-06-03 | 2 | -0/+75 |
* | Add missing #includes, to keep Clang silent. | ed | 2013-05-25 | 3 | -0/+3 |
* | Add <uchar.h>. | ed | 2013-05-21 | 3 | -1/+268 |
* | popen(): Add 'e' mode character to set close-on-exec on the new fd. | jilles | 2013-05-20 | 1 | -4/+4 |
* | Add a test program for popen(). | jilles | 2013-05-20 | 2 | -1/+228 |
* | wordexp(): Remove wrong IFS usage. | jilles | 2013-04-01 | 1 | -0/+19 |
* | Add an implementation of open_memstream() and open_wmemstream(). These | jhb | 2013-02-27 | 5 | -1/+429 |
* | - Fix more style(9)-related issues (copyright header, spaces after function | gahr | 2013-02-01 | 1 | -71/+71 |
* | - Remove underscores from the internal structure name, as it doesn't collide | gahr | 2013-01-31 | 1 | -27/+136 |
* | Add fmemopen(3), an interface to get a FILE * from a buffer in memory, along | gahr | 2013-01-30 | 2 | -0/+153 |
* | libc: Add a missing header to a test program. | jilles | 2012-12-08 | 1 | -0/+1 |
* | Non-void function should return a value. | emaste | 2012-11-20 | 1 | -1/+1 |
* | remove duplicate semicolons where possible. | eadler | 2012-10-22 | 1 | -1/+1 |
* | nftw(): POSIX says directories causing loops should be silently skipped. | jilles | 2012-08-09 | 2 | -1/+142 |
* | libc: Add some tests for fmtmsg(). | jilles | 2012-02-21 | 2 | -1/+252 |
* | Add .t files for tests, missed in prior checkins, so that prove(1) works | das | 2012-01-14 | 3 | -0/+30 |
* | Update the tests for arm and other ports where long double is the same | das | 2012-01-14 | 1 | -3/+3 |
* | Spelling fixes for tools/ | uqs | 2011-12-30 | 1 | -1/+1 |
* | A regression test to ensure that arc4random returns different sequences | das | 2011-11-15 | 2 | -1/+91 |
* | posix_spawn: If an error is detected in the child process, reap the zombie. | jilles | 2011-07-10 | 2 | -1/+91 |
* | Allow strerror(0) and strerror_r(0, ...). | jilles | 2011-04-05 | 1 | -8/+13 |
* | Generate some tests for sh's case command from the fnmatch tests. | jilles | 2010-05-09 | 2 | -1/+55 |