aboutsummaryrefslogtreecommitdiff
path: root/tools/regression/fifo/fifo_create
Commit message (Collapse)AuthorAgeFilesLines
* Integrate tools/regression/fifo into the FreeBSD test suite as tests/sys/fifoEnji Cooper2015-04-272-292/+0
| | | | | | | | | and tools/regression/file into the FreeBSD test suite as tests/sys/file MFC after: 1 week Notes: svn path=/head/; revision=282067
* NO_MAN= has been deprecated in favor of MAN= for some time, go aheadWarner Losh2014-04-131-1/+1
| | | | | | | | | and finish the job. ncurses is now the only Makefile in the tree that uses it since it wasn't a simple mechanical change, and will be addressed in a future commit. Notes: svn path=/head/; revision=264400
* Teach fifo_create regression test to also try to use mknod(2) to createRobert Watson2008-06-221-36/+84
| | | | | | | | | | | 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. Notes: svn path=/head/; revision=179934
* o style.Makefile(5): WARNS= -> WARNS?=.Maxim Konovalov2006-07-091-1/+1
| | | | Notes: svn path=/head/; revision=160202
* Add fifo_create, a simple regression test for mkfifo(2).Robert Watson2005-09-102-0/+244
Notes: svn path=/head/; revision=149959