aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-07-05x86: Add support for building {w}memmove{_chk} with explicit ISA levelNoah Goldstein11-272/+403
2022-07-05x86: Add support for building str{c|p}{brk|spn} with explicit ISA levelNoah Goldstein18-13/+247
2022-07-05x86: Add comment explaining no Slow_SSE4_2 check in ifunc-sse4_2Noah Goldstein1-0/+6
2022-07-05Replace __libc_multiple_threads with __libc_single_threadedAdhemerval Zanella22-61/+22
2022-07-05linux: Add mount_setattrAdhemerval Zanella39-8/+91
2022-07-05linux: Add tst-mount to check for Linux new mount APIAdhemerval Zanella2-0/+96
2022-07-05linux: Add open_treeAdhemerval Zanella38-6/+51
2022-07-05linux: Add fspickAdhemerval Zanella37-4/+52
2022-07-05linux: Add fsconfigAdhemerval Zanella38-4/+67
2022-07-05AArch64: Reset HWCAP2_AFP bits in FPCR for default fenvTejas Belagod1-1/+1
2022-07-05elf: Fix direction of NODELETE log messages during symbol lookupFlorian Weimer1-2/+2
2022-07-05malloc: Simplify checked_request2size interfaceFlorian Weimer2-15/+18
2022-07-05stdlib: Simplify buffer management in canonicalizeFlorian Weimer1-64/+51
2022-07-05localedef: Support building for older C standardsFlorian Weimer1-9/+11
2022-07-05de_DE: Convert to UTF-8Florian Weimer1-16/+16
2022-07-05locale: localdef input files are now encoded in UTF-8Florian Weimer2-11/+137
2022-07-05locale: Introduce translate_unicode_codepoint into linereader.cFlorian Weimer1-82/+85
2022-07-05locale: Fix signed char bug in lr_getcFlorian Weimer1-1/+1
2022-07-05locale: Turn ADDC and ADDS into functions in linereader.cFlorian Weimer1-99/+104
2022-07-04libc-symbols.h: remove unused macrosFangrui Song1-169/+0
2022-07-04Fix hurd namespace issues for internal signal functionsAdhemerval Zanella1-3/+3
2022-07-04argp: Remove old includes in !_LIBC caseGuilherme Janczak1-5/+0
2022-07-04Use GCC 12 branch in build-many-glibcs.pyJoseph Myers1-1/+1
2022-06-30Refactor internal-signals.hAdhemerval Zanella18-93/+179
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 Belagod2-1/+10
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-29nptl: Remove unused members from struct pthreadAdhemerval Zanella1-7/+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-28elf: Fix -DNDEBUG warning in _dl_start_args_adjustFlorian Weimer1-1/+1
2022-06-28elf: Fix compile error with -Werror and -DNDEBUGYang Yanchao1-1/+2
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-26Makerules: Remove no-op -Wl,-d when linking libc_pic.osFangrui Song1-6/+2
2022-06-25m68k: optimize RTLD_STARTAndreas Schwab1-4/+2