summaryrefslogtreecommitdiff
path: root/src/process
AgeCommit message (Expand)AuthorFilesLines
2011-05-29fix backwards posix_spawn file action orderRich Felker5-6/+10
2011-05-28add accidentally-omitted file needed for posix_spawn file actionsRich Felker1-0/+10
2011-05-28add file actions support to posix_spawnRich Felker5-2/+85
2011-05-28posix_spawn: honor POSIX_SPAWN_SETSIGDEF flagRich Felker1-1/+3
2011-05-28initial implementation of posix_spawnRich Felker12-0/+151
2011-04-27correct variadic prototypes for execl* familyRich Felker3-15/+18
2011-04-20fix minor bugs due to incorrect threaded-predicate semanticsRich Felker1-1/+2
2011-04-17clean up handling of thread/nothread mode, lockingRich Felker1-1/+1
2011-04-17overhaul pthread cancellationRich Felker2-12/+2
2011-04-12speed up threaded forkRich Felker1-2/+1
2011-03-24overhaul cancellation to fix resource leaks and dangerous behavior with signalsRich Felker2-2/+14
2011-03-20global cleanup to use the new syscall interfaceRich Felker5-7/+7
2011-03-09make fork properly initialize the main thread in the child processRich Felker1-0/+7
2011-02-27implement fexecveRich Felker1-0/+10
2011-02-18add pthread_atfork interfaceRich Felker1-3/+6
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker12-0/+194