aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-01configure: Use -Wno-ignored-attributes if compiler warns about multiple aliasesAdhemerval Zanella
2022-11-01Disable use of -fsignaling-nans if compiler does not support itAdhemerval Zanella
2022-11-01intl: Fix clang -Wunused-but-set-variable on plural.cAdhemerval Zanella
2022-11-01Apply asm redirection in not-cancel before first useAdhemerval Zanella
2022-11-01malloc: Use uintptr_t for pointer alignmentCarlos Eduardo Seo
2022-11-01Use uintptr_t in fts for pointer alignmentSzabolcs Nagy
2022-10-31Fix build with GCC 13 _FloatN, _FloatNx built-in functionsJoseph Myers
2022-10-31elf: Build tst-relr-mod[34]a.so with $(LDFLAGS-rpath-ORIGIN)H.J. Lu
2022-10-30x86-64: Improve evex512 version of strlen functionsSunil K Pandey
2022-10-28Correctly determine libc.so 'OUTPUT_FORMAT' when cross-compiling.Ludovic Courtès
2022-10-28Remove unused scratch_buffer_dupfreeSzabolcs Nagy
2022-10-28Fix elf/tst-dlmopen-twice not to exhaust static TLSSzabolcs Nagy
2022-10-28Use uintptr_t in string/tester for pointer alignmentSzabolcs Nagy
2022-10-28stdlib/strfrom: Add copysign to fix NAN issue on riscv (BZ #29501)Letu Ren
2022-10-28Fix resource/bug-ulimit1 testSzabolcs Nagy
2022-10-28Fix missing NUL terminator in stdio-common/scanf13 testSzabolcs Nagy
2022-10-28Fix off-by-one OOB read in elf/tst-tls20Szabolcs Nagy
2022-10-28elf: Fix alloca size in _dl_debug_vdprintfSzabolcs Nagy
2022-10-28malloc: Use uintptr_t in alloc_bufferSzabolcs Nagy
2022-10-28Fix invalid pointer dereference in wcpcpy_chkSzabolcs Nagy
2022-10-28Fix invalid pointer dereference in wcscpy_chkSzabolcs Nagy
2022-10-28aarch64: Fix the extension header write in getcontext and swapcontextSzabolcs Nagy
2022-10-28aarch64: Don't build wordcopySzabolcs Nagy
2022-10-28scripts: Use bool in tunables initializerSzabolcs Nagy
2022-10-28longlong.h: update from GCC for LoongArch clz/ctz supportXi Ruoyao
2022-10-27elf: Introduce to _dl_call_finiFlorian Weimer
2022-10-27ld.so: Export tls_init_tp_called as __rtld_tls_init_tp_calledFlorian Weimer
2022-10-27scripts/localplt.awk: Handle DT_JMPREL with empty PLT (for C-SKY)Florian Weimer
2022-10-26Remove lingering libSegfault Makefile entriesAdhemerval Zanella
2022-10-26aarch64: Use memcpy_simd as the default memcpyWilco Dijkstra
2022-10-26aarch64: Cleanup memset ifuncWilco Dijkstra
2022-10-26elf: Reinstate on DL_DEBUG_BINDINGS _dl_lookup_symbol_xAdhemerval Zanella
2022-10-25x86_64: Implement evex512 version of strchrnul, strchr and wcschrSunil K Pandey
2022-10-25linux: Fix generic struct_stat for 64 bit time (BZ# 29657)Adhemerval Zanella
2022-10-25manual: Add missing % in int conversion listJakub Wilk
2022-10-24Avoid undefined behaviour in ibm128 implementation of llroundl (BZ #29488)Aurelien Jarno
2022-10-24Remove all assembly optimizations for htonl and htonsAdhemerval Zanella
2022-10-24Remove htonl.S for i386/x86_64Cristian Rodríguez
2022-10-24Fix BZ #29463 in the ibm128 implementation of y1l tooMichael Hudson-Doyle
2022-10-24Add ADDRB from Linux 6.0 to bits/termios-c_cflag.hJoseph Myers
2022-10-20x86: Use `testb` for FSRM check in memmove-vec-unaligned-ermsNoah Goldstein
2022-10-20x86: Use `testb` for case-locale check in str{n}casecmp-sse42Noah Goldstein
2022-10-20x86: Use `testb` for case-locale check in str{n}casecmp-sse2Noah Goldstein
2022-10-20x86: Use `testb` for case-locale check in str{n}casecmp-avx2Noah Goldstein
2022-10-20x86: Add support for VEC_SIZE == 64 in strcmp-evex.S implNoah Goldstein
2022-10-20x86: Remove AVX512-BVMI2 instruction from strrchr-evex.SNoah Goldstein
2022-10-20sysdeps: arm: Fix preconfigure script for ARMv8/v9 targets [BZ #29698]Felix Riemann
2022-10-20nis: Fix nis_print_directoryAdhemerval Zanella Netto
2022-10-20linux: Avoid shifting a negative signed on POSIX timer interfaceAdhemerval Zanella
2022-10-19Bench: Improve benchtests for memchr, strchr, strnlen, strrchrNoah Goldstein