summaryrefslogtreecommitdiff
path: root/nuttx/fs/fs_mount.c
Commit message (Collapse)AuthorAgeFilesLines
* Re-organize header files so that file systems can be built outside of the ↵patacongo2011-03-281-1/+8
| | | | | | nuttx tree; add a binfs file system to apps/namedapp git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3428 42af7a65-404d-4744-a932-0658087f49c3
* Switching to C99 stdint/stdbool.h typespatacongo2009-12-151-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2341 42af7a65-404d-4744-a932-0658087f49c3
* Fix error in mount() error handlingpatacongo2009-11-181-1/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2271 42af7a65-404d-4744-a932-0658087f49c3
* Fix mount problempatacongo2009-05-291-4/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1835 42af7a65-404d-4744-a932-0658087f49c3
* ROMFS filesystem supportpatacongo2008-09-101-1/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@903 42af7a65-404d-4744-a932-0658087f49c3
* Add find/open/close_blockdriver()patacongo2008-08-021-33/+19
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@796 42af7a65-404d-4744-a932-0658087f49c3
* Debug NSH on z80simpatacongo2007-12-311-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@474 42af7a65-404d-4744-a932-0658087f49c3
* Simply conditional build; fix conditional compilationpatacongo2007-06-091-6/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@275 42af7a65-404d-4744-a932-0658087f49c3
* Add stat()patacongo2007-05-271-1/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@257 42af7a65-404d-4744-a932-0658087f49c3
* Finish FAT directory operations; add option to disable mountpoints; fix ARM ↵patacongo2007-05-261-0/+2
| | | | | | compile errors git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@252 42af7a65-404d-4744-a932-0658087f49c3
* fixespatacongo2007-05-201-2/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@236 42af7a65-404d-4744-a932-0658087f49c3
* Add mount() and umount()patacongo2007-05-121-0/+272
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@213 42af7a65-404d-4744-a932-0658087f49c3