aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/nptl
AgeCommit message (Expand)Author
2021-04-21nptl: Move pthread_setcanceltype into libcFlorian Weimer
2021-04-21nptl: Move pthread_setcancelstate into libcFlorian Weimer
2021-04-21nptl: Move pthread_exit into libcFlorian Weimer
2021-04-21nptl: Move __nptl_deallocate_tsd into libcFlorian Weimer
2021-04-21nptl: Move internal __nptl_nthreads variable into libcFlorian Weimer
2021-04-21csu: Move calling main out of __libc_start_main_implFlorian Weimer
2021-04-21nptl: Move __pthread_unwind_next into libcFlorian Weimer
2021-04-21nptl: Move pthread_once and __pthread_once into libcFlorian Weimer
2021-04-21nptl: Move __pthread_cleanup_upto into libcFlorian Weimer
2021-04-21nptl: Move legacy unwinding implementation into libcFlorian Weimer
2021-04-21nptl: Move pthread_mutex_consistent into libcFlorian Weimer
2021-03-29fork.h: replace with register-atfork.hSamuel Thibault
2021-03-26nptl: Remove __libc_allocate_rtsig, __libc_current_sigrtmax, and __libc_curre...Adhemerval Zanella
2021-03-12linux: Use __libc_single_threaded on forkAdhemerval Zanella
2021-03-12posix: Consolidate register-atforkAdhemerval Zanella
2021-03-02nptl: __libc_cleanup_push/__libc_cleanup_pop require -fexceptionsFlorian Weimer
2021-03-01nptl: Use <unwind-link.h> for accessing the libgcc_s unwinderFlorian Weimer
2021-03-01Implement <unwind-link.h> for dynamically loading the libgcc_s unwinderFlorian Weimer
2021-02-23nptl: Move elision implementations into libcFlorian Weimer
2021-02-22nptl: Move futex-internal into libcFlorian Weimer
2021-02-22nptl: Move lowlevellock into libc [BZ #15648]Florian Weimer
2021-02-22nptl: Move futex-internal.c into main nptl directoryFlorian Weimer
2021-02-08linux: Require /dev/shm as the shared memory file systemFlorian Weimer
2021-02-04nptl: Remove private futex optimization [BZ #27304]Florian Weimer
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-12-04nss: Implement <nss_database.h>Florian Weimer
2020-12-04lowlevellock-futex: Remove not used macrosLukasz Majewski
2020-12-04futex: Remove not used futex_reltimed_wait{_cancelable}Lukasz Majewski
2020-12-04y2038: Convert gai_suspend to support 64 bit timeLukasz Majewski
2020-12-01nptl: Fix __futex_clocklock64 return error check [BZ #26964]Lucas A. M. Magalhaes
2020-11-30y2038: Convert aio_suspend to support 64 bit timeLukasz Majewski
2020-11-25nptl: Replace lll_timedwait with __futex_abstimed_wait64Adhemerval Zanella
2020-11-25nptl: Replace __futex_clocklock_wait64 with __futex_abstimed_wait64Adhemerval Zanella
2020-11-25nptl: Remove _futex_clock_wait_bitset64Adhemerval Zanella
2020-11-25nptl: Consolidate __futex_abstimed_wait_{cancelable}64Adhemerval Zanella
2020-11-25nptl: Extend __futex_abstimed_wait_cancelable64 commentAdhemerval Zanella
2020-11-25nptl: Remove clockwait_tidAdhemerval Zanella
2020-11-25nptl: Remove futex_wait_cancelableAdhemerval Zanella
2020-11-25nptl: Remove unused internal futex functionsAdhemerval Zanella
2020-11-16nptl: Move stack list variables into _rtld_globalFlorian Weimer
2020-11-13Remove tls.h inclusion from internal errno.hAdhemerval Zanella
2020-10-30Avoid -Wstringop-overflow warning in pthread_cleanup_push macrosJoseph Myers
2020-10-21y2038: nptl: Provide __futex_clock_wait_bitset64 to support 64 bit bitsetLukasz Majewski
2020-10-15y2038: nptl: Convert pthread_mutex_{clock|timed}lock to support 64 bitLukasz Majewski
2020-10-07nptl: Add missing cancellation flags on futex_internal and pselect32Adhemerval Zanella
2020-10-05Fix GCC 11 -Warray-parameter warning for __sigsetjmp (bug 26647)Joseph Myers
2020-10-04Y2038: nptl: Provide futex_abstimed_wait64 supporting 64 bit timeLukasz Majewski
2020-09-30nptl: futex: Move __NR_futex_time64 alias to beginning of futex-internal.hLukasz Majewski
2020-09-30nptl: Provide proper spelling for 32 bit version of futex_abstimed_waitLukasz Majewski
2020-09-28nptl: Fix __futex_abstimed_wait_cancellable32Adhemerval Zanella