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 possible fd leak via missing O_CLOEXEC in pthread_setname_np
Érico Rolim
2021-01-30
1
-1
/
+1
*
fix omission of non-stub pthread_mutexattr_getprotocol
Rich Felker
2020-12-07
1
-1
/
+1
*
fix failure to preserve r6 in s390x asm; per ABI it is call-saved
Rich Felker
2020-12-04
2
-0
/
+8
*
fix regression in pthread_exit
Rich Felker
2020-11-20
1
-0
/
+1
*
protect destruction of process-shared mutexes against robust list races
Rich Felker
2020-11-19
1
-1
/
+5
*
pthread_exit: don't __vm_wait under thread list lock
Rich Felker
2020-11-19
1
-9
/
+15
*
lift child restrictions after multi-threaded fork
Rich Felker
2020-11-11
2
-0
/
+4
*
convert malloc use under libc-internal locks to use internal allocator
Rich Felker
2020-11-11
1
-0
/
+5
*
fix erroneous pthread_cond_wait mutex waiter count logic due to typo
Rich Felker
2020-10-30
1
-1
/
+1
*
fix missing-wake regression in pthread_cond_wait
Rich Felker
2020-10-30
1
-0
/
+5
*
fix sem_close unmapping of still-referenced semaphore
Rich Felker
2020-10-28
1
-3
/
+5
*
fix pthread_cond_wait paired with with priority-inheritance mutex
Rich Felker
2020-10-26
1
-6
/
+5
*
drop use of pthread_once in mutexattr kernel support tests
Rich Felker
2020-10-14
2
-21
/
+18
*
avoid set*id/setrlimit misbehavior and hang in vforked/cloned child
Rich Felker
2020-09-17
1
-1
/
+2
*
fix i386 __set_thread_area fallback
Rich Felker
2020-08-30
1
-0
/
+1
*
remove redundant pthread struct members repeated for layout purposes
Rich Felker
2020-08-27
1
-1
/
+1
*
fix async-cancel-safety of pthread_cancel
Rich Felker
2020-07-06
1
-1
/
+4
*
make thread killlock async-signal-safe for pthread_kill
Rich Felker
2020-07-06
5
-5
/
+18
*
restore lock-skipping for processes that return to single-threaded state
Rich Felker
2020-05-22
2
-5
/
+7
*
don't use libc.threads_minus_1 as relaxed atomic for skipping locks
Rich Felker
2020-05-22
1
-1
/
+1
*
reorder thread list unlink in pthread_exit after all locks
Rich Felker
2020-05-22
1
-8
/
+11
*
harden thread start with failed scheduling against broken __clone
Rich Felker
2019-09-13
1
-1
/
+1
*
fix arm __a_barrier_oldkuser when built as thumb
Rich Felker
2019-09-11
1
-2
/
+2
*
fix code path where child function returns in arm __clone built as thumb
Rich Felker
2019-09-11
1
-7
/
+3
*
synchronously clean up pthread_create failure due to scheduling errors
Rich Felker
2019-09-06
1
-13
/
+18
*
set explicit scheduling for new thread from calling thread, not self
Rich Felker
2019-09-06
1
-21
/
+12
*
fix unsynchronized decrement of thread count on pthread_create error
Rich Felker
2019-09-06
1
-1
/
+2
*
in arm cancellation point asm, don't unnecessarily preserve link register
Patrick Oppenlander
2019-08-06
1
-4
/
+4
*
fix missing declarations for pthread_join extensions in source file
Rich Felker
2019-08-02
1
-0
/
+1
*
remove x32 syscall timespec fixup hacks
Rich Felker
2019-07-29
2
-43
/
+4
*
futex wait operations: add time64 syscall support, decouple 32-bit time_t
Rich Felker
2019-07-28
2
-3
/
+41
*
refactor thrd_sleep and nanosleep in terms of clock_nanosleep
Rich Felker
2019-07-27
1
-1
/
+2
*
add riscv64 architecture support
Rich Felker
2019-06-14
4
-0
/
+76
*
remove external __syscall function and last remaining users
Rich Felker
2019-04-10
1
-1
/
+1
*
overhaul i386 syscall mechanism not to depend on external asm source
Rich Felker
2019-04-10
1
-0
/
+1
*
fix harmless-by-chance typo in priority inheritance mutex code
Rich Felker
2019-04-01
1
-1
/
+1
*
implement priority inheritance mutexes
Rich Felker
2019-03-31
4
-8
/
+93
*
clean up access to mutex type in pthread_mutex_trylock
Rich Felker
2019-03-29
1
-2
/
+2
*
fix data race choosing next key slot in pthread_key_create
Rich Felker
2019-03-21
1
-1
/
+1
*
fix namespace violation in dependencies of mtx_lock
Rich Felker
2019-03-13
1
-1
/
+1
*
add membarrier syscall wrapper, refactor dynamic tls install to use it
Rich Felker
2019-02-22
1
-2
/
+2
*
make thread list lock a recursive lock
Rich Felker
2019-02-22
1
-11
/
+21
*
install dynamic tls synchronously at dlopen, streamline access
Rich Felker
2019-02-18
3
-14
/
+3
*
fix data race between new pthread_key_delete and dtor execution
Rich Felker
2019-02-17
1
-2
/
+4
*
introduce namespace-safe rwlock aliases; use in pthread_key_create
Rich Felker
2019-02-16
8
-20
/
+34
*
rewrite pthread_key_delete to use global thread list
Rich Felker
2019-02-16
2
-75
/
+19
*
rewrite __synccall in terms of global thread list
Rich Felker
2019-02-16
2
-123
/
+59
*
track all live threads in an AS-safe, fully-consistent linked list
Rich Felker
2019-02-15
4
-38
/
+81
*
always block signals for starting new threads, refactor start args
Rich Felker
2019-02-15
2
-56
/
+56
*
redesign robust mutex states to eliminate data races on type field
Rich Felker
2019-02-12
4
-12
/
+23
[next]