summaryrefslogtreecommitdiff
path: root/nuttx/fs/fs_opendir.c
Commit message (Collapse)AuthorAgeFilesLines
* Move file-system header files to include/nuttx/fspatacongo2012-03-211-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4499 42af7a65-404d-4744-a932-0658087f49c3
* Attach mem mgmt fault handle if MPU is enabledpatacongo2011-04-061-2/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3471 42af7a65-404d-4744-a932-0658087f49c3
* Clean kernel-/user-mode module buildpatacongo2011-04-051-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3469 42af7a65-404d-4744-a932-0658087f49c3
* Fix an error in opendir() when a mountpoint is in the root directory.patacongo2011-03-281-70/+138
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3432 42af7a65-404d-4744-a932-0658087f49c3
* Re-organize header files so that file systems can be built outside of the ↵patacongo2011-03-281-3/+4
| | | | | | 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-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2341 42af7a65-404d-4744-a932-0658087f49c3
* Fix bad assert in opendirpatacongo2008-08-171-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@825 42af7a65-404d-4744-a932-0658087f49c3
* Eliminate deadlock condition in opendir()patacongo2008-05-311-17/+29
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@757 42af7a65-404d-4744-a932-0658087f49c3
* Debug NSH on z80simpatacongo2007-12-311-16/+16
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@474 42af7a65-404d-4744-a932-0658087f49c3
* Add TELNET front end to NSHpatacongo2007-12-021-0/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@421 42af7a65-404d-4744-a932-0658087f49c3
* +2 not ++ twicepatacongo2007-06-111-2/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@290 42af7a65-404d-4744-a932-0658087f49c3
* Correct opendir semaphore hanlding -- was causing deadlockpatacongo2007-06-101-7/+11
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@285 42af7a65-404d-4744-a932-0658087f49c3
* Simply conditional build; fix conditional compilationpatacongo2007-06-091-3/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@275 42af7a65-404d-4744-a932-0658087f49c3
* Fat dir operations seem to workpatacongo2007-05-261-96/+78
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@254 42af7a65-404d-4744-a932-0658087f49c3
* Finish FAT directory operations; add option to disable mountpoints; fix ARM ↵patacongo2007-05-261-4/+6
| | | | | | compile errors git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@252 42af7a65-404d-4744-a932-0658087f49c3
* Add readdir() on mountpointspatacongo2007-05-261-13/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@251 42af7a65-404d-4744-a932-0658087f49c3
* Setting up for mountpoint supportpatacongo2007-05-261-10/+132
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@250 42af7a65-404d-4744-a932-0658087f49c3
* Add 'ls' command to nshpatacongo2007-03-141-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@63 42af7a65-404d-4744-a932-0658087f49c3
* Added opendir, readdir, closedir, etc.patacongo2007-03-141-0/+126
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@62 42af7a65-404d-4744-a932-0658087f49c3