summaryrefslogtreecommitdiff
path: root/nuttx/drivers/pipes/pipe.c
Commit message (Expand)AuthorAgeFilesLines
* Make some file section headers more consistent with standardGregory Nutt2015-04-081-1/+1
* VFS: The inode unlink method should not be support if operations on the root ...Gregory Nutt2015-02-181-0/+2
* Pipes/FIFOs: Implement the unlink method. If the pipe/FIFO is unlinked, it ...Gregory Nutt2015-01-311-17/+18
* Unix domain/FIFOs: Fix a race condition between FIFO buffer operations and t...Gregory Nutt2015-01-301-1/+1
* Fixes some issues found by the PX4 team using Coverity. From Pavel KrienkoGregory Nutt2015-01-191-1/+4
* nuttx/drivers: Remove explicity references to errno. That is a problem from...Gregory Nutt2014-08-281-1/+1
* Changes to get PX4 config to build. Also some warning removalGregory Nutt2014-01-141-1/+1
* Clean up some naming: fd vs. fildes vs. filedes and filep vs filpGregory Nutt2013-09-281-12/+12
* drivers/, drivers/pipes, and drivers/serial file clean-uppatacongo2012-07-151-2/+6
* Move file-system header files to include/nuttx/fspatacongo2012-03-211-1/+1
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-151-3/+3
* Move some drivers to separate subdirectoriespatacongo2009-10-181-0/+282