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 17:33:08 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
5d2c2266751dd4fb48f31d24fc0320ceeb02e94e
nuttx
/
include
/
sys
T
History
Gregory Nutt
f7bcad502a
Bluetooth: Bring in some definitions from NetBSD. Update some usage and naming to be more consistent.
2018-03-31 16:31:51 -06:00
..
boardctl.h
…
custom_file.h
…
epoll.h
…
ioctl.h
Standardization of some function headers.
2018-03-13 09:52:27 -06:00
ipc.h
…
mman.h
…
mount.h
…
prctl.h
…
random.h
Standardization of some function headers.
2018-03-13 09:52:27 -06:00
select.h
…
sendfile.h
…
shm.h
…
socket.h
Bluetooth: Bring in some definitions from NetBSD. Update some usage and naming to be more consistent.
2018-03-31 16:31:51 -06:00
sockio.h
…
stat.h
Addes CROMFS prototype. CROMFS is a commpressed, in-memory read-only file system based on LZF.
2018-03-19 07:08:40 -06:00
statfs.h
Addes CROMFS prototype. CROMFS is a commpressed, in-memory read-only file system based on LZF.
2018-03-19 07:08:40 -06:00
syscall.h
…
time.h
…
types.h
fs/cromfs and tools/gencromfs: Various fixes for traversal relative file paths. Biggest changes is in types used: Cannot use size_t or mode_t in common structures because they have different sizes on the (64-bit) host and the (32-bit) target. Use uint32_t instead of size_t for offsets. Use uint16_t instead of mode_t.
2018-03-20 12:37:01 -06:00
uio.h
…
un.h
…
utsname.h
…
vfs.h
…
wait.h
…