summaryrefslogtreecommitdiff
path: root/nuttx/examples/pipe/pipe_main.c
Commit message (Expand)AuthorAgeFilesLines
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-151-4/+2
* Added redirection testpatacongo2008-07-301-154/+39
* Separate tests into separate filespatacongo2008-07-291-183/+6
* fix pipe cleanup logicpatacongo2008-07-271-0/+1
* Fix FIFO interlock errorspatacongo2008-07-261-38/+192
* O_RDONLY open on FIFO blocks until writer openspatacongo2008-07-261-1/+1
* Add pipe()patacongo2008-07-261-18/+50
* Pipe testpatacongo2008-07-221-0/+304