.. |
binfs
|
More trailing whilespace removal
|
2014-04-13 16:22:22 -06:00 |
fat
|
nuttx/fs: Remove explicity references to errno. That is a problem from within the kernel for certain configurations
|
2014-08-28 16:58:43 -06:00 |
mmap
|
nuttx/fs: Remove explicity references to errno. That is a problem from within the kernel for certain configurations
|
2014-08-28 16:58:43 -06:00 |
nfs
|
nuttx/fs: Remove explicity references to errno. That is a problem from within the kernel for certain configurations
|
2014-08-28 16:58:43 -06:00 |
nxffs
|
nuttx/fs: Remove explicity references to errno. That is a problem from within the kernel for certain configurations
|
2014-08-28 16:58:43 -06:00 |
procfs
|
CCM PROCFS: Missing change in last commits
|
2014-07-03 09:28:36 -06:00 |
romfs
|
Many changes to reduce complaints from CppCheck. Several latent bugs fixes, but probably some new typos introduced
|
2014-02-10 18:08:49 -06:00 |
smartfs
|
nuttx/fs: Remove explicity references to errno. That is a problem from within the kernel for certain configurations
|
2014-08-28 16:58:43 -06:00 |
.gitignore
|
.dSYM only needs to be in the same .gitignore files as .exe
|
2013-05-30 15:02:04 -06:00 |
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
|
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_close.c
|
Clean-up files in fs/ directory
|
2012-07-14 21:05:40 +00:00 |
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
|
FS: directory operations will now work on empty directory nodes in the pseudo-filesystem
|
2014-02-19 09:21:38 -06:00 |
fs_dup.c
|
Clean up some naming: fd vs. fildes vs. filedes and filep vs filp
|
2013-09-28 16:50:07 -06:00 |
fs_dup2.c
|
Clean up some naming: fd vs. fildes vs. filedes and filep vs filp
|
2013-09-28 16:50:07 -06:00 |
fs_fcntl.c
|
More trailing whilespace removal
|
2014-04-13 16:22:22 -06:00 |
fs_fdopen.c
|
More trailing whilespace removal
|
2014-04-13 16:22:22 -06:00 |
fs_filedup.c
|
Clean up some naming: fd vs. fildes vs. filedes and filep vs filp
|
2013-09-28 16:50:07 -06:00 |
fs_filedup2.c
|
Clean up some naming: fd vs. fildes vs. filedes and filep vs filp
|
2013-09-28 16:50:07 -06:00 |
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
|
Changes to get PX4 config to build. Also some warning removal
|
2014-01-14 13:30:22 -06:00 |
fs_foreachmountpoint.c
|
I learned how to spell PSEUDO
|
2012-08-05 17:44:11 +00:00 |
fs_fsync.c
|
Optimized sendfile() from Max Holtzberg
|
2013-09-28 14:47:49 -06:00 |
fs_inode.c
|
Cosmetic changes, mostly to comments
|
2014-07-29 12:49:40 -06:00 |
fs_inodeaddref.c
|
Nodes in the pseudo-filesystem can now be renamed or moved within the pseduo-filesystem
|
2014-02-19 13:14:39 -06:00 |
fs_inodebasename.c
|
Nodes in the pseudo-filesystem can now be renamed or moved within the pseduo-filesystem
|
2014-02-19 13:14:39 -06:00 |
fs_inodefind.c
|
Clean-up files in fs/ directory
|
2012-07-14 21:05:40 +00:00 |
fs_inoderelease.c
|
Clean-up files in fs/ directory
|
2012-07-14 21:05:40 +00:00 |
fs_inoderemove.c
|
Nodes in the pseudo-filesystem can now be renamed or moved within the pseduo-filesystem
|
2014-02-19 13:14:39 -06:00 |
fs_inodereserve.c
|
Make sure that there is one space between while and condition
|
2014-04-12 13:09:48 -06:00 |
fs_internal.h
|
Nodes in the pseudo-filesystem can now be renamed or moved within the pseduo-filesystem
|
2014-02-19 13:14:39 -06:00 |
fs_ioctl.c
|
Optimized sendfile() from Max Holtzberg
|
2013-09-28 14:47:49 -06:00 |
fs_lseek.c
|
Clean up some naming: fd vs. fildes vs. filedes and filep vs filp
|
2013-09-28 16:50:07 -06:00 |
fs_mkdir.c
|
unlink/rm can now be used on nodes in the pseudo-filesystem. There is new configuration option to suppress these costly and mostly useless operations on the pseudo-filesystem
|
2014-02-20 18:14:02 -06:00 |
fs_mount.c
|
Updated README file, cosmetic changes to comments and debug output
|
2014-07-30 10:19:09 -06:00 |
fs_open.c
|
Optimized sendfile() from Max Holtzberg
|
2013-09-28 14:47:49 -06:00 |
fs_openblockdriver.c
|
Clean-up files in fs/ directory
|
2012-07-14 21:05:40 +00:00 |
fs_opendir.c
|
FS: directory operations will now work on empty directory nodes in the pseudo-filesystem
|
2014-02-19 09:21:38 -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
|
Optimized sendfile() from Max Holtzberg
|
2013-09-28 14:47:49 -06:00 |
fs_readdir.c
|
FS: directory operations will now work on empty directory nodes in the pseudo-filesystem
|
2014-02-19 09:21:38 -06:00 |
fs_registerblockdriver.c
|
Add capability to traverse inodes in the NuttX psuedo-filesystem
|
2012-08-03 19:11:11 +00:00 |
fs_registerdriver.c
|
Clean-up files in fs/ directory
|
2012-07-14 21:05:40 +00:00 |
fs_rename.c
|
unlink/rm can now be used on nodes in the pseudo-filesystem. There is new configuration option to suppress these costly and mostly useless operations on the pseudo-filesystem
|
2014-02-20 18:14:02 -06:00 |
fs_rewinddir.c
|
FS: directory operations will now work on empty directory nodes in the pseudo-filesystem
|
2014-02-19 09:21:38 -06:00 |
fs_rmdir.c
|
unlink/rm can now be used on nodes in the pseudo-filesystem. There is new configuration option to suppress these costly and mostly useless operations on the pseudo-filesystem
|
2014-02-20 18:14:02 -06:00 |
fs_seekdir.c
|
FS: directory operations will now work on empty directory nodes in the pseudo-filesystem
|
2014-02-19 09:21:38 -06:00 |
fs_select.c
|
Add apps/system/ramtest. I will use this for the LPC1788 SDRAM bringup
|
2013-03-27 00:03:25 +00:00 |
fs_sendfile.c
|
Optimized sendfile() from Max Holtzberg
|
2013-09-28 14:47:49 -06:00 |
fs_stat.c
|
More trailing whilespace removal
|
2014-04-13 16:22:22 -06:00 |
fs_statfs.c
|
I learned how to spell PSEUDO
|
2012-08-05 17:44:11 +00:00 |
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
|
unlink/rm can now be used on nodes in the pseudo-filesystem. There is new configuration option to suppress these costly and mostly useless operations on the pseudo-filesystem
|
2014-02-20 18:14:02 -06:00 |
fs_unregisterblockdriver.c
|
I learned how to spell PSEUDO
|
2012-08-05 17:44:11 +00:00 |
fs_unregisterdriver.c
|
I learned how to spell PSEUDO
|
2012-08-05 17:44:11 +00:00 |
fs_write.c
|
The last checkin replaced some impossible error handling with DEBUGASSERT. Except that one of the case is actually possible in one cornercase and had to be restored
|
2013-09-28 15:37:16 -06:00 |