Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Delete bogus freeing of uninitialized data | ngie | 2015-12-08 | 1 | -1/+0 |
| | | | | | | MFC after: 3 days Reported by: cppcheck Sponsored by: EMC / Isilon Storage Division | ||||
* | Initialize errno to 0 in the nul testcase before testing it | ngie | 2015-12-05 | 1 | -0/+1 |
| | | | | | | | For some odd reason stable/10 requires this, otherwise it always fails the errno == 0 check on line 196. Sponsored by: EMC / Isilon Storage Division | ||||
* | Remove unused variables to fix building world | bapt | 2015-11-15 | 1 | -1/+0 |
| | |||||
* | Integrate tools/regression/lib/libc/stdio into the FreeBSD test suite | ngie | 2015-11-08 | 1 | -0/+237 |
as lib/libc/tests/stdio - Fix some whitespace - Convert the testcases to ATF - Convert "/dev/null" to _PATH_DEVNULL MFC after: 1 week Sponsored by: EMC / Isilon Storage Division |