summaryrefslogtreecommitdiff
path: root/nuttx/fs/mmap
Commit message (Expand)AuthorAgeFilesLines
* Move fs/fs.h to fs/inode/inode.h and some to fs/driver/driver.hGregory Nutt2014-09-293-3/+3
* Completes VFS-based named semaphore implemetation. Still a little buggyGregory Nutt2014-09-281-1/+0
* Rename fs/fs_internal.h to fs/fs.hGregory Nutt2014-09-283-3/+3
* Rename kumalloc to kumm_malloc and kuzalloc to kumm_zalloc for consistency wi...Gregory Nutt2014-08-311-1/+1
* Rename kufree to kumm_free for consistency with other namingGregory Nutt2014-08-312-5/+5
* Rename kmemalign to kmm_memalign and krealloc to kmm_realooc for consistency ...Gregory Nutt2014-08-311-2/+2
* nuttx/fs: Remove explicity references to errno. That is a problem from with...Gregory Nutt2014-08-283-6/+6
* More trailing whilespace removalGregory Nutt2014-04-131-1/+1
* Looks like an error all all kernel build linker scriptsGregory Nutt2013-12-301-2/+2
* Fix all occurrences of "the the" in documentation and commentsGregory Nutt2013-08-271-78/+78
* More changes for a kernel-mode allocator (more to be done)patacongo2013-03-092-6/+6
* apps/builtin/binfs.c moved to nuttx/fs/binfs/fs_binfs.cpatacongo2013-01-161-2/+7
* Remove executable property from source and make filespatacongo2012-09-131-0/+0
* Email address change in nuttx/patacongo2012-09-135-5/+5
* More M3 Wildfire logic; mmap-related bug fixes from Katepatacongo2012-09-101-14/+21
* Kconfig updatespatacongo2012-04-141-1/+22
* A little bit of file system configuration logicpatacongo2012-04-101-0/+2
* Add kconfig documentationpatacongo2012-04-061-1/+1
* Adding skeleton Kconfig files (part 1 of 2)patacongo2012-04-061-0/+4
* Complets ram mapping logicpatacongo2011-05-085-64/+225
* More RAM mapping logicpatacongo2011-05-083-5/+204
* Add fs/mmappatacongo2011-05-075-0/+535