about summary refs log tree commit diff
path: root/src/process
Commit message (Expand)AuthorAgeFilesLines
...
* add accidentally-omitted file needed for posix_spawn file actionsRich Felker2011-05-281-0/+10
* add file actions support to posix_spawnRich Felker2011-05-285-2/+85
* posix_spawn: honor POSIX_SPAWN_SETSIGDEF flagRich Felker2011-05-281-1/+3
* initial implementation of posix_spawnRich Felker2011-05-2812-0/+151
* correct variadic prototypes for execl* familyRich Felker2011-04-273-15/+18
* fix minor bugs due to incorrect threaded-predicate semanticsRich Felker2011-04-201-1/+2
* clean up handling of thread/nothread mode, lockingRich Felker2011-04-171-1/+1
* overhaul pthread cancellationRich Felker2011-04-172-12/+2
* speed up threaded forkRich Felker2011-04-121-2/+1
* overhaul cancellation to fix resource leaks and dangerous behavior with signalsRich Felker2011-03-242-2/+14
* global cleanup to use the new syscall interfaceRich Felker2011-03-205-7/+7
* make fork properly initialize the main thread in the child processRich Felker2011-03-091-0/+7
* implement fexecveRich Felker2011-02-271-0/+10
* add pthread_atfork interfaceRich Felker2011-02-181-3/+6
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-1212-0/+194