nuttx/sched
2014-09-10 17:10:54 -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 Fix more places where the user-mode allocator is used to allocate kernel thread resources -- before the user-mode allocator even exists 2014-09-03 14:58:24 -06:00
init Add capability to perform initial board initialization on a separate worker thread. 2014-09-03 18:36:43 -06:00
irq
mqueue Reanem kzalloc to kmm_zalloc for consistency 2014-08-31 17:34:44 -06:00
paging
pthread A const storage class to to phthread parameters. From Freddie Chopin 2014-09-08 06:21:48 -06:00
sched 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
semaphore Rename kmalloc to kmm_malloc for consistency 2014-08-31 17:26:36 -06:00
signal Mostly cosmetic changes 2014-09-04 10:28:38 -06:00
task Fix more places where the user-mode allocator is used to allocate kernel thread resources -- before the user-mode allocator even exists 2014-09-03 14:58:24 -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
Kconfig Add capability to perform initial board initialization on a separate worker thread. 2014-09-03 18:36:43 -06:00
Makefile