about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* elf: Remove allocate use on _dl_debug_printfAdhemerval Zanella2022-11-021-8/+7
* nptl: Fix pthread_create.c build with clangAdhemerval Zanella2022-11-011-2/+4
* allocate_once: Apply asm redirection before first useAdhemerval Zanella2022-11-011-4/+3
* alloc_buffer: Apply asm redirection before first useAdhemerval Zanella2022-11-011-8/+15
* configure: Use -Wno-ignored-attributes if compiler warns about multiple aliasesAdhemerval Zanella2022-11-0123-30/+148
* Disable use of -fsignaling-nans if compiler does not support itAdhemerval Zanella2022-11-0116-31/+86
* intl: Fix clang -Wunused-but-set-variable on plural.cAdhemerval Zanella2022-11-011-1/+2
* Apply asm redirection in not-cancel before first useAdhemerval Zanella2022-11-011-15/+15
* malloc: Use uintptr_t for pointer alignmentCarlos Eduardo Seo2022-11-011-3/+3
* Use uintptr_t in fts for pointer alignmentSzabolcs Nagy2022-11-011-1/+2
* Fix build with GCC 13 _FloatN, _FloatNx built-in functionsJoseph Myers2022-10-318-12/+753
* elf: Build tst-relr-mod[34]a.so with $(LDFLAGS-rpath-ORIGIN)H.J. Lu2022-10-311-2/+2
* x86-64: Improve evex512 version of strlen functionsSunil K Pandey2022-10-301-34/+57
* Correctly determine libc.so 'OUTPUT_FORMAT' when cross-compiling.Ludovic Courtès2022-10-283-5/+94
* Remove unused scratch_buffer_dupfreeSzabolcs Nagy2022-10-285-79/+0
* Fix elf/tst-dlmopen-twice not to exhaust static TLSSzabolcs Nagy2022-10-281-2/+2
* Use uintptr_t in string/tester for pointer alignmentSzabolcs Nagy2022-10-281-6/+7
* stdlib/strfrom: Add copysign to fix NAN issue on riscv (BZ #29501)Letu Ren2022-10-283-1/+70
* Fix resource/bug-ulimit1 testSzabolcs Nagy2022-10-281-1/+1
* Fix missing NUL terminator in stdio-common/scanf13 testSzabolcs Nagy2022-10-281-0/+1
* Fix off-by-one OOB read in elf/tst-tls20Szabolcs Nagy2022-10-281-2/+2
* elf: Fix alloca size in _dl_debug_vdprintfSzabolcs Nagy2022-10-281-2/+5
* malloc: Use uintptr_t in alloc_bufferSzabolcs Nagy2022-10-282-8/+8
* Fix invalid pointer dereference in wcpcpy_chkSzabolcs Nagy2022-10-281-2/+1
* Fix invalid pointer dereference in wcscpy_chkSzabolcs Nagy2022-10-281-27/+7
* aarch64: Fix the extension header write in getcontext and swapcontextSzabolcs Nagy2022-10-282-4/+4
* aarch64: Don't build wordcopySzabolcs Nagy2022-10-281-0/+0
* scripts: Use bool in tunables initializerSzabolcs Nagy2022-10-281-1/+1
* 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