Date: Sun, 11 Sep 2005 13:03:36 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/tools/regression/fifo/fifo_open Makefile fifo_open.c Message-ID: <200509111303.j8BD3bTK042313@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200509111303.j8BD3bTK042313>