about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* malloc: Simplify checked_request2size interfaceFlorian Weimer2022-07-052-15/+18
* stdlib: Simplify buffer management in canonicalizeFlorian Weimer2022-07-051-64/+51
* localedef: Support building for older C standardsFlorian Weimer2022-07-051-9/+11
* de_DE: Convert to UTF-8Florian Weimer2022-07-051-16/+16
* locale: localdef input files are now encoded in UTF-8Florian Weimer2022-07-052-11/+137
* locale: Introduce translate_unicode_codepoint into linereader.cFlorian Weimer2022-07-051-82/+85
* locale: Fix signed char bug in lr_getcFlorian Weimer2022-07-051-1/+1
* locale: Turn ADDC and ADDS into functions in linereader.cFlorian Weimer2022-07-051-99/+104
* libc-symbols.h: remove unused macrosFangrui Song2022-07-041-169/+0
* Fix hurd namespace issues for internal signal functionsAdhemerval Zanella2022-07-041-3/+3
* argp: Remove old includes in !_LIBC caseGuilherme Janczak2022-07-041-5/+0
* Use GCC 12 branch in build-many-glibcs.pyJoseph Myers2022-07-041-1/+1
* Refactor internal-signals.hAdhemerval Zanella2022-06-3018-93/+179
* riscv: Use memcpy to handle unaligned access when fixing R_RISCV_RELATIVEKito Cheng2022-06-301-1/+4
* AArch64: Add asymmetric faulting mode for tag violations in mem.tagging tunableTejas Belagod2022-06-302-1/+10
* linux: Fix mq_timereceive check for 32 bit fallback code (BZ 29304)Adhemerval Zanella2022-06-301-1/+1
* x86: Add missing IS_IN (libc) check to strncmp-sse4_2.SNoah Goldstein2022-06-291-3/+5
* x86: Add missing IS_IN (libc) check to strcspn-sse4.cNoah Goldstein2022-06-292-19/+25
* x86: Add missing IS_IN (libc) check to memmove-ssse3.SNoah Goldstein2022-06-291-16/+44
* x86-64: Properly indent X86_IFUNC_IMPL_ADD_VN argumentsH.J. Lu2022-06-291-48/+51
* x86-64: Small improvements to dl-trampoline.SNoah Goldstein2022-06-292-56/+61
* x86: Move mem{p}{mov|cpy}_{chk_}erms to its own fileNoah Goldstein2022-06-293-50/+73
* x86: Move and slightly improve memset_ermsNoah Goldstein2022-06-293-31/+45
* x86: Add definition for __wmemset_chk AVX2 RTM in ifunc impl listNoah Goldstein2022-06-291-0/+4
* linux: Remove unnecessary nice.c and signal.cArjun Shankar2022-06-302-4/+0
* nptl: Remove unused members from struct pthreadAdhemerval Zanella2022-06-291-7/+0
* Linux: Forward declaration of struct iovec for process_madviseFlorian Weimer2022-06-291-5/+2
* x86: Add more feature definitions to isa-level.hNoah Goldstein2022-06-281-0/+15
* elf: Fix -DNDEBUG warning in _dl_start_args_adjustFlorian Weimer2022-06-281-1/+1
* elf: Fix compile error with -Werror and -DNDEBUGYang Yanchao2022-06-281-1/+2
* x86-64: Only define used SSE/AVX/AVX512 run-time resolversH.J. Lu2022-06-273-31/+42
* x86: Move CPU_FEATURE{S}_{USABLE|ARCH}_P to isa-level.hH.J. Lu2022-06-272-27/+24
* x86: Fix backwards Prefer_No_VZEROUPPER check in ifunc-evex.hNoah Goldstein2022-06-273-26/+34
* x86: Rename strstr_sse2 to strstr_generic as it uses string/strstr.cNoah Goldstein2022-06-273-6/+6
* x86: Remove unused file wmemcmp-sse4Noah Goldstein2022-06-271-4/+0
* x86: Put wcs{n}len-sse4.1 in the sse4.1 text sectionNoah Goldstein2022-06-273-1/+7
* x86: Align entry for memrchr to 64-bytes.Noah Goldstein2022-06-271-1/+1
* Makerules: Remove no-op -Wl,-d when linking libc_pic.osFangrui Song2022-06-261-6/+2
* m68k: optimize RTLD_STARTAndreas Schwab2022-06-251-4/+2
* misc: Optimize internal usage of __libc_single_threadedAdhemerval Zanella2022-06-247-4/+42
* linux: Add move_mountAdhemerval Zanella2022-06-2438-5/+59
* linux: Add fsmountAdhemerval Zanella2022-06-2438-5/+63
* linux: Add fsopenAdhemerval Zanella2022-06-2439-0/+112
* resolv/tst-resolv-noaaaa: Support building for older C standardsFlorian Weimer2022-06-241-5/+9
* resolv: Implement no-aaaa stub resolver optionFlorian Weimer2022-06-2412-12/+785
* support: Change non-address output format of support_format_dns_packetFlorian Weimer2022-06-242-9/+17
* riscv: Use elf_machine_rela_relative to handle R_RISCV_RELATIVEKito Cheng2022-06-231-9/+9
* x86: Remove faulty sanity tests for RTLD build with no multiarchNoah Goldstein2022-06-231-10/+0
* stdlib: Fixup mbstowcs NULL __dst handling. [BZ #29279]Noah Goldstein2022-06-231-4/+4
* x86: Replace all sse instructions with vex equivilent in avx+ filesNoah Goldstein2022-06-2275-158/+158