nuttx/include
2013-04-18 16:13:38 -06:00
..
arpa
cxx
net
netinet
nuttx Fix some bad macro names in include/nuttx/serial/16550.h 2013-04-05 16:53:01 -06:00
sys Fix some bad syscall dispatching log. This change is not testable until these is a tested NuttX kernel build. 2013-03-06 19:56:32 +00:00
.gitignore Mostly updates and corrections to .gitignore files 2013-04-04 15:39:50 -06:00
assert.h Fixe to kernel build and syscalls. 2013-03-13 17:32:37 +00:00
crc32.h
ctype.h
debug.h Add syslog.h; rename lib_rawprintf() to syslog() 2013-01-28 21:55:16 +00:00
dirent.h
elf32.h
errno.h
fcntl.h Add EMC register definitions for the LPC1788 2013-02-12 16:28:33 +00:00
fixedmath.h
inttypes.h
libgen.h
limits.h
mqueue.h
nxflat.h
poll.h
pthread.h Fix bad conditional logic in mkconfig.c; Add user-mode pthread start-up logic 2013-03-16 17:37:40 +00:00
queue.h
sched.h Changed needed to fix issues with task_restart() 2013-02-06 15:43:28 +00:00
semaphore.h Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
signal.h Add support for calling to and returning from signal handlers in in user-mode threads 2013-03-17 00:40:49 +00:00
spawn.h New interface task_spawn(); exec_builtin() now uses task_spawn(); All argv types should be char * const * not const char ** 2013-02-02 19:31:30 +00:00
stdbool.h
stddef.h
stdint.h
stdio.h More changes for a kernel-mode allocator (more to be done) 2013-03-09 21:12:20 +00:00
stdlib.h _Exit() is the stdlib.h equivalent of unistd.h's _exit() 2013-04-18 16:13:38 -06:00
string.h
syscall.h
syslog.h Updated Open1788 calibration; More compilation fixes from Mike Smith 2013-03-05 13:20:26 +00:00
termios.h
time.h
unistd.h Add support for dup2'ing files. Infrastructure and ROMFS done. Still need FAT, BINFS, NXFFS, and NFS 2013-01-14 15:42:03 +00:00
wdog.h