aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2022-11-21i386: Avoid rely on linker optimization to avoid relocationAdhemerval Zanella Netto1-4/+9
2022-11-21elf: Fix rtld-audit trampoline for aarch64Vladislav Khmelevsky1-3/+1
2022-11-17Define in_int32_t_range to check if the 64 bit time_t syscall should be usedYunQiang Su16-20/+20
2022-11-14elf/tst-tlsopt-powerpc fails when compiled with -mcpu=power10 (BZ# 29776)Alan Modra1-1/+5
2022-11-14LoongArch: Hard Float Support for fmaximum_mag_num{f/ }, fminimum_mag_num{f/ }.Xiaolin Tang4-0/+192
2022-11-14LoongArch: Hard Float Support for fmaximum_mag{f/ }, fminimum_mag{f/ }.Xiaolin Tang4-0/+160
2022-11-14LoongArch: Hard Float Support for fmaxmag{f/ }, fminmag{f/ }.Xiaolin Tang4-0/+116
2022-11-14LoongArch: Hard Float Support for fmaximum_num{f/ }, fminimum_num{f/ }.Xiaolin Tang4-0/+193
2022-11-14LoongArch: Hard Float Support for fmaximum{f/ }, fminimum{f/ }.Xiaolin Tang4-0/+160
2022-11-14LoongArch: Hard Float Support for float-point classification functions.Xiaolin Tang11-0/+333
2022-11-14LoongArch: Use __builtin_{fma, fmaf} to implement function {fma, fmaf}.Xiaolin Tang1-0/+4
2022-11-10Linux: Support __IPC_64 in sysvctl *ctl command arguments (bug 29771)Florian Weimer4-26/+63
2022-11-09riscv: Get level 3 cache's informationZong Li1-0/+6
2022-11-08x86: Add avx2 optimized functions for the wchar_t strcpy familyNoah Goldstein27-18/+115
2022-11-08x86: Add evex optimized functions for the wchar_t strcpy familyNoah Goldstein33-7/+858
2022-11-08x86: Optimize and shrink st{r|p}{n}{cat|cpy}-avx2 functionsNoah Goldstein13-1234/+1594
2022-11-08x86: Optimize and shrink st{r|p}{n}{cat|cpy}-evex functionsNoah Goldstein7-1173/+2115
2022-11-08x86: Use VMM API in memcmpeq-evex.S and minor changesNoah Goldstein1-100/+155
2022-11-08x86: Use VMM API in memcmp-evex-movbe.S and minor changesNoah Goldstein1-133/+175
2022-11-08Linux: Add ppoll fortify symbol for 64 bit time_t (BZ# 29746)Adhemerval Zanella22-2/+67
2022-11-07hurd: Add sigtimedwait and sigwaitinfo supportSamuel Thibault3-112/+207
2022-11-03x86_64: Implement evex512 version of strrchr and wcsrchrSunil K Pandey5-0/+297
2022-11-03elf: Introduce <dl-call_tls_init_tp.h> and call_tls_init_tp (bug 29249)Florian Weimer23-31/+60
2022-11-03elf: Rework exception handling in the dynamic loader [BZ #25486]Florian Weimer27-133/+7
2022-11-02linux: Drop useless include from fstatat.cAurelien Jarno1-2/+0
2022-11-02linux: Fix fstatat on MIPSn64 (BZ #29730)Aurelien Jarno1-0/+51
2022-11-01configure: Use -Wno-ignored-attributes if compiler warns about multiple aliasesAdhemerval Zanella3-0/+10
2022-11-01Disable use of -fsignaling-nans if compiler does not support itAdhemerval Zanella4-18/+18
2022-11-01Apply asm redirection in not-cancel before first useAdhemerval Zanella1-15/+15
2022-10-31Fix build with GCC 13 _FloatN, _FloatNx built-in functionsJoseph Myers7-5/+513
2022-10-30x86-64: Improve evex512 version of strlen functionsSunil K Pandey1-34/+57
2022-10-28stdlib/strfrom: Add copysign to fix NAN issue on riscv (BZ #29501)Letu Ren2-0/+68
2022-10-28aarch64: Fix the extension header write in getcontext and swapcontextSzabolcs Nagy2-4/+4
2022-10-28aarch64: Don't build wordcopySzabolcs Nagy1-0/+0
2022-10-27elf: Introduce to _dl_call_finiFlorian Weimer1-0/+8
2022-10-27ld.so: Export tls_init_tp_called as __rtld_tls_init_tp_calledFlorian Weimer1-0/+3
2022-10-26aarch64: Use memcpy_simd as the default memcpyWilco Dijkstra6-370/+81
2022-10-26aarch64: Cleanup memset ifuncWilco Dijkstra2-17/+26
2022-10-25x86_64: Implement evex512 version of strchrnul, strchr and wcschrSunil K Pandey6-0/+322
2022-10-25linux: Fix generic struct_stat for 64 bit time (BZ# 29657)Adhemerval Zanella6-74/+622
2022-10-24Avoid undefined behaviour in ibm128 implementation of llroundl (BZ #29488)Aurelien Jarno1-12/+9
2022-10-24Remove all assembly optimizations for htonl and htonsAdhemerval Zanella5-175/+0
2022-10-24Remove htonl.S for i386/x86_64Cristian Rodríguez2-68/+0
2022-10-24Fix BZ #29463 in the ibm128 implementation of y1l tooMichael Hudson-Doyle1-0/+3
2022-10-24Add ADDRB from Linux 6.0 to bits/termios-c_cflag.hJoseph Myers3-0/+12
2022-10-20x86: Use `testb` for FSRM check in memmove-vec-unaligned-ermsNoah Goldstein1-0/+4
2022-10-20x86: Use `testb` for case-locale check in str{n}casecmp-sse42Noah Goldstein1-2/+2
2022-10-20x86: Use `testb` for case-locale check in str{n}casecmp-sse2Noah Goldstein1-2/+2
2022-10-20x86: Use `testb` for case-locale check in str{n}casecmp-avx2Noah Goldstein1-1/+1
2022-10-20x86: Add support for VEC_SIZE == 64 in strcmp-evex.S implNoah Goldstein1-246/+438