This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors_Framework
/
nuttx
Watch
1
Star
0
Fork
0
mirror of
https://github.com/apache/nuttx.git
synced
2026-09-10 21:10:01 +08:00
Code
Issues
Actions
8
Packages
Projects
Releases
Wiki
Activity
Files
aa31b4eae95e43a2cd3026e351deaa4e407077ca
nuttx
/
fs
T
History
Gregory Nutt
02b91d9880
Add a SYSLOG character device that can be used to re-direct output to the SYSLOG
2016-07-05 12:58:18 -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
Eliminate some warnings
2016-06-13 13:16:03 -06:00
procfs
…
romfs
…
semaphore
…
shm
…
smartfs
…
tmpfs
…
unionfs
…
vfs
Add a SYSLOG character device that can be used to re-direct output to the SYSLOG
2016-07-05 12:58:18 -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
…