index
:
mirror/musl
this commit
master
rs-1.0
mirror of git://git.musl-libc.org/musl
Leah Neukirchen
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
thread
/
synccall.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
avoid set*id/setrlimit misbehavior and hang in vforked/cloned child
Rich Felker
2020-09-17
1
-1
/
+2
*
rewrite __synccall in terms of global thread list
Rich Felker
2019-02-16
1
-119
/
+59
*
split internal lock API out of libc.h, creating lock.h
Rich Felker
2018-09-12
1
-0
/
+1
*
revise the definition of multiple basic locks in the code
Jens Gustedt
2018-01-09
1
-1
/
+1
*
fix spurious EINTR errors from multithreaded set*id, etc.
Rich Felker
2017-01-19
1
-1
/
+1
*
make all objects used with atomic operations volatile
Rich Felker
2015-03-03
1
-2
/
+2
*
overhaul __synccall and fix AS-safety and other issues in set*id
Rich Felker
2015-01-15
1
-45
/
+135
*
eliminate use of cached pid from thread structure
Rich Felker
2014-07-05
1
-5
/
+3
*
include cleanups: remove unused headers and add feature test macros
Szabolcs Nagy
2013-12-12
1
-1
/
+0
*
fix mips-specific bug in synccall (too little space for signal mask)
Rich Felker
2013-09-02
1
-5
/
+3
*
in synccall, ignore the signal before any threads' signal handlers return
Rich Felker
2013-09-02
1
-4
/
+4
*
fix invalid pointer in synccall (multithread setuid, etc.)
Rich Felker
2013-09-02
1
-0
/
+1
*
synccall signal handler need not handle dead threads anymore
Rich Felker
2013-04-26
1
-9
/
+0
*
remove __SYSCALL_SSLEN arch macro in favor of using public _NSIG
Rich Felker
2013-03-26
1
-2
/
+2
*
clean up sloppy nested inclusion from pthread_impl.h
Rich Felker
2012-11-08
1
-0
/
+1
*
support for TLS in dynamic-loaded (dlopen) modules
Rich Felker
2012-10-05
1
-13
/
+2
*
fix (hopefully) all hard-coded 8's for kernel sigset_t size
Rich Felker
2012-08-09
1
-2
/
+4
*
remove everything related to forkall
Rich Felker
2012-05-22
1
-8
/
+0
*
pthread and synccall cleanup, new __synccall_wait op
Rich Felker
2011-08-12
1
-2
/
+10
*
fix bug in synccall with no threads: lock was taken but never released
Rich Felker
2011-07-30
1
-4
/
+4
*
new attempt at making set*id() safe and robust
Rich Felker
2011-07-29
1
-0
/
+109