summaryrefslogtreecommitdiff
path: root/nuttx/sched/task_create.c
Commit message (Expand)AuthorAgeFilesLines
* Change prototypes of up_create_stack and up_release_stack to include a task t...patacongo2013-03-201-8/+8
* Add debug output when memory allocations failpatacongo2013-02-281-0/+1
* Fixes to get STM32F3Discovery runningpatacongo2013-02-081-3/+3
* 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-8/+8
* 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-6/+6
* Move socket data from TCB to task group structure.patacongo2013-01-261-1/+1
* Move environment variables in the task group structurepatacongo2013-01-251-5/+1
* Add logic to keep track of members of a task grouppatacongo2013-01-251-3/+14
* Add framework to support task groupspatacongo2013-01-251-1/+19
* Add logic to retain child task exit status if so configuredpatacongo2013-01-231-11/+5
* This initial vfork() check-in was a little pollyanna-ishpatacongo2013-01-071-0/+2
* Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directorypatacongo2012-07-141-26/+21
* Add support for kernel-mode threadspatacongo2011-04-071-42/+128
* Move memory manager into user spacepatacongo2011-04-031-2/+6
* Some context switch fixespatacongo2010-10-311-1/+1
* types blkcnt_t and off_t should not depend on memory model; Remove non-standa...patacongo2009-12-131-2/+2
* Add exec_modulepatacongo2009-06-171-1/+1
* Z16F Debugpatacongo2008-01-291-20/+20
* Add TCP readahead logicpatacongo2007-11-191-1/+1
* Add basic tasking support for environment variablespatacongo2007-06-301-0/+5
* argv parameter should be 'const'patacongo2007-03-231-2/+2
* Restructure header files for POSIX compliance; eliminate compile warningspatacongo2007-03-201-1/+1
* 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-326/+25
* Fixed 8051 printf bugpatacongo2007-03-111-0/+2
* task_create now accepts variable number of arguments; 8051 bringup changespatacongo2007-03-111-31/+30
* Code complete for 8051 (not tested)patacongo2007-03-021-80/+55
* This creates a 8051 build that can run in 24Kb of RAMpatacongo2007-03-011-3/+7
* Still working toward clean 8051 linkpatacongo2007-02-281-1/+3
* Finally, a clean SDCC compilepatacongo2007-02-271-15/+18
* Progress toward clean SDCC compilationpatacongo2007-02-211-5/+1
* Eliminating GCC dependenciespatacongo2007-02-201-6/+0
* Fix ARM IRQ handling problem + ARM context restore problempatacongo2007-02-191-17/+24
* NuttX RTOSpatacongo2007-02-171-0/+498