aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2022-07-05AArch64: Reset HWCAP2_AFP bits in FPCR for default fenvTejas Belagod1-1/+1
2022-07-04Fix hurd namespace issues for internal signal functionsAdhemerval Zanella1-3/+3
2022-06-30Refactor internal-signals.hAdhemerval Zanella7-67/+152
2022-06-30riscv: Use memcpy to handle unaligned access when fixing R_RISCV_RELATIVEKito Cheng1-1/+4
2022-06-30AArch64: Add asymmetric faulting mode for tag violations in mem.tagging tunableTejas Belagod1-1/+7
2022-06-30linux: Fix mq_timereceive check for 32 bit fallback code (BZ 29304)Adhemerval Zanella1-1/+1
2022-06-29x86: Add missing IS_IN (libc) check to strncmp-sse4_2.SNoah Goldstein1-3/+5
2022-06-29x86: Add missing IS_IN (libc) check to strcspn-sse4.cNoah Goldstein2-19/+25
2022-06-29x86: Add missing IS_IN (libc) check to memmove-ssse3.SNoah Goldstein1-16/+44
2022-06-29x86-64: Properly indent X86_IFUNC_IMPL_ADD_VN argumentsH.J. Lu1-48/+51
2022-06-29x86-64: Small improvements to dl-trampoline.SNoah Goldstein2-56/+61
2022-06-29x86: Move mem{p}{mov|cpy}_{chk_}erms to its own fileNoah Goldstein3-50/+73
2022-06-29x86: Move and slightly improve memset_ermsNoah Goldstein3-31/+45
2022-06-29x86: Add definition for __wmemset_chk AVX2 RTM in ifunc impl listNoah Goldstein1-0/+4
2022-06-30linux: Remove unnecessary nice.c and signal.cArjun Shankar2-4/+0
2022-06-29Linux: Forward declaration of struct iovec for process_madviseFlorian Weimer1-5/+2
2022-06-28x86: Add more feature definitions to isa-level.hNoah Goldstein1-0/+15
2022-06-27x86-64: Only define used SSE/AVX/AVX512 run-time resolversH.J. Lu3-31/+42
2022-06-27x86: Move CPU_FEATURE{S}_{USABLE|ARCH}_P to isa-level.hH.J. Lu2-27/+24
2022-06-27x86: Fix backwards Prefer_No_VZEROUPPER check in ifunc-evex.hNoah Goldstein3-26/+34
2022-06-27x86: Rename strstr_sse2 to strstr_generic as it uses string/strstr.cNoah Goldstein3-6/+6
2022-06-27x86: Remove unused file wmemcmp-sse4Noah Goldstein1-4/+0
2022-06-27x86: Put wcs{n}len-sse4.1 in the sse4.1 text sectionNoah Goldstein3-1/+7
2022-06-27x86: Align entry for memrchr to 64-bytes.Noah Goldstein1-1/+1
2022-06-25m68k: optimize RTLD_STARTAndreas Schwab1-4/+2
2022-06-24misc: Optimize internal usage of __libc_single_threadedAdhemerval Zanella1-1/+1
2022-06-24linux: Add move_mountAdhemerval Zanella37-1/+55
2022-06-24linux: Add fsmountAdhemerval Zanella37-1/+59
2022-06-24linux: Add fsopenAdhemerval Zanella38-0/+107
2022-06-23riscv: Use elf_machine_rela_relative to handle R_RISCV_RELATIVEKito Cheng1-9/+9
2022-06-23x86: Remove faulty sanity tests for RTLD build with no multiarchNoah Goldstein1-10/+0
2022-06-22x86: Replace all sse instructions with vex equivilent in avx+ filesNoah Goldstein75-158/+158
2022-06-22x86: Add support for compiling {raw|w}memchr with high ISA levelNoah Goldstein17-604/+720
2022-06-22x86: Add defines / utilities for making ISA specific x86 buildsNoah Goldstein5-13/+229
2022-06-21s390: use LC_ALL=C for readelf callSam James2-2/+2
2022-06-21s390: use $READELFSam James2-2/+2
2022-06-17i386: Fix include paths for strspn, strcspn, and strpbrkNoah Goldstein3-6/+6
2022-06-16x86: Rename generic functions with unique postfix for clarityNoah Goldstein29-76/+190
2022-06-16x86: Add BMI1/BMI2 checks for ISA_V3 checkNoah Goldstein1-1/+2
2022-06-16x86-64: Handle fewer relocation types for RTLD_BOOTSTRAPFangrui Song1-26/+6
2022-06-15aarch64: Handle fewer relocations for RTLD_BOOTSTRAPFangrui Song1-18/+15
2022-06-15riscv: Change the relocations handled for RTLD_BOOTSTRAPFangrui Song1-13/+10
2022-06-15x86: Cleanup bounds checking in large memcpy caseNoah Goldstein1-8/+21
2022-06-15x86: Add bounds `x86_non_temporal_threshold`Noah Goldstein1-1/+7
2022-06-15Remove remnant reference to ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATAFangrui Song2-6/+2
2022-06-15elf: Remove ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATAFangrui Song6-65/+4
2022-06-14x86: Add sse42 implementation to strcmp's ifuncNoah Goldstein1-0/+5
2022-06-14x86: Fix misordered logic for setting `rep_movsb_stop_threshold`Noah Goldstein1-12/+12
2022-06-14elf: Refine direct extern access diagnostics to protected symbolFangrui Song1-23/+27
2022-06-10Add bounds check to __libc_ifunc_impl_listWilco Dijkstra8-46/+16