summaryrefslogtreecommitdiff
path: root/nuttx/sched/task
Commit message (Expand)AuthorAgeFilesLines
* Fix some compile issues introduces with removal of CONFIG_MAX_TASK_ARGSGregory Nutt2014-11-141-1/+5
* Fix some compile errors introduce in last commitsGregory Nutt2014-11-131-1/+1
* task_create: Don't even try if the accumulated size of the argument list is ...Gregory Nutt2014-11-131-1/+8
* vfork no longer depends on CONFIG_MAX_TASK_ARGSGregory Nutt2014-11-122-18/+51
* task_start() no longer depends on CONFIG_MAX_TASK_ARGSGregory Nutt2014-11-121-0/+5
* task_setup() no longer depends on CONFIG_MAX_TASK_ARGSGregory Nutt2014-11-121-8/+19
* Simplify how C source files are selected in the buildGregory Nutt2014-10-071-11/+11
* Fix some recently introduced typos, build problems, and warningsGregory Nutt2014-10-051-1/+2
* Fix a perverse case where vfork() is called from a pthread. Still not recomme...Gregory Nutt2014-09-291-16/+29
* Fix vfork(). Now that arguments are kept on the stack, the way that argument...Gregory Nutt2014-09-292-24/+105
* 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-162-7/+8
* First round of changes to get the ELF configuration building againGregory Nutt2014-09-163-9/+11
* Don't release user stack in kernel build. Already destroyed with all of the ...Gregory Nutt2014-09-151-3/+3
* execv() is a basic system interface. It should not be in libc/ but rather in...Gregory Nutt2014-09-151-0/+1
* execv() is a basic system interface. It should not be in libc/ but rather in...Gregory Nutt2014-09-152-1/+154
* Don't build task_create() or task_spawn() interfaces if there is an addres en...Gregory Nutt2014-09-143-1/+11
* Kernel proxy thread should be a kernel thread, not a user taskGregory Nutt2014-09-141-4/+5
* Fix more places where the user-mode allocator is used to allocate kernel thre...Gregory Nutt2014-09-033-9/+11
* 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