aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-19x86: Optimize strrchr-evex.S and implement with VMM headersNoah Goldstein
2022-10-19x86: Optimize memrchr-evex.SNoah Goldstein
2022-10-19x86: Optimize strnlen-evex.S and implement with VMM headersNoah Goldstein
2022-10-19x86: Shrink / minorly optimize strchr-evex and implement with VMM headersNoah Goldstein
2022-10-19x86: Optimize memchr-evex.S and implement with VMM headersNoah Goldstein
2022-10-18x86_64: Implement evex512 version of memchr, rawmemchr and wmemchrSunil K Pandey
2022-10-18String: Improve test coverage for memchrSunil K Pandey
2022-10-18Use PTR_MANGLE and PTR_DEMANGLE unconditionally in C sourcesFlorian Weimer
2022-10-18Introduce <pointer_guard.h>, extracted from <sysdep.h>Florian Weimer
2022-10-18x86-64: Move LP_SIZE definition to its own headerFlorian Weimer
2022-10-17math: Fix asin and acos invalid exception with old gccSzabolcs Nagy
2022-10-14x86: Update strlen-evex-base to use new reg/vec macros.Noah Goldstein
2022-10-14x86: Remove now unused vec header macros.Noah Goldstein
2022-10-14x86: Update memset to use new VEC macrosNoah Goldstein
2022-10-14x86: Update memmove to use new VEC macrosNoah Goldstein
2022-10-14x86: Update memrchr to use new VEC macrosNoah Goldstein
2022-10-14x86: Update VEC macros to complete API for evex/evex512 implsNoah Goldstein
2022-10-14elf: Do not completely clear reused namespace in dlmopen (bug 29600)Florian Weimer
2022-10-13malloc: Switch global_max_fast to uint8_tFlorian Weimer
2022-10-12Add NT_S390_PV_CPU_DATA from Linux 6.0 to elf.hJoseph Myers
2022-10-12Add AArch64 HWCAP2_EBF16 from Linux 6.0 to bits/hwcap.hJoseph Myers
2022-10-10String: Improve test coverage for memchrSunil K Pandey
2022-10-10elf: Remove -fno-tree-loop-distribute-patterns usage on dl-supportAdhemerval Zanella
2022-10-10socket: Use offsetof in SUN_LEN (bug 29578)Andreas Schwab
2022-10-10Expose all MAP_ constants in <sys/mman.h> unconditionally (bug 29375)Andreas Schwab
2022-10-08LoongArch: Fix the condition to use PC-relative addressing in start.SXi Ruoyao
2022-10-07arm: Enable USE_ATOMIC_COMPILER_BUILTINS (BZ #24774)Adhemerval Zanella
2022-10-06csu: Disable stack protector for static-reloc for static-pieAdhemerval Zanella
2022-10-06NEWS: Fix grammarAndreas Schwab
2022-10-06elf: Simplify output of hwcap subdirectories in ld.so helpJavier Pello
2022-10-06elf: Remove _dl_string_hwcapJavier Pello
2022-10-06Add NEWS entry for legacy hwcaps removalJavier Pello
2022-10-06elf: Remove hwcap and bits_hwcap fields from struct cache_entryJavier Pello
2022-10-06elf: Remove hwcap parameter from add_to_cache signatureJavier Pello
2022-10-06elf: Remove legacy hwcaps support from ldconfigJavier Pello
2022-10-06elf: Remove legacy hwcaps support from the dynamic loaderJavier Pello
2022-10-06x86_64: Remove platform directory library loading testJavier Pello
2022-10-06Update to Unicode 15.0.0 [BZ #29604]Mike FABIAN
2022-10-05Update kernel version to 6.0 in header constant testsJoseph Myers
2022-10-05x86: Fix -Os build (BZ #29576)Adhemerval Zanella Netto
2022-10-05sunrpc: Suppress GCC -Os warning on user2netnameAdhemerval Zanella Netto
2022-10-05rt: Initialize mq_send input on tst-mqueue{5,6}Adhemerval Zanella Netto
2022-10-05posix: Suppress -Os may be used uninitialized warnings on regexecAdhemerval Zanella Netto
2022-10-05posix: Suppress -Os warnings on fnmatchAdhemerval Zanella Netto
2022-10-05locale: prevent maybe-uninitialized errors with -Os [BZ #19444]Martin Jansa
2022-10-05Regenerate sysdeps/mach/hurd/bits/errno.hJoseph Myers
2022-10-05Update syscall lists for Linux 6.0Joseph Myers
2022-10-04nscd: Drop local address tuple variable [BZ #29607]Siddhesh Poyarekar
2022-10-04Use Linux 6.0 in build-many-glibcs.pyJoseph Myers
2022-10-03x86-64: Require BMI1/BMI2 for AVX2 strrchr and wcsrchr implementationsAurelien Jarno