aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)Author
2021-04-23nptl: Move pthread_mutexattr_init, __pthread_mutexattr_init into libcFlorian Weimer
2021-04-23nptl: Move pthread_mutexattr_gettype into libcFlorian Weimer
2021-04-23nptl: Move pthread_mutexattr_getrobust into libcFlorian Weimer
2021-04-23nptl: Move pthread_mutexattr_getpshared into libcFlorian Weimer
2021-04-23nptl: Move pthread_mutexattr_getprotocol into libcFlorian Weimer
2021-04-23nptl: Move pthread_mutexattr_getprioceiling into libcFlorian Weimer
2021-04-23nptl: Move pthread_mutexattr_destroy into libcFlorian Weimer
2021-04-23nptl: Move pthread_mutex_trylock, __pthread_mutex_trylock into libcFlorian Weimer
2021-04-23nptl: Move pthread_mutex_timedlock, pthread_mutex_clocklock to libcFlorian Weimer
2021-04-23nptl: Move pthread_mutex_setprioceiling into libcFlorian Weimer
2021-04-23nptl: Move pthread_mutex_getprioceiling into libcFlorian Weimer
2021-04-22powerpc: Add optimized strlen for POWER10Matheus Castanho
2021-04-22nptl: Move pthread_kill_other_threads_np compatibility symbol into libcFlorian Weimer
2021-04-22x86: tst-cpu-features-supports.c: Update AMX checkH.J. Lu
2021-04-22nptl: Move pthread_atfork compatibility symbol to 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-21x86: Remove low-level lock optimizationFlorian Weimer
2021-04-21nptl: Move internal symbol __mutex_aconf into libcFlorian Weimer
2021-04-21pthread: Introduce __pthread_early_initFlorian Weimer
2021-04-21nptl: Move rwlock functions with forwarders into libcFlorian Weimer
2021-04-21nptl: Move pthread_key_delete into libc.Florian 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-21dlfcn: dlerror needs to call free from the base namespace [BZ #24773]Florian Weimer
2021-04-21dlfcn: Failures after dlmopen should not terminate process [BZ #24772]Florian 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-21x86: Restore compile-time check for shadow stack pointer in longjmpAdhemerval Zanella
2021-04-21nptl: Remove longjmp, siglongjmp from libpthreadFlorian Weimer
2021-04-21nptl: Move legacy cancelation handling into libc as compat symbolsFlorian Weimer
2021-04-21nptl: Move legacy unwinding implementation into libcFlorian Weimer
2021-04-21nptl: Move __pthread_cleanup_routine into libcFlorian Weimer
2021-04-21nptl: Move pthread_mutex_consistent into libcFlorian Weimer
2021-04-21elf: Remove lazy tlsdesc relocation related codeSzabolcs Nagy