about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* elf, nptl: Resolve recursive lock implementation earlyFlorian Weimer2021-05-103-14/+81
* Hurd: Add missing hidden proto definition for __ttyname_rFlorian Weimer2021-05-101-1/+1
* x86: Add EVEX optimized memchr family not safe for RTMNoah Goldstein2021-05-0810-41/+217
* x86-64: Fix an unknown vector operation in memchr-evex.SAlice Xu2021-05-071-1/+1
* powerpc64le: Fix ifunc selection for memset, memmove, bzero and bcopyRaoni Fassina Firmino2021-05-075-20/+22
* linux: implement ttyname as a wrapper around ttyname_r.Érico Nogueira2021-05-072-159/+13
* linux: use fd_to_filename instead of _fitoa_word in ttyname_r.Érico Nogueira2021-05-071-5/+3
* linux: Remove /proc/cpuinfo fallback on alpha and sparcAdhemerval Zanella2021-05-073-97/+1
* linux: Use sched_getaffinity for __get_nprocs (BZ #27645)Adhemerval Zanella2021-05-076-338/+22
* Remove architecture specific sched_cpucount optimizationsAdhemerval Zanella2021-05-075-104/+0
* Use the correct diagnostic macro.Martin Sebor2021-05-061-1/+1
* Annotate additional APIs with GCC attribute access.Martin Sebor2021-05-064-3/+17
* nptl: Move pthread_barrierattr_setpshared into libcFlorian Weimer2021-05-0661-29/+64
* nptl: Move pthread_barrierattr_getpshared into libcFlorian Weimer2021-05-0661-29/+64
* nptl: Move pthread_barrierattr_init into libcFlorian Weimer2021-05-0661-29/+64
* nptl: Move pthread_barrierattr_destroy into libcFlorian Weimer2021-05-0661-29/+64
* nptl: Move pthread_barrier_wait into libcFlorian Weimer2021-05-0661-29/+64
* nptl: Move pthread_barrier_init into libcFlorian Weimer2021-05-0661-29/+64
* nptl: Move pthread_barrier_destroy into libcFlorian Weimer2021-05-0661-29/+64
* nptl: Move sem_trywait, sem_wait into libcFlorian Weimer2021-05-0561-74/+150
* nptl: Move sem_unlink into libcFlorian Weimer2021-05-0562-31/+85
* nptl: Move sem_timedwait into libcFlorian Weimer2021-05-0561-29/+64
* nptl: Move sem_post into libcFlorian Weimer2021-05-0561-37/+75
* nptl: Move sem_init into libcFlorian Weimer2021-05-0561-37/+75
* nptl: Move sem_getvalue into libcFlorian Weimer2021-05-0561-37/+75
* nptl: Move sem_destroy into libcFlorian Weimer2021-05-0561-37/+75
* nptl: Move sem_close, sem_open into libcFlorian Weimer2021-05-0564-77/+169
* nptl: Move sem_clockwait into libcFlorian Weimer2021-05-0561-29/+91
* nptl: Consolidate async cancel enable/disable implementation in libcFlorian Weimer2021-05-055-72/+12
* nptl: Move pthread_testcancel into libcFlorian Weimer2021-05-0561-29/+64
* elf, nptl: Initialize static TLS directly in ld.soFlorian Weimer2021-05-051-0/+19
* x86: Optimize memchr-evex.SNoah Goldstein2021-05-031-225/+322
* x86: Optimize memchr-avx2.SNoah Goldstein2021-05-031-178/+247
* linux: use __fd_to_filename helper function instead of snprintf.Érico Nogueira2021-05-032-16/+7
* linux: Add execveat system call wrapperAlexandra Hájková2021-05-0334-0/+65
* x86: Set rep_movsb_threshold to 2112 on processors with FSRMH.J. Lu2021-05-031-0/+4
* nptl: Move pthread_yield into libc, as a compatibility symbolFlorian Weimer2021-05-0362-33/+39
* nptl: Move pthread_rwlockattr_setpshared into libcFlorian Weimer2021-05-0361-29/+64
* nptl: Move pthread_rwlockattr_setkind_np into libcFlorian Weimer2021-05-0361-29/+64
* nptl: Move pthread_rwlockattr_init into libcFlorian Weimer2021-05-0361-29/+64
* nptl: Move pthread_rwlockattr_getpshared into libcFlorian Weimer2021-05-0361-29/+64
* nptl: Move pthread_rwlockattr_getkind_np into libcFlorian Weimer2021-05-0361-29/+64
* nptl: Move pthread_rwlockattr_destroy into libcFlorian Weimer2021-05-0361-29/+64
* nptl: Move pthread_rwlock_trywrlock into libcFlorian Weimer2021-05-0362-63/+96
* nptl: Move pthread_rwlock_tryrdlock into libcFlorian Weimer2021-05-0362-63/+96
* nptl: Move pthread_rwlock_timedwrlock into libcFlorian Weimer2021-05-0361-29/+64
* nptl: Move pthread_rwlock_timedrdlock into libcFlorian Weimer2021-05-0361-29/+64
* nptl: Move pthread_rwlock_init into libcFlorian Weimer2021-05-0362-67/+98
* nptl: Move pthread_rwlock_destroy into libcFlorian Weimer2021-05-0362-66/+97
* nptl: Move pthread_rwlock_clockwrlock into libcFlorian Weimer2021-05-0361-29/+64