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-15 00:32:39 +08:00
Code
Issues
Actions
8
Packages
Projects
Releases
Wiki
Activity
Files
1acfa1771ba4ffc1ca660f9a6733ea28f2a68d1c
nuttx
/
include
/
sys
T
History
Gregory Nutt
1d370178fb
Add support for a union file system that can be used to overlay and merge the content of two mounted file systems.
2015-06-05 13:18:06 -06:00
..
boardctl.h
Add a very basic driver for the CS2100-CP Fractional-N Multipler chip.
2015-04-02 13:00:10 -06:00
custom_file.h
…
ioctl.h
…
ipc.h
…
mman.h
…
mount.h
…
prctl.h
…
select.h
…
sendfile.h
…
shm.h
…
socket.h
…
sockio.h
…
stat.h
Comment out references to fstat(). It is not yet supported.
2015-06-02 11:43:44 -06:00
statfs.h
Add support for a union file system that can be used to overlay and merge the content of two mounted file systems.
2015-06-05 13:18:06 -06:00
syscall.h
POSIX message queues: Move mq_setattr() and mq_getattr() from nuttx/libc/mqueue to nuttx/sched/mqueue. Also add sysyscall support for mq_setattr() and mq_getattr(). This is necessary in protected and kernel builds because in those cases the message queue structure is protect and cannot be accessed directly from user mode code. Noted by Jouko Holopainen.
2015-06-03 09:24:17 -06:00
time.h
…
types.h
…
un.h
…
vfs.h
…
wait.h
…