index
:
musl
awilfox/monotonic-dns
lookup-serv
master
posix-compliance
ustat
The musl libc tree (WIP / dev branches)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
process
/
fork.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-19
fix missing synchronization of pthread TSD keys with MT-fork
Rich Felker
1
-0
/
+3
2022-10-19
fix potential deadlock between multithreaded fork and aio
Rich Felker
1
-0
/
+3
2022-10-19
fix potential deadlock in dlerror buffer handling at thread exit
Rich Felker
1
-2
/
+0
2020-11-11
lift child restrictions after multi-threaded fork
Rich Felker
1
-0
/
+70
2020-10-26
fix reintroduction of errno clobbering by atfork handlers
Rich Felker
1
-0
/
+3
2020-10-14
implement _Fork and refactor fork using it
Rich Felker
1
-0
/
+13
2020-10-14
rename fork source file
Rich Felker
1
-44
/
+0
2020-10-14
fix missing synchronization of fork with abort
Rich Felker
1
-0
/
+3
2020-09-28
fix fork of processes with active async io contexts
Rich Felker
1
-0
/
+3
2020-06-21
clear need_locks in child after fork
Rich Felker
1
-0
/
+1
2019-07-01
fix deadlock in synccall after threaded fork
Samuel Holland
1
-0
/
+1
2019-02-15
track all live threads in an AS-safe, fully-consistent linked list
Rich Felker
1
-0
/
+1
2017-11-10
prevent fork's errno from being clobbered by atfork handlers
Bobby Bingham
1
-3
/
+3
2015-04-13
remove remnants of support for running in no-thread-pointer mode
Rich Felker
1
-1
/
+1
2015-04-10
optimize out setting up robust list with kernel when not needed
Rich Felker
1
-1
/
+2
2014-07-05
eliminate use of cached pid from thread structure
Rich Felker
1
-1
/
+1
2014-05-29
support linux kernel apis (new archs) with old syscalls removed
Rich Felker
1
-0
/
+5
2014-03-24
always initialize thread pointer at program start
Rich Felker
1
-3
/
+2
2013-08-08
block signals during fork
Rich Felker
1
-0
/
+3
2012-11-08
clean up sloppy nested inclusion from pthread_impl.h
Rich Felker
1
-0
/
+1
2011-08-06
use weak aliases rather than function pointers to simplify some code
Rich Felker
1
-2
/
+8
2011-07-16
ensure in fork that child gets its own new robust mutex list
Rich Felker
1
-0
/
+1
2011-04-20
fix minor bugs due to incorrect threaded-predicate semantics
Rich Felker
1
-1
/
+2
2011-04-17
clean up handling of thread/nothread mode, locking
Rich Felker
1
-1
/
+1
2011-04-12
speed up threaded fork
Rich Felker
1
-2
/
+1
2011-03-20
global cleanup to use the new syscall interface
Rich Felker
1
-3
/
+3
2011-03-09
make fork properly initialize the main thread in the child process
Rich Felker
1
-0
/
+7
2011-02-18
add pthread_atfork interface
Rich Felker
1
-3
/
+6
2011-02-12
initial check-in, version 0.5.0
v0.5.0
Rich Felker
1
-0
/
+9