aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2021-04-21nptl: Move legacy unwinding implementation into libcFlorian Weimer3-58/+31
2021-04-21nptl: Move __pthread_cleanup_routine into libcFlorian Weimer61-29/+64
2021-04-21nptl: Move pthread_mutex_consistent into libcFlorian Weimer65-65/+109
2021-04-21elf: Remove lazy tlsdesc relocation related codeSzabolcs Nagy4-4/+0
2021-04-19x86: Optimize strlen-avx2.SNoah Goldstein2-214/+334
2021-04-19x86: Optimize strlen-evex.SNoah Goldstein1-264/+317
2021-04-19x86: Optimize less_vec evex and avx512 memset-vec-unaligned-erms.SNoah Goldstein5-27/+74
2021-04-19x86-64: Require BMI2 for strchr-avx2.SH.J. Lu2-5/+11
2021-04-19x86-64: Require BMI2 for __strlen_evex and __strnlen_evexH.J. Lu1-2/+4
2021-04-16x86: Update large memcpy case in memmove-vec-unaligned-erms.Snoah1-73/+265
2021-04-16powerpc: Add missing registers to clobbers list for syscalls [BZ #27623]Matheus Castanho1-3/+6
2021-04-15misc: syslog: Assume MSG_NOSIGNAL support (BZ #17144)Adhemerval Zanella1-4/+0
2021-04-15io: Move file timestamps tests out of LinuxAdhemerval Zanella5-229/+1
2021-04-15s390: Update ulpsStefan Liebler1-3/+3
2021-04-15i386: Remove lazy tlsdesc relocation related codeSzabolcs Nagy3-391/+2
2021-04-15x86_64: Remove lazy tlsdesc relocation related codeSzabolcs Nagy4-219/+2
2021-04-15i386: Avoid lazy relocation of tlsdesc [BZ #27137]Szabolcs Nagy1-42/+34
2021-04-15x86_64: Avoid lazy relocation of tlsdesc [BZ #27137]Szabolcs Nagy1-5/+14
2021-04-14ARC: Update ulpsVineet Gupta2-25/+29
2021-04-14Remove PR_TAGGED_ADDR_ENABLE from sys/prctl.hSzabolcs Nagy1-4/+0
2021-04-13linux: sysconf: Use a more explicit maximum_ARG_MAXAdhemerval Zanella1-1/+1
2021-04-13linux: sysconf: limit _SC_MAX_ARG to 6 MiB (BZ #25305)Michal Nazarewicz1-1/+7
2021-04-13s390: Update ulpsAdhemerval Zanella1-1/+1
2021-04-13i386: Update ulpsAdhemerval Zanella2-4/+4
2021-04-12linux: always update select timeout (BZ #27706)Adhemerval Zanella1-2/+2
2021-04-12linux: Normalize and return timeout on select (BZ #27651)Adhemerval Zanella1-9/+32
2021-04-12arm: Fix an incorrect check in ____longjmp_chk [BZ #27709]Szabolcs Nagy1-2/+2
2021-04-12hurd: Export _hurd_libc_proc_initSamuel Thibault1-0/+1
2021-04-09powerpc: Update libm test ulpsTulio Magno Quites Machado Filho1-10/+10
2021-04-08arm: update libm test ulpsSzabolcs Nagy1-25/+25
2021-04-08aarch64: update libm test ulpsSzabolcs Nagy1-1/+1
2021-04-07Improve the accuracy of tgamma (BZ #26983)Paul Zimmermann2-14/+29
2021-04-06Update hppa libm-test-ulpsJohn David Anglin1-25/+27
2021-04-06m68: Fix build after 9acda61d94acAdhemerval Zanella1-1/+0
2021-04-06aarch64: free tlsdesc data on dlclose [BZ #27403]Szabolcs Nagy1-0/+27
2021-04-05ia64: Update ulpsAdhemerval Zanella1-48/+49
2021-04-05ia64: Fix build after 9acda61d94acAdhemerval Zanella2-4/+3
2021-04-05i386: Update ulpsAdhemerval Zanella2-37/+37
2021-04-02Fix the inaccuracy of j0f/j1f/y0f/y1f [BZ #14469, #14470, #14471, #14472]Paul Zimmermann8-242/+1193
2021-04-01x86-64: Fix ifdef indentation in strlen-evex.SSunil K Pandey1-8/+8
2021-04-01Update Nios II libm-test-ulps.Joseph Myers1-6/+11
2021-04-01Update arm libm-tests-ulpsAdhemerval Zanella1-1/+3
2021-04-01x86_64: Correct THREAD_SETMEM/THREAD_SETMEM_NC for movq [BZ #27591]H.J. Lu3-2/+74
2021-04-01powerpc64le: Use ifunc for _Float128 functions also in libcAndreas Schwab3-8/+17
2021-04-01S390: Allow "v" constraint for long double math_opt_barrier and math_force_ev...Stefan Liebler1-2/+19
2021-03-31Fix conform linknamespace tests due to gnu_dev_makedevStefan Liebler1-2/+2
2021-03-30Update sparc libm-tests-ulpsAdhemerval Zanella1-1/+3
2021-03-30Move __isnanf128 to libc.soSiddhesh Poyarekar18-7/+39
2021-03-29fork.h: replace with register-atfork.hSamuel Thibault6-83/+1
2021-03-29x86-64: Use ZMM16-ZMM31 in AVX512 memmove family functionsH.J. Lu3-19/+42