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
*
fix mmap leak in sem_open failure path for link call
Rich Felker
2015-04-21
1
-0
/
+1
*
make dlerror state and message thread-local and dynamically-allocated
Rich Felker
2015-04-18
1
-0
/
+2
*
fix sh build regressions in asm
Rich Felker
2015-04-17
1
-1
/
+1
*
fix sh __set_thread_area uninitialized return value
Rich Felker
2015-04-17
1
-1
/
+2
*
use hidden __tls_get_new for tls/tlsdesc lookup fallback cases
Rich Felker
2015-04-14
1
-1
/
+3
*
cleanup use of visibility attributes in pthread_cancel.c
Rich Felker
2015-04-14
1
-8
/
+9
*
fix inconsistent visibility for internal syscall symbols
Rich Felker
2015-04-14
1
-0
/
+5
*
consistently use hidden visibility for cancellable syscall internals
Rich Felker
2015-04-14
11
-30
/
+96
*
fix inconsistent visibility for internal __tls_get_new function
Rich Felker
2015-04-14
1
-3
/
+2
*
remove remnants of support for running in no-thread-pointer mode
Rich Felker
2015-04-13
4
-11
/
+5
*
allow i386 __set_thread_area to be called more than once
Rich Felker
2015-04-13
1
-1
/
+5
*
remove mismatched arguments from vmlock function definitions
Rich Felker
2015-04-11
1
-2
/
+2
*
apply vmlock wait to __unmapself in pthread_exit
Rich Felker
2015-04-10
1
-0
/
+4
*
redesign and simplify vmlock system
Rich Felker
2015-04-10
5
-30
/
+18
*
optimize out setting up robust list with kernel when not needed
Rich Felker
2015-04-10
2
-6
/
+5
*
process robust list in pthread_exit to fix detached thread use-after-unmap
Rich Felker
2015-04-10
2
-26
/
+27
*
block all signals (even internal ones) in cancellation signal handler
Rich Felker
2015-03-16
1
-1
/
+2
*
add aarch64 port
Szabolcs Nagy
2015-03-11
4
-0
/
+69
*
fix regression in pthread_cond_wait with cancellation disabled
Rich Felker
2015-03-07
1
-0
/
+1
*
fix signed left-shift overflow in pthread_condattr_setpshared
Rich Felker
2015-03-04
1
-1
/
+1
*
make all objects used with atomic operations volatile
Rich Felker
2015-03-03
9
-16
/
+18
*
suppress masked cancellation in pthread_join
Rich Felker
2015-03-02
1
-1
/
+5
*
fix namespace issue in pthread_join affecting thrd_join
Rich Felker
2015-03-02
1
-1
/
+2
*
factor cancellation cleanup push/pop out of futex __timedwait function
Rich Felker
2015-03-02
7
-24
/
+21
*
fix failure of internal futex __timedwait to report ECANCELED
Rich Felker
2015-02-27
1
-1
/
+1
*
fix breakage in pthread_cond_wait due to typo
Rich Felker
2015-02-23
1
-1
/
+1
*
simplify cond var code now that cleanup handler is not needed
Rich Felker
2015-02-22
1
-86
/
+63
*
fix pthread_cond_wait cancellation race
Rich Felker
2015-02-22
1
-5
/
+38
*
add new masked cancellation mode
Rich Felker
2015-02-21
2
-10
/
+16
*
prepare cancellation syscall asm for possibility of __cancel returning
Rich Felker
2015-02-20
5
-11
/
+32
*
make pthread_exit responsible for disabling cancellation
Rich Felker
2015-02-16
2
-3
/
+2
*
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
[next]