about summary refs log tree commit diff
path: root/src/thread
Commit message (Expand)AuthorAgeFilesLines
* remove workaround for broken mips assemblersRich Felker2016-02-081-5/+1
* in mips cancellable syscall asm, don't assume gp register is validRich Felker2016-02-041-2/+13
* avoid using signals when a thread attempts to cancel itselfRich Felker2016-02-041-0/+1
* fix misaligned pointer-like objects in arm atomics asm source fileRich Felker2016-01-301-0/+2
* move sh __unmapself code from arch/sh/src to main src treeRich Felker2016-01-222-0/+24
* move x32 sysinfo impl and syscall fixup code out of arch/x32/srcRich Felker2016-01-221-0/+38
* move arm-specific translation units out of arch/arm/src, to src/*/armRich Felker2016-01-223-1/+160
* overhaul sh atomics for new atomics framework, add j-core cas.l backendRich Felker2016-01-213-0/+105
* eliminate use of SHARED macro in __tls_get_addrRich Felker2015-11-111-6/+6
* eliminate use of SHARED macro to suppress visibility attributesRich Felker2015-11-112-6/+0
* explicitly assemble all arm asm sources as UALRich Felker2015-11-103-0/+3
* remove non-working pre-armv4t support from arm asmRich Felker2015-11-092-4/+0
* use explicit __cp_cancel label in cancellable syscall asm for all archsRich Felker2015-11-028-28/+32
* properly access mcontext_t program counter in cancellation handlerRich Felker2015-11-021-3/+4
* add missing memory barrier to pthread_joinBobby Bingham2015-10-151-0/+1
* make sh clone asm fdpic-compatibleRich Felker2015-09-121-3/+9
* fix local-dynamic model TLS on mips and powerpcRich Felker2015-06-251-2/+2
* work around mips detached thread exit breakage due to kernel regressionRich Felker2015-06-201-0/+1
* ignore ENOSYS error from mprotect in pthread_create and dynamic linkerRich Felker2015-06-171-1/+2
* switch to using trap number 31 for syscalls on shRich Felker2015-06-163-5/+5
* switch sh port's __unmapself to generic version when running on sh2/nommuRich Felker2015-06-161-3/+3
* add support for sh2 interrupt-masking-based atomics to sh portRich Felker2015-06-161-6/+0
* refactor stdio open file list handling, move it out of global libc structRich Felker2015-06-161-1/+2
* implement arch-generic version of __unmapselfRich Felker2015-06-101-0/+29
* mark mips cancellable syscall code as codeRich Felker2015-05-251-0/+3
* eliminate costly tricks to avoid TLS access for current locale stateRich Felker2015-05-161-6/+0
* in i386 __set_thread_area, don't assume %gs register is initially zeroRich Felker2015-05-161-4/+9
* fix stack protector crashes on x32 & powerpc due to misplaced TLS canaryRich Felker2015-05-061-1/+1
* fix x32 __set_thread_area failure due to junk in upper bitsRich Felker2015-05-021-1/+1
* minor optimization to pthread_spin_trylockRich Felker2015-04-222-2/+4
* optimize spin lock not to dirty cache line while spinningRich Felker2015-04-221-1/+1
* fix mmap leak in sem_open failure path for link callRich Felker2015-04-211-0/+1
* make dlerror state and message thread-local and dynamically-allocatedRich Felker2015-04-181-0/+2
* fix sh build regressions in asmRich Felker2015-04-171-1/+1
* fix sh __set_thread_area uninitialized return valueRich Felker2015-04-171-1/+2
* use hidden __tls_get_new for tls/tlsdesc lookup fallback casesRich Felker2015-04-141-1/+3
* cleanup use of visibility attributes in pthread_cancel.cRich Felker2015-04-141-8/+9
* fix inconsistent visibility for internal syscall symbolsRich Felker2015-04-141-0/+5
* consistently use hidden visibility for cancellable syscall internalsRich Felker2015-04-1411-30/+96
* fix inconsistent visibility for internal __tls_get_new functionRich Felker2015-04-141-3/+2
* remove remnants of support for running in no-thread-pointer modeRich Felker2015-04-134-11/+5
* allow i386 __set_thread_area to be called more than onceRich Felker2015-04-131-1/+5
* remove mismatched arguments from vmlock function definitionsRich Felker2015-04-111-2/+2
* apply vmlock wait to __unmapself in pthread_exitRich Felker2015-04-101-0/+4
* redesign and simplify vmlock systemRich Felker2015-04-105-30/+18
* optimize out setting up robust list with kernel when not neededRich Felker2015-04-102-6/+5
* process robust list in pthread_exit to fix detached thread use-after-unmapRich Felker2015-04-102-26/+27
* block all signals (even internal ones) in cancellation signal handlerRich Felker2015-03-161-1/+2
* add aarch64 portSzabolcs Nagy2015-03-114-0/+69
* fix regression in pthread_cond_wait with cancellation disabledRich Felker2015-03-071-0/+1