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-13 23:58:46 +08:00
Code
Issues
Actions
8
Packages
Projects
Releases
Wiki
Activity
Files
fbedc361bb1d3ac54af3c4fd0141892fd708dd67
nuttx
/
include
T
History
Gregory Nutt
c64cb19861
Move IP header flags from tcp.h to ip.h and rename IP_FLAGS vs TCPFLAGS. The problem fixed here is that there IP flags were not available when TCP was disabled. The IP flags are used in ICMP and IGFMP
2014-11-17 17:16:46 -06:00
..
arpa
…
cxx
Update csdtio too
2014-11-06 07:11:23 -06:00
net
…
netinet
…
netpacket
…
nuttx
Move IP header flags from tcp.h to ip.h and rename IP_FLAGS vs TCPFLAGS. The problem fixed here is that there IP flags were not available when TCP was disabled. The IP flags are used in ICMP and IGFMP
2014-11-17 17:16:46 -06:00
sys
Backing out some logic: Remove syslog functions from syscalls
2014-10-09 06:58:23 -06:00
.gitignore
…
aio.h
AIO now also supports socket transfers
2014-10-11 08:15:23 -06:00
assert.h
…
crc16.h
…
crc32.h
…
ctype.h
…
debug.h
…
dirent.h
…
elf32.h
…
errno.h
…
fcntl.h
…
fixedmath.h
Back out an incorrect change
2014-10-12 11:01:57 -06:00
inttypes.h
…
libgen.h
…
limits.h
…
mqueue.h
…
nxflat.h
…
poll.h
…
pthread.h
…
queue.h
…
sched.h
…
semaphore.h
…
signal.h
…
spawn.h
…
stdbool.h
…
stddef.h
…
stdint.h
…
stdio.h
Add tmpnam() and tempnam()
2014-11-05 10:43:17 -06:00
stdlib.h
Can't use formal parameter name 'template' in stdlib.h. Causes C++ compilation errors. Noted by Lorenz Meier
2014-11-06 07:00:23 -06:00
string.h
…
syscall.h
…
syslog.h
Update comments and function headers
2014-10-09 07:38:38 -06:00
termios.h
Add isatty() function. From Alan Carvalho de Assis
2014-10-27 12:29:15 -06:00
threads.h
…
time.h
…
unistd.h
From Lorenz Meier: The implementation of access() as vararg macro has the issue that any function call with the same name (even in a C++ class) will match with it and result in a compile error. I have replaced it with a small function, and tried to have decent documentation as well. This resolves the compile issue, and shouldn’t have negative side effects for users of the function.
2014-11-11 11:52:24 -06:00
wchar.h
Add include/wchar.h
2014-10-27 08:28:38 -06:00