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-08 18:37:46 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
261a6ff758d5185c34586bf8f86fb2c2477bf3a5
nuttx
/
include
/
sys
T
History
Xiang Xiao
b58ccc96e4
include/sys/stat.h and include/sys/types.h: Update struct stat to confirm opengroup spec:
...
https://pubs.opengroup.org/onlinepubs/009695399/basedefs/sys/stat.h.html
2019-11-19 09:54:57 -06:00
..
boardctl.h
Run tools/nxstyle against some files.
2019-11-05 19:39:36 -06:00
custom_file.h
…
epoll.h
…
ioctl.h
…
ipc.h
…
mman.h
…
mount.h
…
param.h
…
prctl.h
…
random.h
…
resource.h
…
select.h
…
sendfile.h
…
shm.h
…
socket.h
net/netlink: Fix offset in rtattr. include/net/route.h: Correct form and naming of sruct rtentry. include/netpacket/netlink.h: Add some definitions that will be needed to access routing tables.
2019-11-10 12:35:15 -06:00
sockio.h
…
stat.h
include/sys/stat.h and include/sys/types.h: Update struct stat to confirm opengroup spec:
2019-11-19 09:54:57 -06:00
statfs.h
…
syscall.h
syscall/ and include/sys/syscall.h: Fix an inconsistency. In someplaces, getitimer() and setitimer() depend on CONFIG_DISABLE_POSIX_TIMERS=n and in other places they depend on nothing. As a result, there are link failures when CONFIG_DISABLE_POSIX_TIMERS=y. Which is correct? On one hand, these interfaces are not POSIX timers, so conditioning them on on CONFIG_DISABLE_POSIX_TIMERS. I opted to keep the dependence and just apply it consistently. I did this because setitimer() and getitimer() are seldom used so it is really best if a system call is no generated for them in all cases.
2019-11-14 15:10:04 -06:00
time.h
include/sys/time.h, libs/libc/unistd, sched/timer: Implement alarm(), setitimer() and getitimer() APIs.
2019-11-13 08:10:16 -06:00
types.h
include/sys/stat.h and include/sys/types.h: Update struct stat to confirm opengroup spec:
2019-11-19 09:54:57 -06:00
uio.h
…
un.h
…
utsname.h
…
vfs.h
…
wait.h
…