summaryrefslogtreecommitdiffstats
path: root/nuttx/examples/pipe
AgeCommit message (Expand)AuthorFilesLines
2008-08-02cosmeticpatacongo1-5/+6
2008-07-31Fix bug: Using unsigned to detect errno<0patacongo1-39/+91
2008-07-30Added redirection testpatacongo5-158/+331
2008-07-29Separate tests into separate filespatacongo5-184/+534
2008-07-27fix pipe cleanup logicpatacongo1-0/+1
2008-07-26Fix FIFO interlock errorspatacongo1-38/+192
2008-07-26O_RDONLY open on FIFO blocks until writer openspatacongo1-1/+1
2008-07-26Add pipe()patacongo1-18/+50
2008-07-22*** empty log message ***patacongo2-30/+0
2008-07-22Pipe testpatacongo4-0/+409