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
/
thread
/
i386
Age
Commit message (
Expand
)
Author
Lines
2018-09-12
make arch __set_thread_area backends hidden
Rich Felker
-0
/
+1
2018-09-12
make arch __clone backends hidden
Rich Felker
-0
/
+1
2015-05-16
in i386 __set_thread_area, don't assume %gs register is initially zero
Rich Felker
-4
/
+9
2015-04-14
use hidden __tls_get_new for tls/tlsdesc lookup fallback cases
Rich Felker
-1
/
+3
2015-04-14
consistently use hidden visibility for cancellable syscall internals
Rich Felker
-3
/
+8
2015-04-13
allow i386 __set_thread_area to be called more than once
Rich Felker
-1
/
+5
2015-02-20
prepare cancellation syscall asm for possibility of __cancel returning
Rich Felker
-1
/
+8
2014-06-19
optimize i386 ___tls_get_addr asm
Rich Felker
-1
/
+8
2014-06-10
add thread-pointer support for pre-2.6 kernels on i386
Rich Felker
-4
/
+18
2014-02-09
clone: make clone a wrapper around __clone
Bobby Bingham
-3
/
+0
2012-10-04
beginnings of full TLS support in shared libraries
Rich Felker
-0
/
+8
2012-05-23
fix issue with longjmp out of signal handlers and cancellation
Rich Felker
-21
/
+15
2012-02-09
replace bad cancellation cleanup abi with a sane one
Rich Felker
-34
/
+0
2011-09-18
overhaul clone syscall wrapping
Rich Felker
-34
/
+60
2011-08-03
further debloat cancellation handlers
Rich Felker
-3
/
+13
2011-08-03
fix static linking dependency bloat with cancellation
Rich Felker
-8
/
+8
2011-06-14
restore use of .type in asm, but use modern @function (vs %function)
Rich Felker
-0
/
+7
2011-06-13
remove all .size and .type directives for functions from the asm
Rich Felker
-11
/
+0
2011-04-17
fix bugs in cancellable syscall asm
Rich Felker
-5
/
+4
2011-04-17
fix some minor issues in cancellation handling patch
Rich Felker
-1
/
+1
2011-04-17
overhaul pthread cancellation
Rich Felker
-0
/
+36
2011-03-25
match glibc/lsb cancellation abi on i386
Rich Felker
-0
/
+24
2011-02-19
race condition fix: block all signals before decrementing thread count
Rich Felker
-9
/
+0
2011-02-15
finish unifying thread register handling in preparation for porting
Rich Felker
-0
/
+22
2011-02-15
begin unifying clone/thread management interface in preparation for porting
Rich Felker
-25
/
+17
2011-02-12
initial check-in, version 0.5.0
v0.5.0
Rich Felker
-0
/
+57