aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/nptl
AgeCommit message (Expand)AuthorFilesLines
2021-03-12posix: Consolidate register-atforkAdhemerval Zanella1-41/+1
2021-03-02nptl: __libc_cleanup_push/__libc_cleanup_pop require -fexceptionsFlorian Weimer1-3/+6
2021-03-01nptl: Use <unwind-link.h> for accessing the libgcc_s unwinderFlorian Weimer1-100/+15
2021-03-01Implement <unwind-link.h> for dynamically loading the libgcc_s unwinderFlorian Weimer1-0/+3
2021-02-23nptl: Move elision implementations into libcFlorian Weimer1-0/+102
2021-02-22nptl: Move futex-internal into libcFlorian Weimer1-2/+2
2021-02-22nptl: Move lowlevellock into libc [BZ #15648]Florian Weimer1-2/+4
2021-02-22nptl: Move futex-internal.c into main nptl directoryFlorian Weimer2-128/+1
2021-02-08linux: Require /dev/shm as the shared memory file systemFlorian Weimer1-31/+0
2021-02-04nptl: Remove private futex optimization [BZ #27304]Florian Weimer1-13/+1
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert34-34/+34
2020-12-04nss: Implement <nss_database.h>Florian Weimer1-0/+9
2020-12-04lowlevellock-futex: Remove not used macrosLukasz Majewski1-43/+0
2020-12-04futex: Remove not used futex_reltimed_wait{_cancelable}Lukasz Majewski1-61/+0
2020-12-04y2038: Convert gai_suspend to support 64 bit timeLukasz Majewski1-4/+7
2020-12-01nptl: Fix __futex_clocklock64 return error check [BZ #26964]Lucas A. M. Magalhaes1-4/+3
2020-11-30y2038: Convert aio_suspend to support 64 bit timeLukasz Majewski3-6/+13
2020-11-25nptl: Replace lll_timedwait with __futex_abstimed_wait64Adhemerval Zanella1-32/+0
2020-11-25nptl: Replace __futex_clocklock_wait64 with __futex_abstimed_wait64Adhemerval Zanella2-61/+3
2020-11-25nptl: Remove _futex_clock_wait_bitset64Adhemerval Zanella2-51/+0
2020-11-25nptl: Consolidate __futex_abstimed_wait_{cancelable}64Adhemerval Zanella1-76/+35
2020-11-25nptl: Extend __futex_abstimed_wait_cancelable64 commentAdhemerval Zanella2-9/+13
2020-11-25nptl: Remove clockwait_tidAdhemerval Zanella1-49/+0
2020-11-25nptl: Remove futex_wait_cancelableAdhemerval Zanella1-29/+0
2020-11-25nptl: Remove unused internal futex functionsAdhemerval Zanella1-98/+0
2020-11-16nptl: Move stack list variables into _rtld_globalFlorian Weimer1-0/+80
2020-11-13Remove tls.h inclusion from internal errno.hAdhemerval Zanella1-0/+1
2020-10-30Avoid -Wstringop-overflow warning in pthread_cleanup_push macrosJoseph Myers1-10/+27
2020-10-21y2038: nptl: Provide __futex_clock_wait_bitset64 to support 64 bit bitsetLukasz Majewski2-1/+52
2020-10-15y2038: nptl: Convert pthread_mutex_{clock|timed}lock to support 64 bitLukasz Majewski2-2/+123
2020-10-07nptl: Add missing cancellation flags on futex_internal and pselect32Adhemerval Zanella1-0/+1
2020-10-05Fix GCC 11 -Warray-parameter warning for __sigsetjmp (bug 26647)Joseph Myers1-2/+3
2020-10-04Y2038: nptl: Provide futex_abstimed_wait64 supporting 64 bit timeLukasz Majewski2-0/+76
2020-09-30nptl: futex: Move __NR_futex_time64 alias to beginning of futex-internal.hLukasz Majewski1-4/+4
2020-09-30nptl: Provide proper spelling for 32 bit version of futex_abstimed_waitLukasz Majewski1-6/+6
2020-09-28nptl: Fix __futex_abstimed_wait_cancellable32Adhemerval Zanella1-4/+10
2020-09-09nptl: futex: Provide correct indentation for part of __futex_abstimed_wait_ca...Lukasz Majewski1-3/+3
2020-09-02y2038: nptl: Convert pthread_cond_{clock|timed}wait to support 64 bit timeLukasz Majewski3-1/+106
2020-08-13y2038: nptl: Convert pthread_{clock|timed}join_np to support 64 bit timeLukasz Majewski1-0/+52
2020-06-02nptl: Add pthread_attr_setsigmask_np, pthread_attr_getsigmask_npFlorian Weimer2-0/+18
2020-06-02nptl: Make pthread_attr_t dynamically extensibleFlorian Weimer1-3/+13
2020-05-20nptl: Add __pthread_attr_copy for copying pthread_attr_t objectsFlorian Weimer1-0/+7
2020-03-03Linux: set_robust_list syscall number is always availableFlorian Weimer1-6/+4
2020-02-20nptl: Move pthread_setschedparam implementation into libcFlorian Weimer1-2/+0
2020-02-20nptl: Move pthread_getschedparam implementation into libcFlorian Weimer1-1/+0
2020-02-20nptl: Move pthread_cond_init implementation into libcFlorian Weimer1-4/+0
2020-02-20nptl: Move pthread_cond_destroy implementation into libcFlorian Weimer1-2/+0
2020-02-20nptl: Move pthread_condattr_init implementation into libcFlorian Weimer1-1/+0
2020-02-20nptl: Move pthread_condattr_destroy implementation into libcFlorian Weimer1-1/+0
2020-02-20nptl: Move pthread_attr_setscope implementation into libcFlorian Weimer1-1/+0