.. |
binfs
|
More trailing whilespace removal
|
2014-04-13 16:22:22 -06:00 |
fat
|
More trailing whilespace removal
|
2014-04-13 16:22:22 -06:00 |
mmap
|
More trailing whilespace removal
|
2014-04-13 16:22:22 -06:00 |
nfs
|
NET: emoved all includes of uip.h; added includes of ip.h wherever needed. Tried to fix problems of the now missing sneak inclusions because uip.h was removed. There are probably a few of these that were missed.
|
2014-07-04 19:13:08 -06:00 |
nxffs
|
Fix some cloned errors in SAM GPIO interrupt setup
|
2014-07-07 15:54:37 -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
|
More trailing whilespace removal
|
2014-04-13 16:22:22 -06:00 |
.gitignore
|
|
|
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
|
FS: directory operations will now work on empty directory nodes in the pseudo-filesystem
|
2014-02-19 09:21:38 -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
|
More trailing whilespace removal
|
2014-04-13 16:22:22 -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
|
Changes to get PX4 config to build. Also some warning removal
|
2014-01-14 13:30:22 -06:00 |
fs_foreachmountpoint.c
|
|
|
fs_fsync.c
|
|
|
fs_inode.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_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
|
|
|
fs_inoderelease.c
|
|
|
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
|
|
|
fs_lseek.c
|
|
|
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
|
|
|
fs_open.c
|
|
|
fs_openblockdriver.c
|
|
|
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
|
Changes to get PX4 config to build. Also some warning removal
|
2014-01-14 13:30:22 -06:00 |
fs_read.c
|
|
|
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
|
|
|
fs_registerdriver.c
|
|
|
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
|
|
|
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
|
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
|
|
|
fs_unregisterdriver.c
|
|
|
fs_write.c
|
|
|
Kconfig
|
Add CONFIG_DEFAULT_SMALL that will select default values for configuration settings based upon either more features or smaller footprint. Turns out not be be useful for modifying existing defconfig files because the defaults do not apply in that case
|
2014-02-20 18:49:45 -06:00 |
Makefile
|
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 |