summaryrefslogtreecommitdiff
path: root/nuttx/sched/task
Commit message (Expand)AuthorAgeFilesLines
* IDLE TCB setup needs to indicate the the IDLE thread is a privileged, kernel ...Gregory Nutt2014-09-031-0/+8
* There used to be two ways to pass parameters to new tasks, depending upon the...Gregory Nutt2014-09-011-106/+22
* Remove final traces of the 8015 from the NuttX source treeGregory Nutt2014-09-015-45/+10
* Reanem kzalloc to kmm_zalloc for consistencyGregory Nutt2014-08-312-2/+2
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new...Gregory Nutt2014-08-293-8/+12
* nuttx/sched: Remove explicit references to errno. That is a problem from wi...Gregory Nutt2014-08-283-8/+8
* wdog.h does not contain any application interface, only internal OS interface...Gregory Nutt2014-08-211-3/+2
* Remove os_internal.h it has been replace by several new header files under sc...Gregory Nutt2014-08-081-1/+0
* Move exit.c to task/exit.cGregory Nutt2014-08-082-0/+114
* Replace os_internal.h with sched/sched.h in files that actually reference som...Gregory Nutt2014-08-0818-18/+18
* Move a few files in sched/ that did not seem to have a home to sched/signal a...Gregory Nutt2014-08-085-1/+646
* Move task control files from sched/ to sched/taskGregory Nutt2014-08-0821-0/+5470