summaryrefslogtreecommitdiff
path: root/nuttx/drivers/ramdisk.c
Commit message (Expand)AuthorAgeFilesLines
* drivers/, drivers/pipes, and drivers/serial file clean-uppatacongo2012-07-151-5/+8
* Move file-system header files to include/nuttx/fspatacongo2012-03-211-1/+1
* Re-architect FAT data structures to support long file namespatacongo2011-07-131-4/+8
* Fix AVR warnings; FAT FS needs to use off_t instead of size_tpatacongo2011-06-201-1/+1
* Fixes for kernel stub buildspatacongo2011-04-061-3/+4
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-151-15/+18
* Fix a bug in initial XIP offsetpatacongo2009-06-241-1/+29
* cosmeticpatacongo2008-11-151-1/+1
* Add ioctl's to support XIPpatacongo2008-09-121-31/+54
* ROMFS filesystem supportpatacongo2008-09-101-14/+42
* Added test for mkfatfspatacongo2008-08-101-0/+2
* Add RAM disk supportnuttx-3.11patacongo2008-06-011-0/+250