summaryrefslogtreecommitdiff
path: root/nuttx/fs/fs_opendir.c
Commit message (Expand)AuthorAgeFilesLines
* More changes for a kernel-mode allocator (more to be done)patacongo2013-03-091-3/+3
* I learned how to spell PSEUDOpatacongo2012-08-051-8/+8
* Clean-up files in fs/ directorypatacongo2012-07-141-8/+6
* Move file-system header files to include/nuttx/fspatacongo2012-03-211-2/+2
* Attach mem mgmt fault handle if MPU is enabledpatacongo2011-04-061-2/+0
* Clean kernel-/user-mode module buildpatacongo2011-04-051-3/+3
* Fix an error in opendir() when a mountpoint is in the root directory.patacongo2011-03-281-70/+138
* Re-organize header files so that file systems can be built outside of the nut...patacongo2011-03-281-3/+4
* Switching to C99 stdint/stdbool.h typespatacongo2009-12-151-4/+4
* Fix bad assert in opendirpatacongo2008-08-171-3/+3
* Eliminate deadlock condition in opendir()patacongo2008-05-311-17/+29
* Debug NSH on z80simpatacongo2007-12-311-16/+16
* Add TELNET front end to NSHpatacongo2007-12-021-0/+4
* +2 not ++ twicepatacongo2007-06-111-2/+1
* Correct opendir semaphore hanlding -- was causing deadlockpatacongo2007-06-101-7/+11
* Simply conditional build; fix conditional compilationpatacongo2007-06-091-3/+0
* Fat dir operations seem to workpatacongo2007-05-261-96/+78
* Finish FAT directory operations; add option to disable mountpoints; fix ARM c...patacongo2007-05-261-4/+6
* Add readdir() on mountpointspatacongo2007-05-261-13/+12
* Setting up for mountpoint supportpatacongo2007-05-261-10/+132
* Add 'ls' command to nshpatacongo2007-03-141-1/+1
* Added opendir, readdir, closedir, etc.patacongo2007-03-141-0/+126