This website requires JavaScript.
Explore
Help
Sign In
sergiotarxz
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
Code
Issues
Pull Requests
Releases
Wiki
Activity
nuttx
/
include
/
sys
History
Gregory Nutt
fb70a0a95b
Fix a confitional compilation error introduced with the last commit
2015-07-10 15:52:55 -06:00
..
boardctl.h
Add support for a BOARDIOC_RESET boardctl() command. Enable configuration options to support BOARDIOC_RESET for ARMv6-M and ARMv7-M
2015-07-04 10:39:24 -06:00
custom_file.h
…
ioctl.h
…
ipc.h
…
mman.h
…
mount.h
…
prctl.h
…
select.h
…
sendfile.h
Clean up and review of header files for conformance to standards
2015-06-12 19:26:01 -06:00
shm.h
…
socket.h
…
sockio.h
Clean up and review of header files for conformance to standards
2015-06-12 19:26:01 -06:00
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
Fix a confitional compilation error introduced with the last commit
2015-07-10 15:52:55 -06:00
time.h
…
types.h
…
uio.h
Add implementations of uname() and gethost(). From Stavros Polymenis.
2015-07-03 07:50:27 -06:00
un.h
…
utsname.h
uname: version string must hold 40 character value; strings returned by uname must always be NUL terminated
2015-07-05 06:46:00 -06:00
vfs.h
…
wait.h
…