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 09:18:00 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
67a95493550c3b42aac278737e4d4fb9a6e4b435
nuttx
/
fs
T
History
Gregory Nutt
67a9549355
TMPFS: Eliminate some warnings
2016-07-11 11:19:58 -06:00
..
aio
…
binfs
…
dirent
…
driver
Move fs/drivers/fs_devsyslog.c to drivers/syslog/syslog_device.c
2016-06-19 08:46:46 -06:00
fat
…
hostfs
…
inode
syslog_dev_flush() needs to check if the inode is a mountpoint before calling the flush() method. Noted by David Sidrane.
2016-06-22 05:58:33 -06:00
mmap
…
mount
Without lowsyslog() *llinfo() is not useful. Eliminate and replace with *info().
2016-06-20 11:59:15 -06:00
mqueue
…
nfs
…
nxffs
…
procfs
…
romfs
…
semaphore
…
shm
…
smartfs
Fix some recently introduced errors
2016-07-09 06:51:07 -06:00
tmpfs
TMPFS: Eliminate some warnings
2016-07-11 11:19:58 -06:00
unionfs
…
vfs
VFS ioctl() again. Per comments from David Sidrane, file_ioctl() should not return success if the ioctl method is not supported. It probably should return ENOTTY in that case.
2016-07-09 07:23:12 -06:00
.gitignore
…
fs_initialize.c
…
Kconfig
Move fs/drivers/fs_devsyslog.c to drivers/syslog/syslog_device.c
2016-06-19 08:46:46 -06:00
Makefile
…