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
/
x86_64
Commit message (
Expand
)
Author
Age
Files
Lines
*
clone: make clone a wrapper around __clone
Bobby Bingham
2014-02-09
1
-3
/
+0
*
fix some indention-with-spaces that crept in
Rich Felker
2012-09-29
1
-4
/
+4
*
fix issue with longjmp out of signal handlers and cancellation
Rich Felker
2012-05-23
1
-10
/
+8
*
update license of njk contributed code (x86_64 asm)
Rich Felker
2012-05-05
2
-2
/
+2
*
overhaul clone syscall wrapping
Rich Felker
2011-09-18
1
-20
/
+29
*
restore use of .type in asm, but use modern @function (vs %function)
Rich Felker
2011-06-14
4
-0
/
+4
*
remove all .size and .type directives for functions from the asm
Rich Felker
2011-06-13
4
-7
/
+0
*
fix initial stack alignment in new threads on x86_64
Rich Felker
2011-04-22
1
-1
/
+1
*
fix typo in x86_64 cancellable syscall asm
Rich Felker
2011-04-17
1
-1
/
+1
*
fix bugs in cancellable syscall asm
Rich Felker
2011-04-17
1
-5
/
+6
*
fix some minor issues in cancellation handling patch
Rich Felker
2011-04-17
1
-1
/
+1
*
overhaul pthread cancellation
Rich Felker
2011-04-17
1
-0
/
+24
*
consistency: change all remaining syscalls to use SYS_ rather than __NR_ prefix
Rich Felker
2011-04-06
1
-2
/
+2
*
race condition fix: block all signals before decrementing thread count
Rich Felker
2011-02-19
1
-13
/
+0
*
patch by njk, simplifies thread register initialization for x86_64
Rich Felker
2011-02-16
1
-4
/
+0
*
patch from njk: make x86_64 __uniclone branchless.
Rich Felker
2011-02-16
1
-6
/
+6
*
Port musl to x86-64. One giant commit!
Nicholas J. Kain
2011-02-15
3
-0
/
+61