summaryrefslogtreecommitdiff
path: root/src/process/fork.c
AgeCommit message (Expand)AuthorLines
2019-07-01fix deadlock in synccall after threaded forkSamuel Holland-0/+1
2019-02-15track all live threads in an AS-safe, fully-consistent linked listRich Felker-0/+1
2017-11-10prevent fork's errno from being clobbered by atfork handlersBobby Bingham-3/+3
2015-04-13remove remnants of support for running in no-thread-pointer modeRich Felker-1/+1
2015-04-10optimize out setting up robust list with kernel when not neededRich Felker-1/+2
2014-07-05eliminate use of cached pid from thread structureRich Felker-1/+1
2014-05-29support linux kernel apis (new archs) with old syscalls removedRich Felker-0/+5
2014-03-24always initialize thread pointer at program startRich Felker-3/+2
2013-08-08block signals during forkRich Felker-0/+3
2012-11-08clean up sloppy nested inclusion from pthread_impl.hRich Felker-0/+1
2011-08-06use weak aliases rather than function pointers to simplify some codeRich Felker-2/+8
2011-07-16ensure in fork that child gets its own new robust mutex listRich Felker-0/+1
2011-04-20fix minor bugs due to incorrect threaded-predicate semanticsRich Felker-1/+2
2011-04-17clean up handling of thread/nothread mode, lockingRich Felker-1/+1
2011-04-12speed up threaded forkRich Felker-2/+1
2011-03-20global cleanup to use the new syscall interfaceRich Felker-3/+3
2011-03-09make fork properly initialize the main thread in the child processRich Felker-0/+7
2011-02-18add pthread_atfork interfaceRich Felker-3/+6
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+9