about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* elf, nptl: Resolve recursive lock implementation earlyFlorian Weimer2021-05-107-24/+120
* scripts/versions.awk: Add strings and hashes to <first-versions.h>Florian Weimer2021-05-101-0/+36
* 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
* malloc: Make tunable callback functions staticH.J. Lu2021-05-071-2/+2
* linux: implement ttyname as a wrapper around ttyname_r.Érico Nogueira2021-05-073-161/+15
* linux: use fd_to_filename instead of _fitoa_word in ttyname_r.Érico Nogueira2021-05-071-5/+3
* misc: use _fitoa_word to implement __fd_to_filename.Érico Nogueira2021-05-071-5/+2
* 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-078-338/+31
* Remove architecture specific sched_cpucount optimizationsAdhemerval Zanella2021-05-076-130/+14
* Run $(objpfx)iconvconfig with $(run-program-prefix) [BZ #27477]H.J. Lu2021-05-071-2/+3
* Use the correct diagnostic macro.Martin Sebor2021-05-061-1/+1
* Annotate additional APIs with GCC attribute access.Martin Sebor2021-05-0616-45/+95
* nptl: Move pthread_barrierattr_setpshared into libcFlorian Weimer2021-05-0664-33/+76
* nptl: Move pthread_barrierattr_getpshared into libcFlorian Weimer2021-05-0664-33/+76
* nptl: Move pthread_barrierattr_init into libcFlorian Weimer2021-05-0664-33/+76
* nptl: Move pthread_barrierattr_destroy into libcFlorian Weimer2021-05-0664-33/+76
* nptl: Move pthread_barrier_wait into libcFlorian Weimer2021-05-0664-34/+80
* nptl: Move pthread_barrier_init into libcFlorian Weimer2021-05-0665-35/+83
* nptl: Move pthread_barrier_destroy into libcFlorian Weimer2021-05-0664-33/+76
* nptl: Move sem_trywait, sem_wait into libcFlorian Weimer2021-05-0564-83/+170
* nptl: Move sem_unlink into libcFlorian Weimer2021-05-0565-33/+93
* nptl: Move sem_timedwait into libcFlorian Weimer2021-05-0565-37/+81
* nptl: Move sem_post into libcFlorian Weimer2021-05-0564-42/+84
* nptl: Move sem_init into libcFlorian Weimer2021-05-0564-43/+84
* nptl: Move sem_getvalue into libcFlorian Weimer2021-05-0564-42/+86
* nptl: Move sem_destroy into libcFlorian Weimer2021-05-0564-42/+84
* nptl: Move sem_close, sem_open into libcFlorian Weimer2021-05-0570-82/+182
* nptl: Move sem_clockwait into libcFlorian Weimer2021-05-0566-37/+111
* nptl: Consolidate async cancel enable/disable implementation in libcFlorian Weimer2021-05-0514-110/+25
* nptl: Move pthread_testcancel into libcFlorian Weimer2021-05-0565-36/+79
* elf, nptl: Initialize static TLS directly in ld.soFlorian Weimer2021-05-059-44/+65
* posix: Fix Hurd build failure in tst-execveatFlorian Weimer2021-05-041-1/+4
* 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-0340-2/+305
* Bench: Expand bench-memchr.cNoah Goldstein2021-05-031-0/+13
* locale: Align _nl_C_LC_CTYPE_class and _nl_C_LC_CTYPE_class32Lirong Yuan2021-05-031-2/+3
* nptl: Re-sort Versions fileFlorian Weimer2021-05-031-2/+2
* x86: Set rep_movsb_threshold to 2112 on processors with FSRMH.J. Lu2021-05-031-0/+4
* bench-memcpy: Collect data from 2KB to 4KBH.J. Lu2021-05-031-0/+8
* stdio: fix vfscanf with matches longer than INT_MAX (bug 27650)Alyssa Ross2021-05-031-9/+4
* nptl: Move pthread_yield into libc, as a compatibility symbolFlorian Weimer2021-05-0366-40/+53
* nptl: Move pthread_rwlockattr_setpshared into libcFlorian Weimer2021-05-0364-33/+76
* nptl: Move pthread_rwlockattr_setkind_np into libcFlorian Weimer2021-05-0364-33/+76
* nptl: Move pthread_rwlockattr_init into libcFlorian Weimer2021-05-0364-33/+76