incubator-nuttx/sched
Gregory Nutt a41c1de32c Add basic data structures that will allow us to move named semaphore support out of the OS and into the VFS (not complete). 2014-09-28 10:15:33 -06:00
..
clock clock_gettime.c: Fix a cornercase bug in clock_gettime() 2014-09-10 17:10:54 -06:00
environ Rename kfree to kmm_free for consistency with other naming conventions 2014-08-31 17:04:02 -06:00
errno nuttx/sched: Remove explicit references to errno. That is a problem from within the kernel for certain configurations 2014-08-28 17:00:24 -06:00
group 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
init Move include/nuttx/mm.h to include/nuttx/mm/mm.h 2014-09-24 07:29:09 -06:00
irq Remove os_internal.h it has been replace by several new header files under sched/. There have been some sneak inclusion paths via os_internal.h, so expect a few compilation errors for some architectures 2014-08-08 18:39:28 -06:00
mqueue Reanem kzalloc to kmm_zalloc for consistency 2014-08-31 17:34:44 -06:00
paging Replace os_internal.h with sched/sched.h in files that actually reference something in sched.h 2014-08-08 17:53:55 -06:00
pthread A const storage class to to phthread parameters. From Freddie Chopin 2014-09-08 06:21:48 -06:00
sched Don't release user stack in kernel build. Already destroyed with all of the address environment 2014-09-15 12:45:41 -06:00
semaphore Add basic data structures that will allow us to move named semaphore support out of the OS and into the VFS (not complete). 2014-09-28 10:15:33 -06:00
signal Mostly cosmetic changes 2014-09-04 10:28:38 -06:00
task More changes so that the KNSH build survives the changes needed for the ELF build 2014-09-16 15:55:21 -06:00
timer Rename kmalloc to kmm_malloc for consistency 2014-08-31 17:26:36 -06:00
wdog Rename kmalloc to kmm_malloc for consistency 2014-08-31 17:26:36 -06:00
.gitignore .dSYM only needs to be in the same .gitignore files as .exe 2013-05-30 15:02:04 -06:00
Kconfig Kconfig choice value needs a prompt 2014-09-11 07:18:33 -06:00
Makefile Move exit.c to task/exit.c 2014-08-08 18:38:04 -06:00