aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-10-25x86_64: Implement evex512 version of strchrnul, strchr and wcschrSunil K Pandey6-0/+322
2022-10-25linux: Fix generic struct_stat for 64 bit time (BZ# 29657)Adhemerval Zanella6-74/+622
2022-10-25manual: Add missing % in int conversion listJakub Wilk1-1/+1
2022-10-24Avoid undefined behaviour in ibm128 implementation of llroundl (BZ #29488)Aurelien Jarno1-12/+9
2022-10-24Remove all assembly optimizations for htonl and htonsAdhemerval Zanella5-175/+0
2022-10-24Remove htonl.S for i386/x86_64Cristian Rodríguez2-68/+0
2022-10-24Fix BZ #29463 in the ibm128 implementation of y1l tooMichael Hudson-Doyle1-0/+3
2022-10-24Add ADDRB from Linux 6.0 to bits/termios-c_cflag.hJoseph Myers3-0/+12
2022-10-20x86: Use `testb` for FSRM check in memmove-vec-unaligned-ermsNoah Goldstein1-0/+4
2022-10-20x86: Use `testb` for case-locale check in str{n}casecmp-sse42Noah Goldstein1-2/+2
2022-10-20x86: Use `testb` for case-locale check in str{n}casecmp-sse2Noah Goldstein1-2/+2
2022-10-20x86: Use `testb` for case-locale check in str{n}casecmp-avx2Noah Goldstein1-1/+1
2022-10-20x86: Add support for VEC_SIZE == 64 in strcmp-evex.S implNoah Goldstein1-246/+438
2022-10-20x86: Remove AVX512-BVMI2 instruction from strrchr-evex.SNoah Goldstein1-40/+29
2022-10-20sysdeps: arm: Fix preconfigure script for ARMv8/v9 targets [BZ #29698]Felix Riemann2-2/+2
2022-10-20nis: Fix nis_print_directoryAdhemerval Zanella Netto1-31/+28
2022-10-20linux: Avoid shifting a negative signed on POSIX timer interfaceAdhemerval Zanella5-10/+28
2022-10-19Bench: Improve benchtests for memchr, strchr, strnlen, strrchrNoah Goldstein5-45/+137
2022-10-19x86: Optimize strrchr-evex.S and implement with VMM headersNoah Goldstein1-171/+200
2022-10-19x86: Optimize memrchr-evex.SNoah Goldstein1-214/+324
2022-10-19x86: Optimize strnlen-evex.S and implement with VMM headersNoah Goldstein3-404/+572
2022-10-19x86: Shrink / minorly optimize strchr-evex and implement with VMM headersNoah Goldstein1-218/+340
2022-10-19x86: Optimize memchr-evex.S and implement with VMM headersNoah Goldstein3-410/+851
2022-10-18x86_64: Implement evex512 version of memchr, rawmemchr and wmemchrSunil K Pandey6-0/+346
2022-10-18String: Improve test coverage for memchrSunil K Pandey1-0/+1
2022-10-18Use PTR_MANGLE and PTR_DEMANGLE unconditionally in C sourcesFlorian Weimer50-158/+20
2022-10-18Introduce <pointer_guard.h>, extracted from <sysdep.h>Florian Weimer131-531/+939
2022-10-18x86-64: Move LP_SIZE definition to its own headerFlorian Weimer4-11/+48
2022-10-17math: Fix asin and acos invalid exception with old gccSzabolcs Nagy1-16/+2
2022-10-14x86: Update strlen-evex-base to use new reg/vec macros.Noah Goldstein2-76/+44
2022-10-14x86: Remove now unused vec header macros.Noah Goldstein7-328/+0
2022-10-14x86: Update memset to use new VEC macrosNoah Goldstein6-99/+43
2022-10-14x86: Update memmove to use new VEC macrosNoah Goldstein6-221/+132
2022-10-14x86: Update memrchr to use new VEC macrosNoah Goldstein1-21/+21
2022-10-14x86: Update VEC macros to complete API for evex/evex512 implsNoah Goldstein9-0/+635
2022-10-14elf: Do not completely clear reused namespace in dlmopen (bug 29600)Florian Weimer2-12/+30
2022-10-13malloc: Switch global_max_fast to uint8_tFlorian Weimer1-1/+1
2022-10-12Add NT_S390_PV_CPU_DATA from Linux 6.0 to elf.hJoseph Myers1-0/+1
2022-10-12Add AArch64 HWCAP2_EBF16 from Linux 6.0 to bits/hwcap.hJoseph Myers1-0/+1
2022-10-10String: Improve test coverage for memchrSunil K Pandey1-2/+5
2022-10-10elf: Remove -fno-tree-loop-distribute-patterns usage on dl-supportAdhemerval Zanella10-5/+222
2022-10-10socket: Use offsetof in SUN_LEN (bug 29578)Andreas Schwab1-1/+2
2022-10-10Expose all MAP_ constants in <sys/mman.h> unconditionally (bug 29375)Andreas Schwab10-124/+90
2022-10-08LoongArch: Fix the condition to use PC-relative addressing in start.SXi Ruoyao3-12/+47
2022-10-07arm: Enable USE_ATOMIC_COMPILER_BUILTINS (BZ #24774)Adhemerval Zanella1-1/+1
2022-10-06csu: Disable stack protector for static-reloc for static-pieAdhemerval Zanella1-5/+11
2022-10-06NEWS: Fix grammarAndreas Schwab1-1/+1
2022-10-06elf: Simplify output of hwcap subdirectories in ld.so helpJavier Pello1-36/+7
2022-10-06elf: Remove _dl_string_hwcapJavier Pello10-83/+0
2022-10-06Add NEWS entry for legacy hwcaps removalJavier Pello1-1/+4