aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/nptl
AgeCommit message (Expand)Author
2021-04-23nptl: Move pthread_mutexattr_getrobust into libcFlorian Weimer
2021-04-22nptl: __nptl_set_robust_list_avail must be nocommonFlorian Weimer
2021-04-21nptl: Remove remnants of the libc/libpthread forwarder interfaceFlorian Weimer
2021-04-21nptl: Move setxid broadcast implementation into libcFlorian Weimer
2021-04-21nptl: Move core condition variable functions into libcFlorian Weimer
2021-04-21nptl: Move core mutex functions into libcFlorian Weimer
2021-04-21nptl: Move internal symbol __mutex_aconf into libcFlorian Weimer
2021-04-21nptl: Move rwlock functions with forwarders into libcFlorian Weimer
2021-04-21nptl: Move pthread_setspecific, __pthread_setspecific into libcFlorian Weimer
2021-04-21nptl: Move pthread_getspecific, __pthread_getspecific into libcFlorian Weimer
2021-04-21nptl: Move pthread_key_create, __pthread_key_create into libcFlorian Weimer
2021-04-21nptl: Move part of TCB initialization from libpthread to __tls_init_tpFlorian Weimer
2021-04-21elf: Introduce __tls_init_tp for second-phase TCB initializationFlorian Weimer
2021-04-21Remove pthread_key_create-related internals from libc-lock.hFlorian Weimer
2021-04-21nptl: Invoke the set_robust_list system call directly in forkFlorian Weimer
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