This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors_Framework
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
mirror of
https://github.com/apache/nuttx.git
synced
2026-06-07 01:05:54 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
582f3670dc77b12fd357c47caa7bc194c16f2556
nuttx
/
fs
T
History
Gregory Nutt
986c568d34
Correct file header comments
2016-08-07 10:04:02 -06:00
..
aio
Correct file header comments
2016-08-07 10:04:02 -06:00
binfs
…
dirent
…
driver
Move driver related prototypes out of include/nuttx/fs/fs.h and into new include/drivers/drivers.h
2016-07-20 13:15:37 -06:00
fat
FAT performance improvement. In large files, seeking to a position fromt he beginning of the file can be very time consuming. ftell does lssek(fd, 0, SET_CURR). In that case, that is wasted time since we are going to seek to the same position. This fix short-circutes fat_seek() in all cases where we attempt to seek to curren position. Suggested by Nate Weibley
2016-08-03 13:32:52 -06:00
hostfs
HOSTFS: Fix some errors in first cut at repartitioning
2016-07-17 16:31:14 -06:00
inode
…
mmap
…
mount
…
mqueue
…
nfs
…
nxffs
…
procfs
Move include/nuttx/regex.h to include/nuttx/lib/regex.h
2016-07-21 13:42:18 -06:00
romfs
…
semaphore
…
shm
…
smartfs
…
tmpfs
…
unionfs
…
vfs
Fix poll-related compile issues introduced with recent PTY changes
2016-07-16 07:03:38 -06:00
.gitignore
…
fs_initialize.c
…
Kconfig
…
Makefile
…