about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* longlong.h: update from GCC for LoongArch clz/ctz supportXi Ruoyao2022-10-281-0/+12
* elf: Introduce to _dl_call_finiFlorian Weimer2022-10-275-78/+61
* ld.so: Export tls_init_tp_called as __rtld_tls_init_tp_calledFlorian Weimer2022-10-272-5/+8
* scripts/localplt.awk: Handle DT_JMPREL with empty PLT (for C-SKY)Florian Weimer2022-10-271-3/+15
* Remove lingering libSegfault Makefile entriesAdhemerval Zanella2022-10-261-2/+2
* aarch64: Use memcpy_simd as the default memcpyWilco Dijkstra2022-10-266-370/+81
* aarch64: Cleanup memset ifuncWilco Dijkstra2022-10-262-17/+26
* elf: Reinstate on DL_DEBUG_BINDINGS _dl_lookup_symbol_xAdhemerval Zanella2022-10-261-0/+17
* x86_64: Implement evex512 version of strchrnul, strchr and wcschrSunil K Pandey2022-10-256-0/+322
* linux: Fix generic struct_stat for 64 bit time (BZ# 29657)Adhemerval Zanella2022-10-256-74/+622
* manual: Add missing % in int conversion listJakub Wilk2022-10-251-1/+1
* Avoid undefined behaviour in ibm128 implementation of llroundl (BZ #29488)Aurelien Jarno2022-10-241-12/+9
* Remove all assembly optimizations for htonl and htonsAdhemerval Zanella2022-10-245-175/+0
* Remove htonl.S for i386/x86_64Cristian Rodríguez2022-10-242-68/+0
* Fix BZ #29463 in the ibm128 implementation of y1l tooMichael Hudson-Doyle2022-10-241-0/+3
* Add ADDRB from Linux 6.0 to bits/termios-c_cflag.hJoseph Myers2022-10-243-0/+12
* x86: Use `testb` for FSRM check in memmove-vec-unaligned-ermsNoah Goldstein2022-10-201-0/+4
* x86: Use `testb` for case-locale check in str{n}casecmp-sse42Noah Goldstein2022-10-201-2/+2
* x86: Use `testb` for case-locale check in str{n}casecmp-sse2Noah Goldstein2022-10-201-2/+2
* x86: Use `testb` for case-locale check in str{n}casecmp-avx2Noah Goldstein2022-10-201-1/+1
* x86: Add support for VEC_SIZE == 64 in strcmp-evex.S implNoah Goldstein2022-10-201-246/+438
* x86: Remove AVX512-BVMI2 instruction from strrchr-evex.SNoah Goldstein2022-10-201-40/+29
* sysdeps: arm: Fix preconfigure script for ARMv8/v9 targets [BZ #29698]Felix Riemann2022-10-202-2/+2
* nis: Fix nis_print_directoryAdhemerval Zanella Netto2022-10-201-31/+28
* linux: Avoid shifting a negative signed on POSIX timer interfaceAdhemerval Zanella2022-10-205-10/+28
* Bench: Improve benchtests for memchr, strchr, strnlen, strrchrNoah Goldstein2022-10-195-45/+137
* x86: Optimize strrchr-evex.S and implement with VMM headersNoah Goldstein2022-10-191-171/+200
* x86: Optimize memrchr-evex.SNoah Goldstein2022-10-191-214/+324
* x86: Optimize strnlen-evex.S and implement with VMM headersNoah Goldstein2022-10-193-404/+572
* x86: Shrink / minorly optimize strchr-evex and implement with VMM headersNoah Goldstein2022-10-191-218/+340
* x86: Optimize memchr-evex.S and implement with VMM headersNoah Goldstein2022-10-193-410/+851
* x86_64: Implement evex512 version of memchr, rawmemchr and wmemchrSunil K Pandey2022-10-186-0/+346
* String: Improve test coverage for memchrSunil K Pandey2022-10-181-0/+1
* Use PTR_MANGLE and PTR_DEMANGLE unconditionally in C sourcesFlorian Weimer2022-10-1850-158/+20
* Introduce <pointer_guard.h>, extracted from <sysdep.h>Florian Weimer2022-10-18131-531/+939
* x86-64: Move LP_SIZE definition to its own headerFlorian Weimer2022-10-184-11/+48
* math: Fix asin and acos invalid exception with old gccSzabolcs Nagy2022-10-171-16/+2
* x86: Update strlen-evex-base to use new reg/vec macros.Noah Goldstein2022-10-142-76/+44
* x86: Remove now unused vec header macros.Noah Goldstein2022-10-147-328/+0
* x86: Update memset to use new VEC macrosNoah Goldstein2022-10-146-99/+43
* x86: Update memmove to use new VEC macrosNoah Goldstein2022-10-146-221/+132
* x86: Update memrchr to use new VEC macrosNoah Goldstein2022-10-141-21/+21
* x86: Update VEC macros to complete API for evex/evex512 implsNoah Goldstein2022-10-149-0/+635
* elf: Do not completely clear reused namespace in dlmopen (bug 29600)Florian Weimer2022-10-142-12/+30
* malloc: Switch global_max_fast to uint8_tFlorian Weimer2022-10-131-1/+1
* Add NT_S390_PV_CPU_DATA from Linux 6.0 to elf.hJoseph Myers2022-10-121-0/+1
* Add AArch64 HWCAP2_EBF16 from Linux 6.0 to bits/hwcap.hJoseph Myers2022-10-121-0/+1
* String: Improve test coverage for memchrSunil K Pandey2022-10-101-2/+5
* elf: Remove -fno-tree-loop-distribute-patterns usage on dl-supportAdhemerval Zanella2022-10-1010-5/+222
* socket: Use offsetof in SUN_LEN (bug 29578)Andreas Schwab2022-10-101-1/+2