summaryrefslogtreecommitdiff
path: root/nuttx/drivers/pipe.c
Commit message (Expand)AuthorAgeFilesLines
* All file_operations vtables should be static constpatacongo2009-06-101-1/+1
* Add poll() methodpatacongo2008-11-171-2/+4
* Add infrastructure to support poll()patacongo2008-11-161-1/+2
* Fixes for Z16F compilerpatacongo2008-08-101-2/+2
* Fix detection of final closepatacongo2008-07-271-5/+3
* fix pipe cleanup logicpatacongo2008-07-271-34/+54
* Minor pipe updatespatacongo2008-07-261-2/+2
* Add pipe()patacongo2008-07-261-0/+257