summaryrefslogtreecommitdiff
path: root/nuttx/drivers/ramdisk.c
Commit message (Expand)AuthorAgeFilesLines
* Rename kmalloc to kmm_malloc for consistencyGregory Nutt2014-08-311-1/+1
* Rename kfree to kmm_free for consistency with other naming conventionsGregory Nutt2014-08-311-1/+1
* More trailing whilespace removalGregory Nutt2014-04-131-1/+1
* Fix various typos in comments. From Alan Carvalho de AssisGregory Nutt2014-04-061-2/+2
* Changes to get PX4 config to build. Also some warning removalGregory Nutt2014-01-141-0/+1
* Move ramdisk.h to include/nutt/fs/ramdisk.hGregory Nutt2013-12-101-1/+1
* 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