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-11 05:17:46 +08:00
Code
Issues
Actions
8
Packages
Projects
Releases
Wiki
Activity
Files
fd8d374bfe3296dc021cb43d4ff52aef8f33186c
nuttx
/
include
/
sys
T
History
Gregory Nutt
fd8d374bfe
Move struct timveval from include/time.h to include/sys/time.h where it belongs.
2015-02-15 13:00:44 -06:00
..
custom_file.h
Add sys/custom_file.h. Used when CUSTOM_FILE_IO is define and avoids re-definition errors about the FILE define. From Thomas Gruber via the PX4 repository
2014-12-06 12:10:08 -06:00
ioctl.h
Updated comments
2014-11-29 17:39:40 -06:00
ipc.h
Flesh out basic logic for shmget()
2014-09-23 10:42:18 -06:00
mman.h
…
mount.h
…
prctl.h
…
select.h
…
sendfile.h
…
shm.h
Add shared memory initializatin logic
2014-09-23 08:46:31 -06:00
socket.h
…
sockio.h
…
stat.h
More testing, bugfixes and integration of VFS-based named semaphores
2014-09-28 17:30:42 -06:00
statfs.h
…
syscall.h
gettimeofday() and settimeofday(): Move gittimeofdady() from sched/clock to libc/time. All remove gettimeofday() from NuttX system calls. It is only a wrapper around clock_settime() and does not need a trap. gettimeofday() is no longer tried as a core OS interface.
2015-02-12 11:10:46 -06:00
time.h
Move struct timveval from include/time.h to include/sys/time.h where it belongs.
2015-02-15 13:00:44 -06:00
types.h
…
un.h
Add ioctls for Unix domain sockets
2015-01-24 11:57:06 -06:00
vfs.h
…
wait.h
…