cvs commit: src/tools/regression/fifo/fifo_open Makefile fifo_open.c
Robert Watson
rwatson at FreeBSD.org
Sun Sep 11 06:03:37 PDT 2005
rwatson 2005-09-11 13:03:36 UTC
FreeBSD src repository
Added files:
tools/regression/fifo/fifo_open Makefile fifo_open.c
Log:
Add fifo_open, a basic regression test for opening fifos, which tests
the blocking and non-blocking forms of open based on the POSIX spec for
now O_NONBLOCK should be handled.
Revision Changes Path
1.1 +7 -0 src/tools/regression/fifo/fifo_open/Makefile (new)
1.1 +474 -0 src/tools/regression/fifo/fifo_open/fifo_open.c (new)
More information about the cvs-src
mailing list