summaryrefslogtreecommitdiff
path: root/nuttx/examples/pipe
Commit message (Expand)AuthorAgeFilesLines
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-153-9/+5
* cosmeticpatacongo2008-08-021-5/+6
* Fix bug: Using unsigned to detect errno<0patacongo2008-07-311-39/+91
* Added redirection testpatacongo2008-07-305-158/+331
* Separate tests into separate filespatacongo2008-07-295-184/+534
* 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
* *** empty log message ***patacongo2008-07-222-30/+0
* Pipe testpatacongo2008-07-224-0/+409