remove a_ctz_l from arch specific atomic_arch.h
[oweals/musl.git] / src / thread /
2018-02-03 William Pitcockstore pthread stack guard sizes for pthread_getattr_np
2018-01-09 Jens Gustedtrevise the definition of multiple basic locks in the...
2018-01-09 Jens Gustedtconsistently use the LOCK an UNLOCK macros
2018-01-09 Jens Gustedtnew lock algorithm with state and congestion count...
2017-10-14 Rich Felkerfix read-after-free type error in pthread_detach
2017-09-07 Rich Felkerfix signal masking race in pthread_create with priority...
2017-08-12 Rich Felkertrap UB from attempts to join a detached thread
2017-07-04 Jens Gustedtunify the use of FUTEX_PRIVATE
2017-06-08 Rich Felkeruse hard-coded sh4a atomic opcodes to avoid linker...
2017-02-15 Rich Felkerfix build regression in arm atomics asm with new binutils
2017-01-19 Rich Felkerfix spurious EINTR errors from multithreaded set*id...
2017-01-13 rofl0rfix crashes in x32 __tls_get_addr
2016-12-20 Rich Felkerrework arm atomic/tp backends to be thumb-compatible...
2016-11-12 Bobby Binghamadd s390x port
2016-11-08 Rich Felkeradd limited pthread_setattr_default_np API to set stack...
2016-11-08 Rich Felkerfix pthread_create regression from stack/guard size...
2016-11-08 Rich Felkersimplify pthread_attr_t stack/guard size representation
2016-10-20 Felix Jandaadd pthread_setname_np
2016-07-01 Bobby Binghampthread: implement try/timed join variants
2016-06-27 Rich Felkerfix failure to obtain EOWNERDEAD status for process...
2016-05-09 Bobby Binghamadd powerpc64 port
2016-04-25 Rich Felkerfix thread structure/dtv-pointer corruption on powerpc
2016-04-18 Rich Felkeradd mips n32 port (ILP32 ABI for mips64)
2016-03-06 Rich Felkeradd mips64 port
2016-02-08 Rich Felkerremove workaround for broken mips assemblers
2016-02-04 Rich Felkerin mips cancellable syscall asm, don't assume gp regist...
2016-02-04 Rich Felkeravoid using signals when a thread attempts to cancel...
2016-01-31 Rich Felkerfix misaligned pointer-like objects in arm atomics...
2016-01-22 Rich Felkermove sh __unmapself code from arch/sh/src to main src...
2016-01-22 Rich Felkermove x32 sysinfo impl and syscall fixup code out of...
2016-01-22 Rich Felkermove arm-specific translation units out of arch/arm...
2016-01-21 Rich Felkeroverhaul sh atomics for new atomics framework, add...
2015-11-12 Rich Felkereliminate use of SHARED macro in __tls_get_addr
2015-11-12 Rich Felkereliminate use of SHARED macro to suppress visibility...
2015-11-10 Rich Felkerexplicitly assemble all arm asm sources as UAL
2015-11-10 Rich Felkerremove non-working pre-armv4t support from arm asm
2015-11-02 Rich Felkeruse explicit __cp_cancel label in cancellable syscall...
2015-11-02 Rich Felkerproperly access mcontext_t program counter in cancellat...
2015-10-16 Bobby Binghamadd missing memory barrier to pthread_join
2015-09-12 Rich Felkermake sh clone asm fdpic-compatible
2015-06-25 Rich Felkerfix local-dynamic model TLS on mips and powerpc
2015-06-20 Rich Felkerwork around mips detached thread exit breakage due...
2015-06-17 Rich Felkerignore ENOSYS error from mprotect in pthread_create...
2015-06-16 Rich Felkerswitch to using trap number 31 for syscalls on sh
2015-06-16 Rich Felkerswitch sh port's __unmapself to generic version when...
2015-06-16 Rich Felkeradd support for sh2 interrupt-masking-based atomics...
2015-06-16 Rich Felkerrefactor stdio open file list handling, move it out...
2015-06-10 Rich Felkerimplement arch-generic version of __unmapself
2015-05-25 Rich Felkermark mips cancellable syscall code as code
2015-05-16 Rich Felkereliminate costly tricks to avoid TLS access for current...
2015-05-16 Rich Felkerin i386 __set_thread_area, don't assume %gs register...
2015-05-06 Rich Felkerfix stack protector crashes on x32 & powerpc due to...
2015-05-02 Rich Felkerfix x32 __set_thread_area failure due to junk in upper...
2015-04-22 Rich Felkerminor optimization to pthread_spin_trylock
2015-04-22 Rich Felkeroptimize spin lock not to dirty cache line while spinning
2015-04-21 Rich Felkerfix mmap leak in sem_open failure path for link call
2015-04-18 Rich Felkermake dlerror state and message thread-local and dynamic...
2015-04-18 Rich Felkerfix sh build regressions in asm
2015-04-18 Rich Felkerfix sh __set_thread_area uninitialized return value
2015-04-15 Rich Felkeruse hidden __tls_get_new for tls/tlsdesc lookup fallbac...
2015-04-14 Rich Felkercleanup use of visibility attributes in pthread_cancel.c
2015-04-14 Rich Felkerfix inconsistent visibility for internal syscall symbols
2015-04-14 Rich Felkerconsistently use hidden visibility for cancellable...
2015-04-14 Rich Felkerfix inconsistent visibility for internal __tls_get_new...
2015-04-13 Rich Felkerremove remnants of support for running in no-thread...
2015-04-13 Rich Felkerallow i386 __set_thread_area to be called more than...
2015-04-11 Rich Felkerremove mismatched arguments from vmlock function defini...
2015-04-10 Rich Felkerapply vmlock wait to __unmapself in pthread_exit
2015-04-10 Rich Felkerredesign and simplify vmlock system
2015-04-10 Rich Felkeroptimize out setting up robust list with kernel when...
2015-04-10 Rich Felkerprocess robust list in pthread_exit to fix detached...
2015-03-17 Rich Felkerblock all signals (even internal ones) in cancellation...
2015-03-12 Szabolcs Nagyadd aarch64 port
2015-03-07 Rich Felkerfix regression in pthread_cond_wait with cancellation...
2015-03-05 Rich Felkerfix signed left-shift overflow in pthread_condattr_setp...
2015-03-04 Rich Felkermake all objects used with atomic operations volatile
2015-03-02 Rich Felkersuppress masked cancellation in pthread_join
2015-03-02 Rich Felkerfix namespace issue in pthread_join affecting thrd_join
2015-03-02 Rich Felkerfactor cancellation cleanup push/pop out of futex __tim...
2015-02-28 Rich Felkerfix failure of internal futex __timedwait to report...
2015-02-23 Rich Felkerfix breakage in pthread_cond_wait due to typo
2015-02-23 Rich Felkersimplify cond var code now that cleanup handler is...
2015-02-23 Rich Felkerfix pthread_cond_wait cancellation race
2015-02-22 Rich Felkeradd new masked cancellation mode
2015-02-21 Rich Felkerprepare cancellation syscall asm for possibility of...
2015-02-17 Rich Felkermake pthread_exit responsible for disabling cancellation
2015-02-09 Szabolcs Nagyuse the internal macro name FUTEX_PRIVATE in __wait
2015-02-03 Rich Felkerfix missing memory barrier in cancellation signal handler
2015-01-16 Rich Felkeroverhaul __synccall and fix AS-safety and other issues...
2015-01-15 Rich Felkersuppress EINTR in sem_wait and sem_timedwait
2014-11-22 Rich Felkerfix __aeabi_read_tp oversight in arm atomics/tls overhaul
2014-11-19 Rich Felkeroverhaul ARM atomics/tls for performance and compatibility
2014-10-20 Rich Felkermanually "shrink wrap" fast path in pthread_once
2014-10-13 Rich Felkereliminate global waiters count in pthread_once
2014-10-10 Rich Felkerfix missing barrier in pthread_once/call_once shortcut...
2014-09-07 Rich Felkeradd C11 thread creation and related thread functions
2014-09-07 Jens Gustedtadd C11 condition variable functions
2014-09-07 Jens Gustedtadd C11 mutex functions
2014-09-07 Jens Gustedtadd C11 thread functions operating on tss_t and once_flag
2014-09-06 Jens Gustedtuse weak symbols for the POSIX functions that will...
next