summaryrefslogtreecommitdiffstats
path: root/tests/sys/kern/pipe
Commit message (Collapse)AuthorAgeFilesLines
* MFstable/11 r309661:ngie2016-12-071-0/+18
| | | | | | | | MFC r306962: r306962 (by br): Ensure data in pipe is available to read. Useful for latest (5th, direct mode) test only.
* MFC r292822:ngie2016-01-041-4/+3
| | | | Remove retval to fix a -Wunused-but-set-variable warning from gcc 4.9
* MFC r290914:ngie2015-11-239-0/+798
Integrate tools/regression/pipe in to the FreeBSD test suite as tests/sys/kern/pipe - Fix style(9) bugs - Fix compiler warnings - Use `nitems(x)` instead of `sizeof(x) / sizeof(*x)` pattern The testcases will be converted over to ATF eventually, but for now will be integrated in as plain C tests Sponsored by: EMC / Isilon Storage Division
OpenPOWER on IntegriCloud