Gregory Nutt
|
9f7f258728
|
Add support for umount2(target, MNT_FORCE) in the FAT file system.
|
2015-03-15 07:45:19 -06:00 |
Gregory Nutt
|
e3bffdf92d
|
Fix a ommission in the last changes to the unbind() method prototype
|
2015-03-14 18:14:54 -06:00 |
Gregory Nutt
|
8055ba4d03
|
Pass the umount2() flags to every unbind() implementation. That is where the the decision to umount or not will be made.
|
2015-03-14 17:22:02 -06:00 |
Gregory Nutt
|
650a0d0615
|
Completes VFS-based named semaphore implemetation. Still a little buggy
|
2014-09-28 15:58:56 -06:00 |
Gregory Nutt
|
f8024cf409
|
More trailing whilespace removal
|
2014-04-13 16:22:22 -06:00 |
Gregory Nutt
|
f1671bb6a7
|
Alloc CONFIG_FS_READABLE/WRITABLE to be defined in Kconfig files while preserving backward compatibility with legacy configurations (for the time being)
|
2013-11-15 09:49:27 -06:00 |
Gregory Nutt
|
015072a4d4
|
fs/binfs/README.txt: Add a README file
|
2013-11-13 16:40:03 -06:00 |
patacongo
|
956bded9c1
|
Add logic to automatically unload module on exit; Several patches from Mike Smith
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5528 42af7a65-404d-4744-a932-0658087f49c3
|
2013-01-17 14:43:55 +00:00 |
patacongo
|
e5908285c4
|
Rename apps/include/apps.h to builtin.h. Move parts of apps/builtins/exec_builtin.c to binfmt/libbuiltin/libbuiltin_utils.c
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5524 42af7a65-404d-4744-a932-0658087f49c3
|
2013-01-16 17:05:00 +00:00 |
patacongo
|
a1045c27e7
|
apps/builtin/binfs.c moved to nuttx/fs/binfs/fs_binfs.c
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5523 42af7a65-404d-4744-a932-0658087f49c3
|
2013-01-16 15:41:27 +00:00 |