summaryrefslogtreecommitdiff
path: root/nuttx/drivers/dev_zero.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up some naming: fd vs. fildes vs. filedes and filep vs filpGregory Nutt2013-09-281-6/+8
* Add capability to traverse inodes in the NuttX psuedo-filesystempatacongo2012-08-031-1/+9
* drivers/, drivers/pipes, and drivers/serial file clean-uppatacongo2012-07-151-1/+1
* 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-7/+4
* All file_operations vtables should be static constpatacongo2009-06-101-1/+1
* Move poll save area back into struct pollfd (as it waspatacongo2008-11-191-3/+5
* Revert part of last changepatacongo2008-11-191-3/+3
* Implement poll/select for socketspatacongo2008-11-181-3/+3
* Add poll() methodpatacongo2008-11-171-2/+35
* Add infrastructure to support poll()patacongo2008-11-161-1/+2
* Fix /dev/zeropatacongo2008-02-021-6/+6
* Added lseek()patacongo2008-02-011-0/+94