aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)Author
2021-05-10nptl: Move changing of stack permissions into ld.soFlorian Weimer
2021-05-10nptl: Move more stack management variables into _rtld_globalFlorian Weimer
2021-05-10elf: Introduce __tls_pre_init_tpFlorian Weimer
2021-05-10Linux: Simplify and fix the definition of SINGLE_THREAD_PFlorian Weimer
2021-05-10Linux: Explicitly disable cancellation checking in the dynamic loaderFlorian Weimer
2021-05-10nptl: Export __libc_multiple_threads from libc as an internal symbolFlorian Weimer
2021-05-10elf, nptl: Resolve recursive lock implementation earlyFlorian Weimer
2021-05-10Hurd: Add missing hidden proto definition for __ttyname_rFlorian Weimer
2021-05-08x86: Add EVEX optimized memchr family not safe for RTMNoah Goldstein
2021-05-07x86-64: Fix an unknown vector operation in memchr-evex.SAlice Xu
2021-05-07powerpc64le: Fix ifunc selection for memset, memmove, bzero and bcopyRaoni Fassina Firmino
2021-05-07linux: implement ttyname as a wrapper around ttyname_r.Érico Nogueira
2021-05-07linux: use fd_to_filename instead of _fitoa_word in ttyname_r.Érico Nogueira
2021-05-07linux: Remove /proc/cpuinfo fallback on alpha and sparcAdhemerval Zanella
2021-05-07linux: Use sched_getaffinity for __get_nprocs (BZ #27645)Adhemerval Zanella
2021-05-07Remove architecture specific sched_cpucount optimizationsAdhemerval Zanella
2021-05-06Use the correct diagnostic macro.Martin Sebor
2021-05-06Annotate additional APIs with GCC attribute access.Martin Sebor
2021-05-06nptl: Move pthread_barrierattr_setpshared into libcFlorian Weimer
2021-05-06nptl: Move pthread_barrierattr_getpshared into libcFlorian Weimer
2021-05-06nptl: Move pthread_barrierattr_init into libcFlorian Weimer
2021-05-06nptl: Move pthread_barrierattr_destroy into libcFlorian Weimer
2021-05-06nptl: Move pthread_barrier_wait into libcFlorian Weimer
2021-05-06nptl: Move pthread_barrier_init into libcFlorian Weimer
2021-05-06nptl: Move pthread_barrier_destroy into libcFlorian Weimer
2021-05-05nptl: Move sem_trywait, sem_wait into libcFlorian Weimer
2021-05-05nptl: Move sem_unlink into libcFlorian Weimer
2021-05-05nptl: Move sem_timedwait into libcFlorian Weimer
2021-05-05nptl: Move sem_post into libcFlorian Weimer
2021-05-05nptl: Move sem_init into libcFlorian Weimer
2021-05-05nptl: Move sem_getvalue into libcFlorian Weimer
2021-05-05nptl: Move sem_destroy into libcFlorian Weimer
2021-05-05nptl: Move sem_close, sem_open into libcFlorian Weimer
2021-05-05nptl: Move sem_clockwait into libcFlorian Weimer
2021-05-05nptl: Consolidate async cancel enable/disable implementation in libcFlorian Weimer
2021-05-05nptl: Move pthread_testcancel into libcFlorian Weimer
2021-05-05elf, nptl: Initialize static TLS directly in ld.soFlorian Weimer
2021-05-03x86: Optimize memchr-evex.SNoah Goldstein
2021-05-03x86: Optimize memchr-avx2.SNoah Goldstein
2021-05-03linux: use __fd_to_filename helper function instead of snprintf.Érico Nogueira
2021-05-03linux: Add execveat system call wrapperAlexandra Hájková
2021-05-03x86: Set rep_movsb_threshold to 2112 on processors with FSRMH.J. Lu
2021-05-03nptl: Move pthread_yield into libc, as a compatibility symbolFlorian Weimer
2021-05-03nptl: Move pthread_rwlockattr_setpshared into libcFlorian Weimer
2021-05-03nptl: Move pthread_rwlockattr_setkind_np into libcFlorian Weimer
2021-05-03nptl: Move pthread_rwlockattr_init into libcFlorian Weimer
2021-05-03nptl: Move pthread_rwlockattr_getpshared into libcFlorian Weimer
2021-05-03nptl: Move pthread_rwlockattr_getkind_np into libcFlorian Weimer
2021-05-03nptl: Move pthread_rwlockattr_destroy into libcFlorian Weimer
2021-05-03nptl: Move pthread_rwlock_trywrlock into libcFlorian Weimer