Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MFC r282067: | ngie | 2015-05-13 | 2 | -483/+0 |
| | | | | | Integrate tools/regression/fifo into the FreeBSD test suite as tests/sys/fifo and tools/regression/file into the FreeBSD test suite as tests/sys/file | ||||
* | MFC r264400,r265836: | ngie | 2014-12-31 | 1 | -1/+1 |
| | | | | | | | | | | | | | | r264400: NO_MAN= has been deprecated in favor of MAN= for some time, go ahead 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. r265836: Remove last two NO_MAN= in the tree. In both of these cases, MAN= is what is needed. | ||||
* | o style.Makefile(5): WARNS= -> WARNS?=. | maxim | 2006-07-09 | 1 | -1/+1 |
| | |||||
* | Use different temporary directory templates for fifo_io and fifo_open so | rwatson | 2005-09-12 | 1 | -1/+1 |
| | | | | that if the tests fail to GC their working spaces, it's clear which it is. | ||||
* | After going to some trouble to create a temporary directory in which to run | rwatson | 2005-09-11 | 1 | -0/+2 |
| | | | | fifo tests, chdir to it. | ||||
* | Add fifo_open, a basic regression test for opening fifos, which tests | rwatson | 2005-09-11 | 2 | -0/+481 |
the blocking and non-blocking forms of open based on the POSIX spec for now O_NONBLOCK should be handled. |