Age | Commit message (Expand) | Author | Files | Lines |
2018-09-05 | define and use internal macros for hidden visibility, weak refs | Rich Felker | 8 | -26/+20 |
2018-09-04 | fix namespace violation for c11 mutex functions | Rich Felker | 1 | -1/+3 |
2018-09-04 | in pthread_mutex_timedlock, avoid repeatedly reading mutex type field | Rich Felker | 1 | -3/+4 |
2018-09-04 | in pthread_mutex_trylock, EBUSY out more directly when possible | Rich Felker | 1 | -2/+2 |
2018-08-29 | fix async thread cancellation on sh-fdpic | Rich Felker | 1 | -0/+3 |
2018-08-29 | fix async thread cancellation on powerpc64 | Rich Felker | 1 | -0/+7 |
2018-08-28 | reject invalid arguments to pthread_barrierattr_setpshared | Rich Felker | 1 | -0/+1 |
2018-08-28 | rewrite __aeabi_read_tp in asm | Szabolcs Nagy | 2 | -12/+6 |
2018-08-28 | fix deadlock in async thread self-cancellation | Rich Felker | 1 | -1/+5 |
2018-08-23 | fix tls access on arm targets before armv6k | Szabolcs Nagy | 1 | -1/+1 |
2018-08-18 | mips archs: fix runaway execution if start fn passed to clone returns | Segev Finer | 3 | -3/+12 |
2018-08-16 | fix pthread_create return value with PTHREAD_EXPLICIT_SCHED | Rich Felker | 1 | -0/+1 |
2018-07-27 | make pthread_attr_init honor defaults set by pthread_setattr_default_np | Rich Felker | 3 | -4/+11 |
2018-06-19 | add m68k port | Rich Felker | 3 | -0/+58 |
2018-05-09 | make linking of thread-start with explicit scheduling conditional | Rich Felker | 2 | -28/+28 |
2018-05-09 | improve design of thread-start with explicit scheduling attributes | Rich Felker | 1 | -21/+39 |
2018-05-05 | improve joinable/detached thread state handling | Rich Felker | 4 | -19/+22 |
2018-05-05 | improve pthread_exit synchronization with functions targeting tid | Rich Felker | 5 | -16/+18 |
2018-05-04 | remove incorrect ESRCH error from pthread_kill | Rich Felker | 1 | -1/+2 |
2018-05-02 | use a dedicated futex object for pthread_join instead of tid field | Rich Felker | 2 | -4/+5 |
2018-02-03 | store pthread stack guard sizes for pthread_getattr_np | William Pitcock | 2 | -1/+3 |
2018-01-09 | revise the definition of multiple basic locks in the code | Jens Gustedt | 3 | -3/+3 |
2018-01-09 | consistently use the LOCK an UNLOCK macros | Jens Gustedt | 6 | -12/+12 |
2018-01-09 | new lock algorithm with state and congestion count in one atomic int | Jens Gustedt | 2 | -8/+52 |
2017-10-13 | fix read-after-free type error in pthread_detach | Rich Felker | 1 | -1/+2 |
2017-09-06 | fix signal masking race in pthread_create with priority attributes | Rich Felker | 1 | -2/+7 |
2017-08-11 | trap UB from attempts to join a detached thread | Rich Felker | 1 | -0/+1 |
2017-07-04 | unify the use of FUTEX_PRIVATE | Jens Gustedt | 3 | -3/+3 |
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 |