summaryrefslogtreecommitdiff
path: root/nuttx/sched/task/task_create.c
Commit message (Expand)AuthorAgeFilesLines
* More changes so that the KNSH build survives the changes needed for the ELF b...Gregory Nutt2014-09-161-4/+0
* A couple more changes for clean ELF buildGregory Nutt2014-09-161-2/+2
* First round of changes to get the ELF configuration building againGregory Nutt2014-09-161-0/+3
* Don't build task_create() or task_spawn() interfaces if there is an addres en...Gregory Nutt2014-09-141-0/+2
* Fix more places where the user-mode allocator is used to allocate kernel thre...Gregory Nutt2014-09-031-4/+6
* Remove final traces of the 8015 from the NuttX source treeGregory Nutt2014-09-011-25/+0
* Reanem kzalloc to kmm_zalloc for consistencyGregory Nutt2014-08-311-1/+1
* Replace os_internal.h with sched/sched.h in files that actually reference som...Gregory Nutt2014-08-081-1/+1
* Move task control files from sched/ to sched/taskGregory Nutt2014-08-081-0/+293