summaryrefslogtreecommitdiff
path: root/nuttx/sched/task_vfork.c
Commit message (Expand)AuthorAgeFilesLines
* Change prototypes of up_create_stack and up_release_stack to include a task t...patacongo2013-03-201-4/+20
* Add debug output when memory allocations failpatacongo2013-02-281-0/+1
* Fix some problems with the vfork() test on the STM32F3Discoverypatacongo2013-02-081-29/+5
* Fixes to get STM32F3Discovery runningpatacongo2013-02-081-3/+24
* Some fixes needed for STM32 build after recent scheduler changespatacongo2013-02-071-8/+8
* Divide struct tcb_s into structs task_tcb_s and pthread_tcb_spatacongo2013-02-041-4/+4
* Rename _TCB to struct tcb_spatacongo2013-02-041-7/+7
* Add configs/stm32f4discovery/usbnshpatacongo2013-01-271-0/+1
* 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 retain child task exit status if so configuredpatacongo2013-01-231-7/+2
* Implement vfork() for the MIPS32 architecturepatacongo2013-01-151-2/+6
* Finish dup logic for open files; fix bug in sigtimedwait(), would return wron...patacongo2013-01-141-1/+1
* Various changes while debugging posix_spawnpatacongo2013-01-111-0/+61
* Add ostest vfork test (does not work yet)patacongo2013-01-071-1/+8
* This initial vfork() check-in was a little pollyanna-ishpatacongo2013-01-071-0/+266