summaryrefslogtreecommitdiff
path: root/nuttx/sched/task/task_setup.c
Commit message (Expand)AuthorAgeFilesLines
* strncpy will not copy the terminating \0 into the destination if the source i...Gregory Nutt2014-12-171-0/+1
* 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
* task_setup() no longer depends on CONFIG_MAX_TASK_ARGSGregory Nutt2014-11-121-8/+19
* 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-011-9/+6
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new...Gregory Nutt2014-08-291-6/+9
* 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/+765