about summary refs log tree commit diff
path: root/src/process/fork.c
Commit message (Expand)AuthorAgeFilesLines
* lift child restrictions after multi-threaded forkRich Felker2020-11-111-0/+70
* fix reintroduction of errno clobbering by atfork handlersRich Felker2020-10-261-0/+3
* implement _Fork and refactor fork using itRich Felker2020-10-141-0/+13
* rename fork source fileRich Felker2020-10-141-44/+0
* fix missing synchronization of fork with abortRich Felker2020-10-141-0/+3
* fix fork of processes with active async io contextsRich Felker2020-09-281-0/+3
* clear need_locks in child after forkRich Felker2020-06-211-0/+1
* fix deadlock in synccall after threaded forkSamuel Holland2019-07-011-0/+1
* track all live threads in an AS-safe, fully-consistent linked listRich Felker2019-02-151-0/+1
* prevent fork's errno from being clobbered by atfork handlersBobby Bingham2017-11-101-3/+3
* remove remnants of support for running in no-thread-pointer modeRich Felker2015-04-131-1/+1
* optimize out setting up robust list with kernel when not neededRich Felker2015-04-101-1/+2
* eliminate use of cached pid from thread structureRich Felker2014-07-051-1/+1
* support linux kernel apis (new archs) with old syscalls removedRich Felker2014-05-291-0/+5
* always initialize thread pointer at program startRich Felker2014-03-241-3/+2
* block signals during forkRich Felker2013-08-081-0/+3
* clean up sloppy nested inclusion from pthread_impl.hRich Felker2012-11-081-0/+1
* 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 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
* speed up threaded forkRich Felker2011-04-121-2/+1
* global cleanup to use the new syscall interfaceRich Felker2011-03-201-3/+3
* make fork properly initialize the main thread in the child processRich Felker2011-03-091-0/+7
* add pthread_atfork interfaceRich Felker2011-02-181-3/+6
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+9