.. |
aio
|
Remove some block comments before empty code sections
|
2016-04-11 18:16:04 -06:00 |
binfs
|
Remove some block comments before empty code sections
|
2016-04-11 18:16:04 -06:00 |
dirent
|
nuttx/fs: Fix some spacing and alignment issues
|
2015-10-11 11:39:29 -06:00 |
driver
|
Remove some block comments before empty code sections
|
2016-04-11 18:16:04 -06:00 |
fat
|
Remove some block comments before empty code sections
|
2016-04-11 18:16:04 -06:00 |
hostfs
|
Remove some block comments before empty code sections
|
2016-04-11 18:16:04 -06:00 |
inode
|
fs/inode/, fs/vfs/, and sched/task/: File and socket descriptors are no longer allocated for kernel threads. They must use SYSLOG for output and the low-level psock interfaces for network I/O. This saves a little memory which might be important for small footprint configurations.
|
2016-04-14 10:14:38 -06:00 |
mmap
|
Remove some block comments before empty code sections
|
2016-04-11 18:16:04 -06:00 |
mount
|
Allows the use of tmpfs when no block driver is available. This is correctly done to define NONBDFS but below the structure is not where it should be.
|
2016-05-11 06:48:30 -06:00 |
mqueue
|
Remove some block comments before empty code sections
|
2016-04-11 18:16:04 -06:00 |
nfs
|
Remove some block comments before empty code sections
|
2016-04-11 18:16:04 -06:00 |
nxffs
|
Remove some block comments before empty code sections
|
2016-04-11 18:16:04 -06:00 |
procfs
|
fs_procfsproc.c edited online with Bitbucket. Fix problem introduced in last patch
|
2016-04-28 08:04:38 +00:00 |
romfs
|
Remove some block comments before empty code sections
|
2016-04-11 18:16:04 -06:00 |
semaphore
|
Remove some block comments before empty code sections
|
2016-04-11 18:16:04 -06:00 |
shm
|
Fix references to the no-longer-existent misc/ directory in comments, README files, and documentation
|
2015-06-28 08:08:57 -06:00 |
smartfs
|
Remove some block comments before empty code sections
|
2016-04-11 18:16:04 -06:00 |
tmpfs
|
Remove some block comments before empty code sections
|
2016-04-11 18:16:04 -06:00 |
unionfs
|
Fix several places in DMA logic where a spurious semicolon causes bad conditional logic
|
2016-05-11 17:42:59 -06:00 |
vfs
|
fs/inode/, fs/vfs/, and sched/task/: File and socket descriptors are no longer allocated for kernel threads. They must use SYSLOG for output and the low-level psock interfaces for network I/O. This saves a little memory which might be important for small footprint configurations.
|
2016-04-14 10:14:38 -06:00 |
.gitignore
|
.dSYM only needs to be in the same .gitignore files as .exe
|
2013-05-30 15:02:04 -06:00 |
Kconfig
|
Remove CONFIG_FS_READABLE/WRITABLE logic from tools/mkconfig.c. This logic has been replaced with proper logic in the Kconfig files, it is out of date and an ongoing maintenance problem, and it shoulw not be necessary.
|
2016-05-11 10:01:43 -06:00 |
Makefile
|
Several Makefiles: Add .PHONY definitions to prevent 'clean up to date' message weirdness.
|
2016-05-10 15:44:06 -06:00 |
fs_initialize.c
|
Remove some block comments before empty code sections
|
2016-04-11 18:16:04 -06:00 |