aboutsummaryrefslogtreecommitdiff
path: root/tools/regression/pipe/pipe-overcommit2.c
Commit message (Collapse)AuthorAgeFilesLines
* Integrate tools/regression/pipe in to the FreeBSD test suite asEnji Cooper2015-11-161-69/+0
| | | | | | | | | | | | | | | | | 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 MFC after: 1 week Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=290914
* Add two more pipe regression tests. Not yet hooked into the test framework.Mike Silbersack2005-01-211-0/+69
Notes: svn path=/head/; revision=140558