This website requires JavaScript.
Explore
Help
Sign In
sergiotarxz
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
Code
Issues
Pull Requests
Releases
Wiki
Activity
nuttx
/
fs
History
Gregory Nutt
db3b507a41
tools/gencromfs.c: Was duplicating all mode bits in source directory in CROMFS directory. Some make no sense. In particular, all write-able bits are cleard unconditionally. Executable bits are still copying because there is really no way for the tool to know if the file is executable or not.
2018-03-24 15:05:22 -06:00
..
aio
…
binfs
…
cromfs
…
dirent
…
driver
…
fat
…
hostfs
Squashed commit of the following:
2017-10-04 15:22:27 -06:00
inode
…
mmap
…
mount
tools/genromfs.c: Improve check for empty directories. If the directory contains only unsupported, special files, then it is still empty. Fix some collection of statistics that was cause statfs() to return some incorrect values. Add logic to handle the case where the host and the target differ in endian-ness. fs/procfs: In show mountpoints, add support so that the CROMFS file system type is recognized.
2018-03-21 08:40:02 -06:00
mqueue
…
nfs
…
nxffs
…
procfs
…
romfs
…
semaphore
…
shm
…
smartfs
…
tmpfs
…
unionfs
…
userfs
…
vfs
Standardization of some function headers.
2018-03-13 09:52:27 -06:00
.gitignore
.dSYM only needs to be in the same .gitignore files as .exe
2013-05-30 15:02:04 -06:00
fs_initialize.c
…
Kconfig
…
Makefile
…