summaryrefslogtreecommitdiff
path: root/nuttx/drivers/pipes
Commit message (Expand)AuthorAgeFilesLines
* Rename kmalloc to kmm_malloc for consistencyGregory Nutt2014-08-311-2/+2
* Rename kfree to kmm_free for consistency with other naming conventionsGregory Nutt2014-08-311-2/+2
* nuttx/drivers: Remove explicity references to errno. That is a problem from...Gregory Nutt2014-08-282-8/+8
* More trailing whilespace removalGregory Nutt2014-04-133-7/+7
* Changes to get PX4 config to build. Also some warning removalGregory Nutt2014-01-142-2/+4
* 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-155-11/+21
* Add kconfig documentationpatacongo2012-04-061-1/+1
* Adding skeleton Kconfig files (part 1 of 2)patacongo2012-04-061-0/+4
* Move file-system header files to include/nuttx/fspatacongo2012-03-213-3/+3
* Add initial CC1101 wireless logic from Urospatacongo2011-05-161-5/+10
* Fixes for kernel stub buildspatacongo2011-04-061-4/+5
* Fix pipe/fifo open logic: semaphore wait in open() must abort if a signal is ...patacongo2011-03-021-41/+63
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-154-17/+17
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-141-7/+9
* Move some drivers to separate subdirectoriespatacongo2009-10-185-0/+1252