9
0
Fork 0
nuttx-bb/nuttx/fs
patacongo 5678cbefc7 Make sure the private data is initially NULL
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@1293 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2008-11-20 14:13:04 +00:00
..
fat Fix some lseek to zero problems 2008-11-16 14:54:03 +00:00
romfs Use SEC_NSECTOR macro 2008-09-12 22:28:29 +00:00
Makefile Add select() 2008-11-17 20:25:28 +00:00
fs_close.c Simplication 2008-08-01 02:17:32 +00:00
fs_closeblockdriver.c Added mkfatfs() test 2008-08-10 14:50:27 +00:00
fs_closedir.c cosmetic 2008-09-12 14:46:44 +00:00
fs_dup.c cosmetic 2008-09-12 14:52:33 +00:00
fs_files.c cosmetic 2008-09-12 14:46:44 +00:00
fs_findblockdriver.c Correct comments 2008-11-14 15:09:39 +00:00
fs_fsync.c cosmetic 2008-09-12 14:46:44 +00:00
fs_inode.c Eliminate deadlock condition in opendir() 2008-05-31 20:14:15 +00:00
fs_inodeaddref.c Eliminate deadlock condition in opendir() 2008-05-31 20:14:15 +00:00
fs_inodefind.c Debug NSH on z80sim 2007-12-31 23:52:53 +00:00
fs_inoderelease.c Eliminate deadlock condition in opendir() 2008-05-31 20:14:15 +00:00
fs_inoderemove.c cosmetic 2008-09-12 14:46:44 +00:00
fs_inodereserve.c cosmetic 2008-09-12 14:46:44 +00:00
fs_internal.h Share block driver helpers outside of fs/ 2008-10-23 20:52:32 +00:00
fs_ioctl.c cosmetic 2008-09-12 14:52:33 +00:00
fs_lseek.c trivial cosmetic 2008-11-15 19:19:34 +00:00
fs_mkdir.c cosmetic 2008-09-12 14:46:44 +00:00
fs_mmap.c Added mmap()/XIP test to ROMFS test 2008-09-12 19:17:15 +00:00
fs_mount.c ROMFS filesystem support 2008-09-10 19:29:24 +00:00
fs_open.c Fix bug: Using unsigned to detect errno<0 2008-07-31 00:28:24 +00:00
fs_openblockdriver.c Correct comments 2008-11-14 15:09:39 +00:00
fs_opendir.c Fix bad assert in opendir 2008-08-17 16:17:08 +00:00
fs_poll.c Make sure the private data is initially NULL 2008-11-20 14:13:04 +00:00
fs_read.c Not setting error on driver errors 2008-10-09 20:22:21 +00:00
fs_readdir.c cosmetic 2008-09-12 14:46:44 +00:00
fs_readdirr.c cosmetic 2008-09-12 14:46:44 +00:00
fs_registerblockdriver.c Add RAM disk support 2008-06-01 20:08:20 +00:00
fs_registerdriver.c cosmetic 2008-09-12 14:46:44 +00:00
fs_rename.c Make use of FAR consistent in stdio.h 2008-11-10 14:40:03 +00:00
fs_rewinddir.c cosmetic 2008-09-12 14:46:44 +00:00
fs_rmdir.c Z16F Debug 2008-01-29 00:50:16 +00:00
fs_seekdir.c cosmetic 2008-09-12 14:46:44 +00:00
fs_select.c cosmetic 2008-11-18 23:00:05 +00:00
fs_stat.c cosmetic 2008-09-12 14:52:33 +00:00
fs_statfs.c Make use of FAR consistent in stdio.h 2008-11-10 14:40:03 +00:00
fs_telldir.c Add find/open/close_blockdriver() 2008-08-02 14:25:34 +00:00
fs_umount.c cosmetic 2008-09-12 14:46:44 +00:00
fs_unlink.c Z16F Debug 2008-01-29 00:50:16 +00:00
fs_unregisterblockdriver.c cosmetic 2008-09-12 14:46:44 +00:00
fs_unregisterdriver.c cosmetic 2008-09-12 14:46:44 +00:00
fs_write.c cosmetic 2008-09-12 14:52:33 +00:00