nuttx/include
2014-09-08 06:21:48 -06:00
..
arpa NET: emoved all includes of uip.h; added includes of ip.h wherever needed. Tried to fix problems of the now missing sneak inclusions because uip.h was removed. There are probably a few of these that were missed. 2014-07-04 19:13:08 -06:00
cxx Various changes associated with symbol tables. Most from Pelle Windestam 2014-06-27 08:14:07 -06:00
net Add some helper macros to make the code a little more compac 2014-08-17 09:46:03 -06:00
netinet
netpacket
nuttx Fix some conditional compilation in kernel build mode. And, while we are touching this logic, make g_default_pthread_attr const. 2014-09-07 10:46:58 -06:00
sys Add SYSCALL support for pgalloc() 2014-09-02 08:29:44 -06:00
.gitignore
assert.h
crc16.h
crc32.h
ctype.h
debug.h Move cypto debug definitions to debug.h with other susbsystem-level debug 2014-07-03 07:58:43 -06:00
dirent.h Ongoing campaign to remove EXTERN storage class on function prototypes 2014-07-23 14:49:16 -06:00
elf32.h
errno.h Back out and replace recent kludges for errno and clock_systimer. There is a cleaner way 2014-08-30 14:26:56 -06:00
fcntl.h
fixedmath.h
inttypes.h Various changes associated with symbol tables. Most from Pelle Windestam 2014-06-27 08:14:07 -06:00
libgen.h Ongoing campaign to remove EXTERN storage class on function prototypes 2014-07-23 14:49:16 -06:00
limits.h Adds support for localtime. From Max Neklyudov 2014-08-12 06:18:22 -06:00
mqueue.h
nxflat.h
poll.h
pthread.h A const storage class to to phthread parameters. From Freddie Chopin 2014-09-08 06:21:48 -06:00
queue.h
sched.h Remove final traces of the 8015 from the NuttX source tree 2014-09-01 13:21:15 -06:00
semaphore.h
signal.h
spawn.h
stdbool.h
stddef.h
stdint.h Correct naming of [U]INT_LEASTn_{MAX|MIN} and [U]INT_FASTn{MAX|MIN}. From Kosma Moczek 2014-06-30 07:47:11 -06:00
stdio.h Adds support for localtime. From Max Neklyudov 2014-08-12 06:18:22 -06:00
stdlib.h
string.h
syscall.h include/sys/syscall.h: System definitions should depend on CONFIG_LIB_SYSCALL not CONFIG_NUTTX_KERNEL 2014-08-28 17:03:54 -06:00
syslog.h
termios.h
threads.h
time.h When reading the system timer, don't read a struct timespec, convert it to a fake tick count, then back to a timespec. Remove CLOCK_ACTIVETIME.. it is non-standard, unused, and gets in the way of changes like this 2014-08-15 03:55:41 -06:00
unistd.h Restructuring of build to allow use of use-space allocators by kernel logic in the kernel build. 2014-09-02 11:22:09 -06:00