History log of /freebsd-9.3-release/tools/regression/fifo/fifo_create/
Revision Date Author Comments
267654 20-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


225736 23-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


179934 22-Jun-2008 rwatson

Teach fifo_create regression test to also try to use mknod(2) to create
fifos, as this is required by the Single UNIX Specification, although
not currently implemented on FreeBSD.

While here, fix a bug in the directory timestamp checking test by
sleeping after querying the starting timestamp, rather than before.


160202 09-Jul-2006 maxim

o style.Makefile(5): WARNS= -> WARNS?=.


149959 10-Sep-2005 rwatson

Add fifo_create, a simple regression test for mkfifo(2).