incubator-nuttx/include
Gregory Nutt 835c91b03a Add support for a per-process virtual page allocator. This is a new member of the task_group_s structure. The allocaor must be initialized when a new user process is started and uninitialize when the process group is finally destroyed. It is used by shmat() and shmdt() to pick the virtual address onto which to map the shared physical memory. 2014-09-23 16:04:39 -06:00
..
arpa
cxx
net Add some helper macros to make the code a little more compac 2014-08-17 09:46:03 -06:00
netinet
netpacket
nuttx Add support for a per-process virtual page allocator. This is a new member of the task_group_s structure. The allocaor must be initialized when a new user process is started and uninitialize when the process group is finally destroyed. It is used by shmat() and shmdt() to pick the virtual address onto which to map the shared physical memory. 2014-09-23 16:04:39 -06:00
sys Flesh out basic logic for shmget() 2014-09-23 10:42:18 -06:00
.gitignore
assert.h
crc16.h
crc32.h
ctype.h
debug.h
dirent.h
elf32.h
errno.h Misc fixes to repair some of the breakage to the SAMA5D4-EK elf configuration caused by changes for the knsh configuration 2014-09-11 10:31:12 -06:00
fcntl.h
fixedmath.h
inttypes.h
libgen.h
limits.h
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 First round of changes to get the ELF configuration building again 2014-09-16 15:37:05 -06:00
semaphore.h
signal.h
spawn.h First round of changes to get the ELF configuration building again 2014-09-16 15:37:05 -06:00
stdbool.h
stddef.h
stdint.h
stdio.h
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
unistd.h execv() is a basic system interface. It should not be in libc/ but rather in sched/task. Its symboltable helper logic also belongs in the kernel but belings in binfmt/ with the other symbol table logic 2014-09-15 10:15:19 -06:00