.. |
binfs
|
More trailing whilespace removal
|
2014-04-13 16:22:22 -06:00 |
fat
|
Reanem kzalloc to kmm_zalloc for consistency
|
2014-08-31 17:34:44 -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
|
Reanem kzalloc to kmm_zalloc for consistency
|
2014-08-31 17:34:44 -06:00 |
romfs
|
Reanem kzalloc to kmm_zalloc for consistency
|
2014-08-31 17:34:44 -06:00 |
smartfs
|
Reanem kzalloc to kmm_zalloc for consistency
|
2014-08-31 17:34:44 -06:00 |
.gitignore
|
|
|
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_dup2.c
|
|
|
fs_dup.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_filedup2.c
|
|
|
fs_filedup.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
|
wdog.h does not contain any application interface, only internal OS interface. Further, it is non-standard. Move wdog.h from include/ to include/nuttx. For the same reason, move the description of the watchdog timer interfaces from the Users Guide to the Porting Guide.
|
2014-08-21 11:16:55 -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
|
|
|
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 |