aboutsummaryrefslogtreecommitdiff
path: root/tools/regression/fifo
Commit message (Expand)AuthorAgeFilesLines
* The devices that supported EVFILT_NETDEV kqueue filters were removed inBrooks Davis2009-12-311-109/+0
* Teach fifo_create regression test to also try to use mknod(2) to createRobert Watson2008-06-221-36/+84
* Use z modifier for size_t and ssize_t.Jung-uk Kim2006-11-071-15/+15
* o style.Makefile(5): WARNS= -> WARNS?=.Maxim Konovalov2006-07-094-4/+4
* o Test truncate(2) on fifo: it should ignore the request andMaxim Konovalov2006-05-291-0/+19
* Add two small tests to set and clear two file I/O flags using ioctl onRobert Watson2005-09-131-0/+77
* Restructure fifo_io event-related tests in order to support test casesRobert Watson2005-09-131-480/+322
* Teach fifo_io how to use ioctl(FIONREAD) to determine if a fifo isRobert Watson2005-09-131-6/+95
* Remove a debugging printf.Robert Watson2005-09-131-1/+0
* Comment test_lseek().Robert Watson2005-09-121-0/+117
* Further updates to fifo_io regression test:Robert Watson2005-09-121-61/+287
* Add fifo_misc, a regression test to hold misc. functional tests for fifosRobert Watson2005-09-122-0/+147
* Use different temporary directory templates for fifo_io and fifo_open soRobert Watson2005-09-122-2/+2
* Add fifo_io, a regression test for I/O operations on POSIX fifos. WeRobert Watson2005-09-122-0/+1259
* After going to some trouble to create a temporary directory in which to runRobert Watson2005-09-111-0/+2
* Add fifo_open, a basic regression test for opening fifos, which testsRobert Watson2005-09-112-0/+481
* Add fifo_create, a simple regression test for mkfifo(2).Robert Watson2005-09-102-0/+244