aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-05-07x86-64: Fix an unknown vector operation in memchr-evex.SAlice Xu1-1/+1
2021-05-07powerpc64le: Fix ifunc selection for memset, memmove, bzero and bcopyRaoni Fassina Firmino5-20/+22
2021-05-07malloc: Make tunable callback functions staticH.J. Lu1-2/+2
2021-05-07linux: implement ttyname as a wrapper around ttyname_r.Érico Nogueira3-161/+15
2021-05-07linux: use fd_to_filename instead of _fitoa_word in ttyname_r.Érico Nogueira1-5/+3
2021-05-07misc: use _fitoa_word to implement __fd_to_filename.Érico Nogueira1-5/+2
2021-05-07linux: Remove /proc/cpuinfo fallback on alpha and sparcAdhemerval Zanella3-97/+1
2021-05-07linux: Use sched_getaffinity for __get_nprocs (BZ #27645)Adhemerval Zanella8-338/+31
2021-05-07Remove architecture specific sched_cpucount optimizationsAdhemerval Zanella6-130/+14
2021-05-07Run $(objpfx)iconvconfig with $(run-program-prefix) [BZ #27477]H.J. Lu1-2/+3
2021-05-06Use the correct diagnostic macro.Martin Sebor1-1/+1
2021-05-06Annotate additional APIs with GCC attribute access.Martin Sebor16-45/+95
2021-05-06nptl: Move pthread_barrierattr_setpshared into libcFlorian Weimer64-33/+76
2021-05-06nptl: Move pthread_barrierattr_getpshared into libcFlorian Weimer64-33/+76
2021-05-06nptl: Move pthread_barrierattr_init into libcFlorian Weimer64-33/+76
2021-05-06nptl: Move pthread_barrierattr_destroy into libcFlorian Weimer64-33/+76
2021-05-06nptl: Move pthread_barrier_wait into libcFlorian Weimer64-34/+80
2021-05-06nptl: Move pthread_barrier_init into libcFlorian Weimer65-35/+83
2021-05-06nptl: Move pthread_barrier_destroy into libcFlorian Weimer64-33/+76
2021-05-05nptl: Move sem_trywait, sem_wait into libcFlorian Weimer64-83/+170
2021-05-05nptl: Move sem_unlink into libcFlorian Weimer65-33/+93
2021-05-05nptl: Move sem_timedwait into libcFlorian Weimer65-37/+81
2021-05-05nptl: Move sem_post into libcFlorian Weimer64-42/+84
2021-05-05nptl: Move sem_init into libcFlorian Weimer64-43/+84
2021-05-05nptl: Move sem_getvalue into libcFlorian Weimer64-42/+86
2021-05-05nptl: Move sem_destroy into libcFlorian Weimer64-42/+84
2021-05-05nptl: Move sem_close, sem_open into libcFlorian Weimer70-82/+182
2021-05-05nptl: Move sem_clockwait into libcFlorian Weimer66-37/+111
2021-05-05nptl: Consolidate async cancel enable/disable implementation in libcFlorian Weimer14-110/+25
2021-05-05nptl: Move pthread_testcancel into libcFlorian Weimer65-36/+79
2021-05-05elf, nptl: Initialize static TLS directly in ld.soFlorian Weimer9-44/+65
2021-05-04posix: Fix Hurd build failure in tst-execveatFlorian Weimer1-1/+4
2021-05-03x86: Optimize memchr-evex.SNoah Goldstein1-225/+322
2021-05-03x86: Optimize memchr-avx2.SNoah Goldstein1-178/+247
2021-05-03linux: use __fd_to_filename helper function instead of snprintf.Érico Nogueira2-16/+7
2021-05-03linux: Add execveat system call wrapperAlexandra Hájková40-2/+305
2021-05-03Bench: Expand bench-memchr.cNoah Goldstein1-0/+13
2021-05-03locale: Align _nl_C_LC_CTYPE_class and _nl_C_LC_CTYPE_class32Lirong Yuan1-2/+3
2021-05-03nptl: Re-sort Versions fileFlorian Weimer1-2/+2
2021-05-03x86: Set rep_movsb_threshold to 2112 on processors with FSRMH.J. Lu1-0/+4
2021-05-03bench-memcpy: Collect data from 2KB to 4KBH.J. Lu1-0/+8
2021-05-03stdio: fix vfscanf with matches longer than INT_MAX (bug 27650)Alyssa Ross1-9/+4
2021-05-03nptl: Move pthread_yield into libc, as a compatibility symbolFlorian Weimer66-40/+53
2021-05-03nptl: Move pthread_rwlockattr_setpshared into libcFlorian Weimer64-33/+76
2021-05-03nptl: Move pthread_rwlockattr_setkind_np into libcFlorian Weimer64-33/+76
2021-05-03nptl: Move pthread_rwlockattr_init into libcFlorian Weimer64-33/+76
2021-05-03nptl: Move pthread_rwlockattr_getpshared into libcFlorian Weimer64-33/+77
2021-05-03nptl: Move pthread_rwlockattr_getkind_np into libcFlorian Weimer64-33/+76
2021-05-03nptl: Move pthread_rwlockattr_destroy into libcFlorian Weimer64-33/+76
2021-05-03nptl: Move pthread_rwlock_trywrlock into libcFlorian Weimer65-68/+113