History log of /freebsd-src/tests/sys/kern/pipe/pipe_fstat_bug_test.c (Results 1 – 3 of 3)
Revision Date Author Comments
# 42b38843 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line .h pattern

Remove /^\s*\*+\s*\$FreeBSD\$.*$\n/


# 21a4258d 10-Oct-2016 Ruslan Bukin <br@FreeBSD.org>

Ensure data in pipe is available to read.
Useful for latest (5th, direct mode) test only.

Sponsored by: DARPA, AFRL
Sponsored by: HEIF5


# e30a6200 16-Nov-2015 Enji Cooper <ngie@FreeBSD.org>

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 tes

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

MFC after: 1 week
Sponsored by: EMC / Isilon Storage Division

show more ...