summaryrefslogtreecommitdiff
path: root/nuttx/sched/task_setup.c
Commit message (Expand)AuthorAgeFilesLines
* Corrections needed after further test of stack-based task argumentspatacongo2013-03-211-1/+1
* In the kernel build, pass task paramters in the stack, not using the arrary i...patacongo2013-03-211-45/+254
* Moving pending signals to task group; Logic to recover some MQ resources on p...patacongo2013-02-051-3/+3
* Divide struct tcb_s into structs task_tcb_s and pthread_tcb_spatacongo2013-02-041-19/+100
* Rename _TCB to struct tcb_spatacongo2013-02-041-8/+8
* New interface task_spawn(); exec_builtin() now uses task_spawn(); All argv ty...patacongo2013-02-021-1/+1
* Don't keep the parent task's task ID in the child task's TCB. Instead, keep ...patacongo2013-01-261-4/+28
* Move environment variables in the task group structurepatacongo2013-01-251-0/+1
* Add framework to support task groupspatacongo2013-01-251-6/+4
* Fix some missing logic and inconsistencies in child status logic; Fix a bug i...patacongo2013-01-241-8/+15
* Convert configs/olimex-lpc1766stk/nettest to use kconfig-frontendspatacongo2013-01-241-1/+1
* Add logic to retain child task exit status if so configuredpatacongo2013-01-231-7/+61
* Use SIGCHLD with waitpid(); implemented wait() and waitid()patacongo2013-01-131-0/+3
* Fix a *critical* bug in the task exit logic. Implements SIGCHILDpatacongo2013-01-121-1/+35
* Add missing support for signal masks to posix_spawn.patacongo2013-01-101-2/+2
* Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directorypatacongo2012-07-141-1/+1
* Updated comments; starting to implement priority protection but backed everyt...patacongo2012-03-231-2/+2
* Add support for kernel-mode threadspatacongo2011-04-071-1/+2
* Some context switch fixespatacongo2010-10-311-1/+1
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-141-0/+4
* Switching to C99 stdint.h typespatacongo2009-12-141-3/+3
* types blkcnt_t and off_t should not depend on memory model; Remove non-standa...patacongo2009-12-131-6/+5
* Integrate PIC support into context switchingpatacongo2009-06-171-6/+50
* Add support for priority inheritancepatacongo2009-03-081-2/+5
* Z16F Debugpatacongo2008-01-291-27/+27
* Signal mask is now inherited by both child tasks and threads; this has the si...patacongo2007-03-291-2/+9
* Add new pthread_* APIspatacongo2007-03-231-1/+1
* Restructure header files for POSIX compliance; eliminate compile warningspatacongo2007-03-201-1/+1
* 8052 context switch/interrupt integration; pthread arg setup changedpatacongo2007-03-131-44/+21
* 8051 integrationpatacongo2007-03-131-4/+4
* Divided _task_init() in several smaller functions that take fewer paramters. ...patacongo2007-03-111-0/+312