Age | Commit message (Expand) | Author | Files | Lines |
2017-06-08 | use hard-coded sh4a atomic opcodes to avoid linker errors on sh | Rich Felker | 1 | -4/+4 |
2017-02-15 | fix build regression in arm atomics asm with new binutils | Rich Felker | 1 | -1/+1 |
2017-01-19 | fix spurious EINTR errors from multithreaded set*id, etc. | Rich Felker | 1 | -1/+1 |
2017-01-13 | fix crashes in x32 __tls_get_addr | rofl0r | 1 | -2/+2 |
2016-12-19 | rework arm atomic/tp backends to be thumb-compatible and fdpic-ready | Rich Felker | 4 | -56/+69 |
2016-11-11 | add s390x port | Bobby Bingham | 5 | -0/+111 |
2016-11-08 | add limited pthread_setattr_default_np API to set stack size defaults | Rich Felker | 2 | -4/+43 |
2016-11-08 | fix pthread_create regression from stack/guard size simplification | Rich Felker | 1 | -1/+4 |
2016-11-07 | simplify pthread_attr_t stack/guard size representation | Rich Felker | 7 | -11/+13 |
2016-10-20 | add pthread_setname_np | Felix Janda | 1 | -0/+26 |
2016-06-30 | pthread: implement try/timed join variants | Bobby Bingham | 1 | -3/+17 |
2016-06-27 | fix failure to obtain EOWNERDEAD status for process-shared robust mutexes | Rich Felker | 3 | -3/+3 |
2016-05-08 | add powerpc64 port | Bobby Bingham | 4 | -0/+101 |
2016-04-25 | fix thread structure/dtv-pointer corruption on powerpc | Rich Felker | 1 | -0/+5 |
2016-04-18 | add mips n32 port (ILP32 ABI for mips64) | Rich Felker | 3 | -0/+90 |
2016-03-06 | add mips64 port | Rich Felker | 3 | -0/+91 |
2016-02-08 | remove workaround for broken mips assemblers | Rich Felker | 1 | -5/+1 |
2016-02-04 | in mips cancellable syscall asm, don't assume gp register is valid | Rich Felker | 1 | -2/+13 |
2016-02-04 | avoid using signals when a thread attempts to cancel itself | Rich Felker | 1 | -0/+1 |
2016-01-30 | fix misaligned pointer-like objects in arm atomics asm source file | Rich Felker | 1 | -0/+2 |
2016-01-22 | move sh __unmapself code from arch/sh/src to main src tree | Rich Felker | 2 | -0/+24 |
2016-01-22 | move x32 sysinfo impl and syscall fixup code out of arch/x32/src | Rich Felker | 1 | -0/+38 |
2016-01-22 | move arm-specific translation units out of arch/arm/src, to src/*/arm | Rich Felker | 3 | -1/+160 |
2016-01-21 | overhaul sh atomics for new atomics framework, add j-core cas.l backend | Rich Felker | 3 | -0/+105 |
2015-11-11 | eliminate use of SHARED macro in __tls_get_addr | Rich Felker | 1 | -6/+6 |
2015-11-11 | eliminate use of SHARED macro to suppress visibility attributes | Rich Felker | 2 | -6/+0 |
2015-11-10 | explicitly assemble all arm asm sources as UAL | Rich Felker | 3 | -0/+3 |
2015-11-09 | remove non-working pre-armv4t support from arm asm | Rich Felker | 2 | -4/+0 |
2015-11-02 | use explicit __cp_cancel label in cancellable syscall asm for all archs | Rich Felker | 8 | -28/+32 |
2015-11-02 | properly access mcontext_t program counter in cancellation handler | Rich Felker | 1 | -3/+4 |
2015-10-15 | add missing memory barrier to pthread_join | Bobby Bingham | 1 | -0/+1 |
2015-09-12 | make sh clone asm fdpic-compatible | Rich Felker | 1 | -3/+9 |
2015-06-25 | fix local-dynamic model TLS on mips and powerpc | Rich Felker | 1 | -2/+2 |
2015-06-20 | work around mips detached thread exit breakage due to kernel regression | Rich Felker | 1 | -0/+1 |
2015-06-17 | ignore ENOSYS error from mprotect in pthread_create and dynamic linker | Rich Felker | 1 | -1/+2 |
2015-06-16 | switch to using trap number 31 for syscalls on sh | Rich Felker | 3 | -5/+5 |
2015-06-16 | switch sh port's __unmapself to generic version when running on sh2/nommu | Rich Felker | 1 | -3/+3 |
2015-06-16 | add support for sh2 interrupt-masking-based atomics to sh port | Rich Felker | 1 | -6/+0 |
2015-06-16 | refactor stdio open file list handling, move it out of global libc struct | Rich Felker | 1 | -1/+2 |
2015-06-10 | implement arch-generic version of __unmapself | Rich Felker | 1 | -0/+29 |
2015-05-25 | mark mips cancellable syscall code as code | Rich Felker | 1 | -0/+3 |
2015-05-16 | eliminate costly tricks to avoid TLS access for current locale state | Rich Felker | 1 | -6/+0 |
2015-05-16 | in i386 __set_thread_area, don't assume %gs register is initially zero | Rich Felker | 1 | -4/+9 |
2015-05-06 | fix stack protector crashes on x32 & powerpc due to misplaced TLS canary | Rich Felker | 1 | -1/+1 |
2015-05-02 | fix x32 __set_thread_area failure due to junk in upper bits | Rich Felker | 1 | -1/+1 |
2015-04-22 | minor optimization to pthread_spin_trylock | Rich Felker | 2 | -2/+4 |
2015-04-22 | optimize spin lock not to dirty cache line while spinning | Rich Felker | 1 | -1/+1 |
2015-04-21 | fix mmap leak in sem_open failure path for link call | Rich Felker | 1 | -0/+1 |
2015-04-18 | make dlerror state and message thread-local and dynamically-allocated | Rich Felker | 1 | -0/+2 |
2015-04-17 | fix sh build regressions in asm | Rich Felker | 1 | -1/+1 |