index
:
musl
master
rs-1.0
musl - an implementation of the standard library for Linux-based systems
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
process
/
fork.c
Age
Commit message (
Expand
)
Author
Lines
2020-06-21
clear need_locks in child after fork
Rich Felker
-0
/
+1
2019-07-01
fix deadlock in synccall after threaded fork
Samuel Holland
-0
/
+1
2019-02-15
track all live threads in an AS-safe, fully-consistent linked list
Rich Felker
-0
/
+1
2017-11-10
prevent fork's errno from being clobbered by atfork handlers
Bobby Bingham
-3
/
+3
2015-04-13
remove remnants of support for running in no-thread-pointer mode
Rich Felker
-1
/
+1
2015-04-10
optimize out setting up robust list with kernel when not needed
Rich Felker
-1
/
+2
2014-07-05
eliminate use of cached pid from thread structure
Rich Felker
-1
/
+1
2014-05-29
support linux kernel apis (new archs) with old syscalls removed
Rich Felker
-0
/
+5
2014-03-24
always initialize thread pointer at program start
Rich Felker
-3
/
+2
2013-08-08
block signals during fork
Rich Felker
-0
/
+3
2012-11-08
clean up sloppy nested inclusion from pthread_impl.h
Rich Felker
-0
/
+1
2011-08-06
use weak aliases rather than function pointers to simplify some code
Rich Felker
-2
/
+8
2011-07-16
ensure in fork that child gets its own new robust mutex list
Rich Felker
-0
/
+1
2011-04-20
fix minor bugs due to incorrect threaded-predicate semantics
Rich Felker
-1
/
+2
2011-04-17
clean up handling of thread/nothread mode, locking
Rich Felker
-1
/
+1
2011-04-12
speed up threaded fork
Rich Felker
-2
/
+1
2011-03-20
global cleanup to use the new syscall interface
Rich Felker
-3
/
+3
2011-03-09
make fork properly initialize the main thread in the child process
Rich Felker
-0
/
+7
2011-02-18
add pthread_atfork interface
Rich Felker
-3
/
+6
2011-02-12
initial check-in, version 0.5.0
v0.5.0
Rich Felker
-0
/
+9