summaryrefslogtreecommitdiff
path: root/src/process/fork.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-06use weak aliases rather than function pointers to simplify some codeRich Felker1-2/+8
2011-07-16ensure in fork that child gets its own new robust mutex listRich Felker1-0/+1
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-12speed up threaded forkRich Felker1-2/+1
2011-03-20global cleanup to use the new syscall interfaceRich Felker1-3/+3
2011-03-09make fork properly initialize the main thread in the child processRich Felker1-0/+7
2011-02-18add pthread_atfork interfaceRich Felker1-3/+6
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker1-0/+9