aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)Author
2022-04-22Default to --with-default-link=no (bug 25812)Florian Weimer
2022-04-20m68k: Handle fewer relocations for RTLD_BOOTSTRAP (#BZ29071)Fangrui Song
2022-04-19x86: Fix missing __wmemcmp def for disable-multiarch buildNoah Goldstein
2022-04-19elf: Remove __libc_init_secureFangrui Song
2022-04-18mips: Fix mips64n32 64 bit time_t stat support (BZ#29069)=Joshua Kinard
2022-04-15x86: Cleanup page cross code in memcmp-avx2-movbe.SNoah Goldstein
2022-04-15x86: Remove memcmp-sse4.SNoah Goldstein
2022-04-15x86: Optimize memcmp SSE2 in memcmp.SNoah Goldstein
2022-04-15stdio: Split __get_errname definition from errlist.cAdhemerval Zanella
2022-04-14x86: Reduce code size of mem{move|pcpy|cpy}-ssse3Noah Goldstein
2022-04-14x86: Remove mem{move|cpy}-ssse3-backNoah Goldstein
2022-04-14x86: Remove str{p}{n}cpy-ssse3Noah Goldstein
2022-04-14x86: Remove str{n}cat-ssse3Noah Goldstein
2022-04-14x86: Remove str{n}{case}cmp-ssse3Noah Goldstein
2022-04-14x86: Remove {w}memcmp-ssse3Noah Goldstein
2022-04-14nptl: Handle spurious EINTR when thread cancellation is disabled (BZ#29029)Adhemerval Zanella
2022-04-14S390: Add new s390 platform z16.Stefan Liebler
2022-04-13Replace {u}int_fast{16|32} with {u}int32_tNoah Goldstein
2022-04-12hurd: Define ELIBEXECSamuel Thibault
2022-04-12Remove _dl_skip_args_internal declarationSzabolcs Nagy
2022-04-11manual: Avoid name collision in libm ULP table [BZ #28956]Tom Coldrick
2022-04-10powerpc: Relocate stinfo->mainAlan Modra
2022-04-10powerpc64: Set up thread register for _dl_relocate_static_pieAlan Modra
2022-04-10powerpc64: Use medium model toc accesses throughoutAlan Modra
2022-04-10linux: Constify rfv variable in dl_vdso_vsymAlan Modra
2022-04-07sparc64: Remove fcopysign{f} implementationAdhemerval Zanella
2022-04-07alpha: Remove fcopysign{f} implementationAdhemerval Zanella
2022-04-07math: Use builtin for ldbl-96 copysignAdhemerval Zanella
2022-04-07ia64: Remove fcopysign{f} implementationAdhemerval Zanella
2022-04-07x86: Remove fcopysign{f} implementationAdhemerval Zanella
2022-04-07powerpc: Remove fcopysign{f} implementationAdhemerval Zanella
2022-04-05benchtests: Only build libmvec benchmarks iff $(build-mathvec) is setAdhemerval Zanella
2022-04-05linux: Fix __closefrom_fallback iterates until max int (BZ#28993)Adhemerval Zanella
2022-04-04Remove -z combreloc and HAVE_Z_COMBRELOCFangrui Song
2022-04-04sparc: Remove s_abs implementationsAdhemerval Zanella
2022-04-04ia64: Remove fabs implementationsAdhemerval Zanella
2022-04-04x86: Remove fabs{f} implementationAdhemerval Zanella
2022-04-04alpha: Remove s_abs implementationsAdhemerval Zanella
2022-03-28x86: Small improvements for wcslenNoah Goldstein
2022-03-28x86: Small improvements for wcscpy-ssse3Noah Goldstein
2022-03-28Add HWCAP2_AFP, HWCAP2_RPRES from Linux 5.17 to AArch64 bits/hwcap.hJoseph Myers
2022-03-25x86: Remove AVX str{n}casecmpNoah Goldstein
2022-03-25x86: Add EVEX optimized str{n}casecmpNoah Goldstein
2022-03-25x86: Add AVX2 optimized str{n}casecmpNoah Goldstein
2022-03-25x86: Optimize str{n}casecmp TOLOWER logic in strcmp-sse42.SNoah Goldstein
2022-03-25x86: Optimize str{n}casecmp TOLOWER logic in strcmp.SNoah Goldstein
2022-03-25x86: Fix fallback for wcsncmp_avx2 in strcmp-avx2.S [BZ #28896]Noah Goldstein
2022-03-25x86: Remove strspn-sse2.S and use the generic implementationNoah Goldstein
2022-03-25x86: Remove strpbrk-sse2.S and use the generic implementationNoah Goldstein
2022-03-25x86: Remove strcspn-sse2.S and use the generic implementationNoah Goldstein