summaryrefslogtreecommitdiff
path: root/nuttx/sched/task_init.c
Commit message (Expand)AuthorAgeFilesLines
* Bugfix: whenever a thread it must report the PID of the main task (even it i...patacongo2013-02-041-2/+2
* Divide struct tcb_s into structs task_tcb_s and pthread_tcb_spatacongo2013-02-041-3/+11
* Rename _TCB to struct tcb_spatacongo2013-02-041-2/+2
* New interface task_spawn(); exec_builtin() now uses task_spawn(); All argv ty...patacongo2013-02-021-2/+2
* Move socket data from TCB to task group structure.patacongo2013-01-261-1/+1
* Move environment variables in the task group structurepatacongo2013-01-251-10/+3
* Add logic to keep track of members of a task grouppatacongo2013-01-251-1/+12
* Add framework to support task groupspatacongo2013-01-251-12/+42
* Add logic to retain child task exit status if so configuredpatacongo2013-01-231-1/+2
* Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directorypatacongo2012-07-141-1/+2
* Switching to C99 stdint.h typespatacongo2009-12-141-1/+3
* types blkcnt_t and off_t should not depend on memory model; Remove non-standa...patacongo2009-12-131-7/+7
* Add exec_modulepatacongo2009-06-171-37/+55
* argv parameter should be 'const'patacongo2007-03-231-2/+2
* 8052 context switch/interrupt integration; pthread arg setup changedpatacongo2007-03-131-1/+1
* Divided _task_init() in several smaller functions that take fewer paramters. ...patacongo2007-03-111-16/+37
* task_create now accepts variable number of arguments; 8051 bringup changespatacongo2007-03-111-8/+6
* Code complete for 8051 (not tested)patacongo2007-03-021-0/+114