nuttx/sched
2014-09-01 15:39:34 -06:00
..
clock last change alters semantics of __HAVE_KERNEL_GLOBALS 2014-08-30 14:44:48 -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 Reanem kzalloc to kmm_zalloc for consistency 2014-08-31 17:34:44 -06:00
init Remove final traces of the 8015 from the NuttX source tree 2014-09-01 13:21:15 -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 Reanem kzalloc to kmm_zalloc for consistency 2014-08-31 17:34:44 -06:00
sched There used to be two ways to pass parameters to new tasks, depending upon the configuration: Either (1) argv[] as created as an array with each string strdup'ed. Or (1) argv[] array and strings were created on the stack before the new task was started. Now, there is only one way, way (1). Way (2) might be slightly more compact, but this is not worth carry the complexity of two different ways of doing the same thing. 2014-09-01 15:39:34 -06:00
semaphore Rename kmalloc to kmm_malloc for consistency 2014-08-31 17:26:36 -06:00
signal Rename kmalloc to kmm_malloc for consistency 2014-08-31 17:26:36 -06:00
task There used to be two ways to pass parameters to new tasks, depending upon the configuration: Either (1) argv[] as created as an array with each string strdup'ed. Or (1) argv[] array and strings were created on the stack before the new task was started. Now, there is only one way, way (1). Way (2) might be slightly more compact, but this is not worth carry the complexity of two different ways of doing the same thing. 2014-09-01 15:39:34 -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 ARMv7-A: A little more logic and a few more fixes for Cortex-A kernel build 2014-08-31 07:15:46 -06:00
Makefile Move exit.c to task/exit.c 2014-08-08 18:38:04 -06:00