This website requires JavaScript.
Explore
Help
Register
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
2bcb8b7b07
If whence is SEEK_END, the file offset shall be set to the size of the file plus offset. Noted by eunb.song@samsung.com
2017-03-13 07:31:47 -06:00
..
aio
…
binfs
…
dirent
Don't build libc/pthread if pthreasa are disable. Fix a warning in dirent logic if mountpoints are disabled.
2017-02-16 09:53:13 -06:00
driver
FS: Don't build block driver proxy if PSEUDOFS_OPERATIONS are disabled.
2017-03-04 08:25:20 -06:00
fat
…
hostfs
hostfs: Add support for fstat().
2017-02-14 09:54:08 -06:00
inode
fstat(): Rethink procfs fstat(). If write method is supported, then should report file s writeable.
2017-02-15 09:32:42 -06:00
mmap
…
mount
…
mqueue
…
nfs
…
nxffs
fstat: Add fstat() support to nxffs.
2017-02-13 08:22:05 -06:00
procfs
procfs skeleton: Some additional, purely cosmetic updates.
2017-02-15 12:47:51 -06:00
romfs
…
semaphore
…
shm
…
smartfs
If whence is SEEK_END, the file offset shall be set to the size of the file plus offset. Noted by eunb.song@samsung.com
2017-03-13 07:31:47 -06:00
tmpfs
…
unionfs
…
vfs
sendfile(): Fix error introduced with commit ff73be870e38959b0aaee5961dc47b4b58dc2d86. Noted by Maciej Wójcik
2017-03-05 11:50:34 -06:00
.gitignore
…
fs_initialize.c
…
Kconfig
…
Makefile
…