about summary refs log tree commit diff
path: root/sysdeps/nptl
Commit message (Expand)AuthorAgeFilesLines
* nptl: Remove __libc_allocate_rtsig, __libc_current_sigrtmax, and __libc_curre...Adhemerval Zanella2021-03-261-31/+0
* linux: Use __libc_single_threaded on forkAdhemerval Zanella2021-03-121-1/+2
* posix: Consolidate register-atforkAdhemerval Zanella2021-03-121-41/+1
* nptl: __libc_cleanup_push/__libc_cleanup_pop require -fexceptionsFlorian Weimer2021-03-021-3/+6
* nptl: Use <unwind-link.h> for accessing the libgcc_s unwinderFlorian Weimer2021-03-011-100/+15
* Implement <unwind-link.h> for dynamically loading the libgcc_s unwinderFlorian Weimer2021-03-011-0/+3
* nptl: Move elision implementations into libcFlorian Weimer2021-02-231-0/+102
* nptl: Move futex-internal into libcFlorian Weimer2021-02-221-2/+2
* nptl: Move lowlevellock into libc [BZ #15648]Florian Weimer2021-02-221-2/+4
* nptl: Move futex-internal.c into main nptl directoryFlorian Weimer2021-02-222-128/+1
* linux: Require /dev/shm as the shared memory file systemFlorian Weimer2021-02-081-31/+0
* nptl: Remove private futex optimization [BZ #27304]Florian Weimer2021-02-041-13/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-0234-34/+34
* nss: Implement <nss_database.h>Florian Weimer2020-12-041-0/+9
* lowlevellock-futex: Remove not used macrosLukasz Majewski2020-12-041-43/+0
* futex: Remove not used futex_reltimed_wait{_cancelable}Lukasz Majewski2020-12-041-61/+0
* y2038: Convert gai_suspend to support 64 bit timeLukasz Majewski2020-12-041-4/+7
* nptl: Fix __futex_clocklock64 return error check [BZ #26964]Lucas A. M. Magalhaes2020-12-011-4/+3
* y2038: Convert aio_suspend to support 64 bit timeLukasz Majewski2020-11-303-6/+13
* nptl: Replace lll_timedwait with __futex_abstimed_wait64Adhemerval Zanella2020-11-251-32/+0
* nptl: Replace __futex_clocklock_wait64 with __futex_abstimed_wait64Adhemerval Zanella2020-11-252-61/+3
* nptl: Remove _futex_clock_wait_bitset64Adhemerval Zanella2020-11-252-51/+0
* nptl: Consolidate __futex_abstimed_wait_{cancelable}64Adhemerval Zanella2020-11-251-76/+35
* nptl: Extend __futex_abstimed_wait_cancelable64 commentAdhemerval Zanella2020-11-252-9/+13
* nptl: Remove clockwait_tidAdhemerval Zanella2020-11-251-49/+0
* nptl: Remove futex_wait_cancelableAdhemerval Zanella2020-11-251-29/+0
* nptl: Remove unused internal futex functionsAdhemerval Zanella2020-11-251-98/+0
* nptl: Move stack list variables into _rtld_globalFlorian Weimer2020-11-161-0/+80
* Remove tls.h inclusion from internal errno.hAdhemerval Zanella2020-11-131-0/+1
* Avoid -Wstringop-overflow warning in pthread_cleanup_push macrosJoseph Myers2020-10-301-10/+27
* y2038: nptl: Provide __futex_clock_wait_bitset64 to support 64 bit bitsetLukasz Majewski2020-10-212-1/+52
* y2038: nptl: Convert pthread_mutex_{clock|timed}lock to support 64 bitLukasz Majewski2020-10-152-2/+123
* nptl: Add missing cancellation flags on futex_internal and pselect32Adhemerval Zanella2020-10-071-0/+1
* Fix GCC 11 -Warray-parameter warning for __sigsetjmp (bug 26647)Joseph Myers2020-10-051-2/+3
* Y2038: nptl: Provide futex_abstimed_wait64 supporting 64 bit timeLukasz Majewski2020-10-042-0/+76
* nptl: futex: Move __NR_futex_time64 alias to beginning of futex-internal.hLukasz Majewski2020-09-301-4/+4
* nptl: Provide proper spelling for 32 bit version of futex_abstimed_waitLukasz Majewski2020-09-301-6/+6
* nptl: Fix __futex_abstimed_wait_cancellable32Adhemerval Zanella2020-09-281-4/+10
* nptl: futex: Provide correct indentation for part of __futex_abstimed_wait_ca...Lukasz Majewski2020-09-091-3/+3
* y2038: nptl: Convert pthread_cond_{clock|timed}wait to support 64 bit timeLukasz Majewski2020-09-023-1/+106
* y2038: nptl: Convert pthread_{clock|timed}join_np to support 64 bit timeLukasz Majewski2020-08-131-0/+52
* nptl: Add pthread_attr_setsigmask_np, pthread_attr_getsigmask_npFlorian Weimer2020-06-022-0/+18
* nptl: Make pthread_attr_t dynamically extensibleFlorian Weimer2020-06-021-3/+13
* nptl: Add __pthread_attr_copy for copying pthread_attr_t objectsFlorian Weimer2020-05-201-0/+7
* Linux: set_robust_list syscall number is always availableFlorian Weimer2020-03-031-6/+4
* nptl: Move pthread_setschedparam implementation into libcFlorian Weimer2020-02-201-2/+0
* nptl: Move pthread_getschedparam implementation into libcFlorian Weimer2020-02-201-1/+0
* nptl: Move pthread_cond_init implementation into libcFlorian Weimer2020-02-201-4/+0
* nptl: Move pthread_cond_destroy implementation into libcFlorian Weimer2020-02-201-2/+0
* nptl: Move pthread_condattr_init implementation into libcFlorian Weimer2020-02-201-1/+0