about summary refs log tree commit diff
path: root/src/process
Commit message (Expand)AuthorAgeFilesLines
* x86_64 vfork implementationRich Felker2012-02-061-0/+12
* support vfork on i386Rich Felker2011-10-141-0/+14
* make available a namespace-safe vfork, if supportedRich Felker2011-10-141-1/+4
* fix various bugs in path and error handling in execvp/fexecveRich Felker2011-09-292-18/+29
* fix various errors in function signatures/prototypes found by nszRich Felker2011-09-132-5/+8
* add missing posix_spawnattr_init/destroy functionsRich Felker2011-09-132-0/+13
* use weak aliases rather than function pointers to simplify some codeRich Felker2011-08-061-2/+8
* ensure in fork that child gets its own new robust mutex listRich Felker2011-07-161-0/+1
* fix backwards posix_spawn file action orderRich Felker2011-05-295-6/+10
* 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