aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-10-28Fix invalid pointer dereference in wcscpy_chkSzabolcs Nagy1-27/+7
2022-10-28aarch64: Fix the extension header write in getcontext and swapcontextSzabolcs Nagy2-4/+4
2022-10-28aarch64: Don't build wordcopySzabolcs Nagy1-0/+0
2022-10-28scripts: Use bool in tunables initializerSzabolcs Nagy1-1/+1
2022-10-28longlong.h: update from GCC for LoongArch clz/ctz supportXi Ruoyao1-0/+12
2022-10-27elf: Introduce to _dl_call_finiFlorian Weimer5-78/+61
2022-10-27ld.so: Export tls_init_tp_called as __rtld_tls_init_tp_calledFlorian Weimer2-5/+8
2022-10-27scripts/localplt.awk: Handle DT_JMPREL with empty PLT (for C-SKY)Florian Weimer1-3/+15
2022-10-26Remove lingering libSegfault Makefile entriesAdhemerval Zanella1-2/+2
2022-10-26aarch64: Use memcpy_simd as the default memcpyWilco Dijkstra6-370/+81
2022-10-26aarch64: Cleanup memset ifuncWilco Dijkstra2-17/+26
2022-10-26elf: Reinstate on DL_DEBUG_BINDINGS _dl_lookup_symbol_xAdhemerval Zanella1-0/+17
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