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
*
use the internal macro name FUTEX_PRIVATE in __wait
Szabolcs Nagy
2015-02-09
1
-1
/
+1
*
fix missing memory barrier in cancellation signal handler
Rich Felker
2015-02-03
1
-0
/
+1
*
overhaul __synccall and fix AS-safety and other issues in set*id
Rich Felker
2015-01-15
2
-45
/
+138
*
suppress EINTR in sem_wait and sem_timedwait
Rich Felker
2015-01-15
1
-1
/
+1
*
fix __aeabi_read_tp oversight in arm atomics/tls overhaul
Rich Felker
2014-11-22
1
-4
/
+0
*
overhaul ARM atomics/tls for performance and compatibility
Rich Felker
2014-11-19
1
-12
/
+1
*
manually "shrink wrap" fast path in pthread_once
Rich Felker
2014-10-20
1
-8
/
+12
*
eliminate global waiters count in pthread_once
Rich Felker
2014-10-13
1
-9
/
+13
*
fix missing barrier in pthread_once/call_once shortcut path
Rich Felker
2014-10-10
1
-2
/
+6
*
add C11 thread creation and related thread functions
Rich Felker
2014-09-07
9
-7
/
+82
*
add C11 condition variable functions
Jens Gustedt
2014-09-06
6
-0
/
+57
*
add C11 mutex functions
Jens Gustedt
2014-09-06
6
-0
/
+69
*
add C11 thread functions operating on tss_t and once_flag
Jens Gustedt
2014-09-06
5
-0
/
+42
*
use weak symbols for the POSIX functions that will be used by C threads
Jens Gustedt
2014-09-06
14
-28
/
+73
*
make non-waiting paths of sem_[timed]wait and pthread_join cancelable
Rich Felker
2014-09-05
2
-0
/
+3
*
refrain from spinning on locks when there is already a waiter
Rich Felker
2014-08-25
5
-5
/
+5
*
spin before waiting on futex in mutex and rwlock lock operations
Rich Felker
2014-08-25
3
-0
/
+20
*
spin in sem_[timed]wait before performing futex wait
Rich Felker
2014-08-25
1
-0
/
+5
*
sanitize number of spins in userspace before futex wait
Rich Felker
2014-08-25
2
-2
/
+2
*
fix false ownership of stdio FILEs due to tid reuse
Rich Felker
2014-08-23
1
-0
/
+2
*
fix fallback checks for kernels without private futex support
Rich Felker
2014-08-22
4
-4
/
+4
*
fix use of uninitialized memory with application-provided thread stacks
Rich Felker
2014-08-22
1
-0
/
+2
*
further simplify and optimize new cond var
Rich Felker
2014-08-18
1
-29
/
+21
*
simplify and improve new cond var implementation
Rich Felker
2014-08-18
1
-40
/
+22
*
redesign cond var implementation to fix multiple issues
Rich Felker
2014-08-17
5
-88
/
+209
*
fix possible failure-to-wake deadlock with robust mutexes
Rich Felker
2014-08-17
1
-1
/
+4
*
make pointers used in robust list volatile
Rich Felker
2014-08-17
3
-9
/
+16
*
fix robust mutex unrecoverable status, and related clean-up
Rich Felker
2014-08-16
3
-12
/
+4
*
fix false ownership of mutexes due to tid reuse, using robust list
Rich Felker
2014-08-16
4
-23
/
+26
*
enable private futex for process-local robust mutexes
Rich Felker
2014-08-16
3
-1
/
+25
*
make futex operations use private-futex mode when possible
Rich Felker
2014-08-15
22
-64
/
+74
*
add or1k (OpenRISC 1000) architecture port
Stefan Kristiansson
2014-07-18
4
-0
/
+64
*
work around constant folding bug 61144 in gcc 4.9.0 and 4.9.1
Rich Felker
2014-07-16
2
-4
/
+4
*
rename file containing pthread_cleanup_push and pop for consistency
Rich Felker
2014-07-06
1
-0
/
+0
*
rework cancellation weak alias logic not to depend on archive order
Rich Felker
2014-07-06
3
-6
/
+12
*
eliminate use of cached pid from thread structure
Rich Felker
2014-07-05
4
-8
/
+5
*
add locale framework
Rich Felker
2014-07-02
1
-0
/
+7
*
separate __tls_get_addr implementation from dynamic linker/init_tls
Rich Felker
2014-06-19
1
-0
/
+17
*
optimize i386 ___tls_get_addr asm
Rich Felker
2014-06-19
1
-1
/
+8
*
simplify errno implementation
Rich Felker
2014-06-10
1
-1
/
+0
*
replace all remaining internal uses of pthread_self with __pthread_self
Rich Felker
2014-06-10
9
-10
/
+10
*
add thread-pointer support for pre-2.6 kernels on i386
Rich Felker
2014-06-10
1
-4
/
+18
*
fix deadlock race in pthread_once
Rich Felker
2014-04-15
1
-2
/
+1
*
fix pointer type mismatch and misplacement of const
Rich Felker
2014-03-24
1
-2
/
+2
*
always initialize thread pointer at program start
Rich Felker
2014-03-24
5
-52
/
+23
*
rename superh port to "sh" for consistency
Rich Felker
2014-02-27
4
-0
/
+0
*
superh port
Bobby Bingham
2014-02-23
4
-0
/
+113
*
mostly-cosmetic fixups to x32 port merge
Rich Felker
2014-02-23
2
-6
/
+9
*
x32 port (diff against vanilla x86_64)
rofl0r
2014-02-23
4
-10
/
+8
*
import vanilla x86_64 code as x32
rofl0r
2014-02-23
4
-0
/
+70
[next]