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
Commit message (
Expand
)
Author
Age
Files
Lines
*
store pthread stack guard sizes for pthread_getattr_np
William Pitcock
2018-02-03
2
-1
/
+3
*
revise the definition of multiple basic locks in the code
Jens Gustedt
2018-01-09
3
-3
/
+3
*
consistently use the LOCK an UNLOCK macros
Jens Gustedt
2018-01-09
6
-12
/
+12
*
new lock algorithm with state and congestion count in one atomic int
Jens Gustedt
2018-01-09
2
-8
/
+52
*
fix read-after-free type error in pthread_detach
Rich Felker
2017-10-13
1
-1
/
+2
*
fix signal masking race in pthread_create with priority attributes
Rich Felker
2017-09-06
1
-2
/
+7
*
trap UB from attempts to join a detached thread
Rich Felker
2017-08-11
1
-0
/
+1
*
unify the use of FUTEX_PRIVATE
Jens Gustedt
2017-07-04
3
-3
/
+3
*
use hard-coded sh4a atomic opcodes to avoid linker errors on sh
Rich Felker
2017-06-08
1
-4
/
+4
*
fix build regression in arm atomics asm with new binutils
Rich Felker
2017-02-15
1
-1
/
+1
*
fix spurious EINTR errors from multithreaded set*id, etc.
Rich Felker
2017-01-19
1
-1
/
+1
*
fix crashes in x32 __tls_get_addr
rofl0r
2017-01-13
1
-2
/
+2
*
rework arm atomic/tp backends to be thumb-compatible and fdpic-ready
Rich Felker
2016-12-19
4
-56
/
+69
*
add s390x port
Bobby Bingham
2016-11-11
5
-0
/
+111
*
add limited pthread_setattr_default_np API to set stack size defaults
Rich Felker
2016-11-08
2
-4
/
+43
*
fix pthread_create regression from stack/guard size simplification
Rich Felker
2016-11-08
1
-1
/
+4
*
simplify pthread_attr_t stack/guard size representation
Rich Felker
2016-11-07
7
-11
/
+13
*
add pthread_setname_np
Felix Janda
2016-10-20
1
-0
/
+26
*
pthread: implement try/timed join variants
Bobby Bingham
2016-06-30
1
-3
/
+17
*
fix failure to obtain EOWNERDEAD status for process-shared robust mutexes
Rich Felker
2016-06-27
3
-3
/
+3
*
add powerpc64 port
Bobby Bingham
2016-05-08
4
-0
/
+101
*
fix thread structure/dtv-pointer corruption on powerpc
Rich Felker
2016-04-25
1
-0
/
+5
*
add mips n32 port (ILP32 ABI for mips64)
Rich Felker
2016-04-18
3
-0
/
+90
*
add mips64 port
Rich Felker
2016-03-06
3
-0
/
+91
*
remove workaround for broken mips assemblers
Rich Felker
2016-02-08
1
-5
/
+1
*
in mips cancellable syscall asm, don't assume gp register is valid
Rich Felker
2016-02-04
1
-2
/
+13
*
avoid using signals when a thread attempts to cancel itself
Rich Felker
2016-02-04
1
-0
/
+1
*
fix misaligned pointer-like objects in arm atomics asm source file
Rich Felker
2016-01-30
1
-0
/
+2
*
move sh __unmapself code from arch/sh/src to main src tree
Rich Felker
2016-01-22
2
-0
/
+24
*
move x32 sysinfo impl and syscall fixup code out of arch/x32/src
Rich Felker
2016-01-22
1
-0
/
+38
*
move arm-specific translation units out of arch/arm/src, to src/*/arm
Rich Felker
2016-01-22
3
-1
/
+160
*
overhaul sh atomics for new atomics framework, add j-core cas.l backend
Rich Felker
2016-01-21
3
-0
/
+105
*
eliminate use of SHARED macro in __tls_get_addr
Rich Felker
2015-11-11
1
-6
/
+6
*
eliminate use of SHARED macro to suppress visibility attributes
Rich Felker
2015-11-11
2
-6
/
+0
*
explicitly assemble all arm asm sources as UAL
Rich Felker
2015-11-10
3
-0
/
+3
*
remove non-working pre-armv4t support from arm asm
Rich Felker
2015-11-09
2
-4
/
+0
*
use explicit __cp_cancel label in cancellable syscall asm for all archs
Rich Felker
2015-11-02
8
-28
/
+32
*
properly access mcontext_t program counter in cancellation handler
Rich Felker
2015-11-02
1
-3
/
+4
*
add missing memory barrier to pthread_join
Bobby Bingham
2015-10-15
1
-0
/
+1
*
make sh clone asm fdpic-compatible
Rich Felker
2015-09-12
1
-3
/
+9
*
fix local-dynamic model TLS on mips and powerpc
Rich Felker
2015-06-25
1
-2
/
+2
*
work around mips detached thread exit breakage due to kernel regression
Rich Felker
2015-06-20
1
-0
/
+1
*
ignore ENOSYS error from mprotect in pthread_create and dynamic linker
Rich Felker
2015-06-17
1
-1
/
+2
*
switch to using trap number 31 for syscalls on sh
Rich Felker
2015-06-16
3
-5
/
+5
*
switch sh port's __unmapself to generic version when running on sh2/nommu
Rich Felker
2015-06-16
1
-3
/
+3
*
add support for sh2 interrupt-masking-based atomics to sh port
Rich Felker
2015-06-16
1
-6
/
+0
*
refactor stdio open file list handling, move it out of global libc struct
Rich Felker
2015-06-16
1
-1
/
+2
*
implement arch-generic version of __unmapself
Rich Felker
2015-06-10
1
-0
/
+29
*
mark mips cancellable syscall code as code
Rich Felker
2015-05-25
1
-0
/
+3
*
eliminate costly tricks to avoid TLS access for current locale state
Rich Felker
2015-05-16
1
-6
/
+0
[next]