summaryrefslogtreecommitdiff
path: root/nuttx/drivers/dev_zero.c
Commit message (Collapse)AuthorAgeFilesLines
* Add capability to traverse inodes in the NuttX psuedo-filesystempatacongo2012-08-031-1/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5004 42af7a65-404d-4744-a932-0658087f49c3
* drivers/, drivers/pipes, and drivers/serial file clean-uppatacongo2012-07-151-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4944 42af7a65-404d-4744-a932-0658087f49c3
* Move file-system header files to include/nuttx/fspatacongo2012-03-211-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4499 42af7a65-404d-4744-a932-0658087f49c3
* Changing NuttX fixed size type names to C99 standard names -- things will be ↵patacongo2009-12-151-7/+4
| | | | | | broken for awhile git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2343 42af7a65-404d-4744-a932-0658087f49c3
* All file_operations vtables should be static constpatacongo2009-06-101-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1871 42af7a65-404d-4744-a932-0658087f49c3
* Move poll save area back into struct pollfd (as it waspatacongo2008-11-191-3/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1288 42af7a65-404d-4744-a932-0658087f49c3
* Revert part of last changepatacongo2008-11-191-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1285 42af7a65-404d-4744-a932-0658087f49c3
* Implement poll/select for socketspatacongo2008-11-181-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1277 42af7a65-404d-4744-a932-0658087f49c3
* Add poll() methodpatacongo2008-11-171-2/+35
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1262 42af7a65-404d-4744-a932-0658087f49c3
* Add infrastructure to support poll()patacongo2008-11-161-1/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1258 42af7a65-404d-4744-a932-0658087f49c3
* Fix /dev/zeropatacongo2008-02-021-6/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@616 42af7a65-404d-4744-a932-0658087f49c3
* Added lseek()patacongo2008-02-011-0/+94
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@612 42af7a65-404d-4744-a932-0658087f49c3