nuttx/include
2015-02-18 20:51:11 -06:00
..
arpa
cxx C++: Remove 'using ::timeval' from ctime. struct timeval was recently move to sys/time.h where it belongs. Now there are problems when it is referenced in ctime. Fixed by just removing it from ctime. Is that correct? or should ctime include sys/time.h? Noted by David Sidrane 2015-02-18 20:51:11 -06:00
net Some minor clean-up of IPv4/6 flags 2015-01-24 07:29:43 -06:00
netinet Some extensions to netinet/in.h adding some Linux compatible defintions. From Macs N. 2015-02-11 06:35:34 -06:00
netpacket
nuttx VFS: The inode unlink method should not be support if operations on the root pseudo-filesystem are disabled. 2015-02-18 09:34:58 -06:00
sys Standardize some header files 2015-02-16 14:29:43 -06:00
.gitignore
aio.h
assert.h
crc8.h Add CRC8 support. From Ken Pettit 2014-12-09 13:27:22 -06:00
crc16.h
crc32.h
ctype.h
debug.h Unify sensor debug. ADX driver was using input debug; LM75 and QENCODE that their own custom debug. Now all use CONFIG_DEBUG_SENSOR, sndbg() 2014-12-16 09:54:32 -06:00
dirent.h
elf32.h
errno.h
fcntl.h
fixedmath.h
inttypes.h
libgen.h
limits.h
mqueue.h
netdb.h Ooops... accidentally backed out a good change. Must have had the wrong version in the editor 2015-02-17 12:47:48 -06:00
nxflat.h
poll.h
pthread.h
queue.h
sched.h
semaphore.h
signal.h
spawn.h
stdbool.h
stddef.h
stdint.h stdint.h: Don't use hex values to specify minimum values of fixed width, signed values. Hex values are inherently unsigned and not usable for this purpose in all contexts 2014-12-08 11:44:52 -06:00
stdio.h
stdlib.h
string.h
syscall.h
syslog.h
termios.h Standardize some header files 2015-02-16 14:29:43 -06:00
threads.h
time.h Fix a couple of typos in recent commit. Found by David Sidrane 2015-02-17 19:21:07 -06:00
unistd.h
wchar.h