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-16 01:41:17 +08:00
Code
Issues
Actions
8
Packages
Projects
Releases
Wiki
Activity
Files
28a4ca67130c954ea94fccaa37474408c98cbb10
nuttx
/
include
T
History
Gregory Nutt
28a4ca6713
libc/signal and include/signal.h: Rename sigset() to signal(). sigset() is the System V function; signal() is the obsoleted POSIX name. These seem to be equivalent. Neither are relevant in modern POSIX programming but the name signal() probably has better credentials. sigset() is now relegated to a #define in signal.h that makes it equivalent to signal().
2016-04-10 14:35:45 -06:00
..
arpa
…
cxx
Move scheduler instrumentation hooks out of sched.h (where they seem like application interfaces) and into nuttx/sched.h where it is clare that these are OS internal interfaces.
2016-03-16 11:00:31 -06:00
net
…
netinet
…
netpacket
…
nuttx
RTC driver: A PID of zero should mean to notify the calling task
2016-04-10 09:12:50 -06:00
sys
Extend boardctl() USB device control to include PL2303 serial
2016-03-25 16:01:59 -06:00
.gitignore
…
aio.h
…
assert.h
…
crc8.h
…
crc16.h
…
crc32.h
…
ctype.h
…
debug.h
…
dirent.h
…
elf32.h
…
errno.h
…
fcntl.h
…
fixedmath.h
…
inttypes.h
…
libgen.h
…
limits.h
…
mqueue.h
…
netdb.h
…
nxflat.h
…
poll.h
…
pthread.h
Costmetic change + update submodules
2016-02-20 14:57:05 -06:00
queue.h
Add library functions to concatenate and move lists. Add scheduler function to merge prioritized function to merge prioritized lists (not yet used).
2016-03-23 08:00:58 -06:00
sched.h
Move scheduler instrumentation hooks out of sched.h (where they seem like application interfaces) and into nuttx/sched.h where it is clare that these are OS internal interfaces.
2016-03-16 11:00:31 -06:00
semaphore.h
Update some comments
2016-03-06 13:50:26 -06:00
signal.h
libc/signal and include/signal.h: Rename sigset() to signal(). sigset() is the System V function; signal() is the obsoleted POSIX name. These seem to be equivalent. Neither are relevant in modern POSIX programming but the name signal() probably has better credentials. sigset() is now relegated to a #define in signal.h that makes it equivalent to signal().
2016-04-10 14:35:45 -06:00
spawn.h
…
stdbool.h
…
stddef.h
…
stdint.h
…
stdio.h
…
stdlib.h
…
string.h
…
syscall.h
…
syslog.h
…
termios.h
…
threads.h
…
time.h
…
unistd.h
…
wchar.h
…