incubator-nuttx/fs
Gregory Nutt c652092ac4 Re-implemented poll() using sem_timedwait() 2014-09-26 06:28:20 -06:00
..
binfs More trailing whilespace removal 2014-04-13 16:22:22 -06:00
fat Cosmetic changes to comments/spacing 2014-09-08 08:57:25 -06:00
mmap Rename kumalloc to kumm_malloc and kuzalloc to kumm_zalloc for consistency with other naming 2014-08-31 16:24:24 -06:00
nfs Reanem kzalloc to kmm_zalloc for consistency 2014-08-31 17:34:44 -06:00
nxffs Reanem kzalloc to kmm_zalloc for consistency 2014-08-31 17:34:44 -06:00
procfs procfs: Fix some breakage introduced by reorganizing some un-reorganizable data structures. From Ken Pettit 2014-09-22 11:07:08 -06:00
romfs Reanem kzalloc to kmm_zalloc for consistency 2014-08-31 17:34:44 -06:00
smartfs Fix a typo introduced my my meddling with Ken's last commits 2014-09-22 11:40:59 -06:00
.gitignore
Kconfig Add support for an automounter that will automatically mount and unmount a file system a media is inserted and removed 2014-07-29 12:50:08 -06:00
Makefile Add support for an automounter that will automatically mount and unmount a file system a media is inserted and removed 2014-07-29 12:50:08 -06:00
fs_automount.c Reanem kzalloc to kmm_zalloc for consistency 2014-08-31 17:34:44 -06:00
fs_close.c
fs_closeblockdriver.c Cosmetic changes for coding style; removal of dangling spaces at the end of lines 2014-04-13 13:18:06 -06:00
fs_closedir.c Rename kufree to kumm_free for consistency with other naming 2014-08-31 16:15:11 -06:00
fs_dup.c
fs_dup2.c
fs_fcntl.c More trailing whilespace removal 2014-04-13 16:22:22 -06:00
fs_fdopen.c Fix more places where the user-mode allocator is used to allocate kernel thread resources -- before the user-mode allocator even exists 2014-09-03 14:58:24 -06:00
fs_filedup.c
fs_filedup2.c
fs_files.c More trailing whilespace removal 2014-04-13 16:22:22 -06:00
fs_findblockdriver.c Cosmetic changes for coding style; removal of dangling spaces at the end of lines 2014-04-13 13:18:06 -06:00
fs_foreachinode.c Rename kmalloc to kmm_malloc for consistency 2014-08-31 17:26:36 -06:00
fs_foreachmountpoint.c
fs_fsync.c
fs_inode.c Rename kfree to kmm_free for consistency with other naming conventions 2014-08-31 17:04:02 -06:00
fs_inodeaddref.c
fs_inodebasename.c
fs_inodefind.c
fs_inoderelease.c Rename kfree to kmm_free for consistency with other naming conventions 2014-08-31 17:04:02 -06:00
fs_inoderemove.c Rename kfree to kmm_free for consistency with other naming conventions 2014-08-31 17:04:02 -06:00
fs_inodereserve.c Reanem kzalloc to kmm_zalloc for consistency 2014-08-31 17:34:44 -06:00
fs_internal.h
fs_ioctl.c
fs_lseek.c
fs_mkdir.c
fs_mount.c Updated README file, cosmetic changes to comments and debug output 2014-07-30 10:19:09 -06:00
fs_open.c
fs_openblockdriver.c
fs_opendir.c Rename kumalloc to kumm_malloc and kuzalloc to kumm_zalloc for consistency with other naming 2014-08-31 16:24:24 -06:00
fs_poll.c Re-implemented poll() using sem_timedwait() 2014-09-26 06:28:20 -06:00
fs_read.c
fs_readdir.c
fs_registerblockdriver.c
fs_registerdriver.c
fs_rename.c
fs_rewinddir.c
fs_rmdir.c
fs_seekdir.c
fs_select.c Reanem kzalloc to kmm_zalloc for consistency 2014-08-31 17:34:44 -06:00
fs_sendfile.c
fs_stat.c More trailing whilespace removal 2014-04-13 16:22:22 -06:00
fs_statfs.c
fs_syslog.c More trailing whilespace removal 2014-04-13 16:22:22 -06:00
fs_umount.c Cosmetic changes for coding style; removal of dangling spaces at the end of lines 2014-04-13 13:18:06 -06:00
fs_unlink.c
fs_unregisterblockdriver.c
fs_unregisterdriver.c
fs_write.c