summaryrefslogtreecommitdiff
path: root/nuttx/drivers/dev_null.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up some naming: fd vs. fildes vs. filedes and filep vs filpGregory Nutt2013-09-281-5/+5
* Fix an error in LPC43xx clock configuratin that can cause fail to bootpatacongo2012-07-161-0/+1
* 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-6/+3
* 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/+27
* Add infrastructure to support poll()patacongo2008-11-161-1/+2
* Add function headerspatacongo2008-11-141-0/+16
* Fix /dev/zeropatacongo2008-02-021-4/+4
* Add pascal testpatacongo2008-02-011-17/+17
* Reflect changes due to fs structurespatacongo2007-05-091-1/+2
* This creates a 8051 build that can run in 24Kb of RAMpatacongo2007-03-011-3/+3
* Finally, a clean SDCC compilepatacongo2007-02-271-2/+5
* NuttX RTOSpatacongo2007-02-171-0/+89