about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* benchtests: Make str{n}{cat|cpy} benchmarks output jsonNoah Goldstein2022-11-084-115/+297
* x86: Use VMM API in memcmpeq-evex.S and minor changesNoah Goldstein2022-11-081-100/+155
* x86: Use VMM API in memcmp-evex-movbe.S and minor changesNoah Goldstein2022-11-081-133/+175
* string: Add len=0 to {w}memcmp{eq} tests and benchtestsNoah Goldstein2022-11-082-15/+19
* Linux: Add ppoll fortify symbol for 64 bit time_t (BZ# 29746)Adhemerval Zanella2022-11-0825-15/+125
* hurd: Add sigtimedwait and sigwaitinfo supportSamuel Thibault2022-11-073-112/+207
* Apply asm redirection in gmp.h before first useAdhemerval Zanella2022-11-072-45/+39
* Rewrite find_cxx_header config configure.acAdhemerval Zanella2022-11-072-4/+4
* elf/tlsdeschtab.h: Add the Malloc return value check in _dl_make_tlsdesc_dyna...Xiaoming Ni2022-11-071-0/+2
* elf: Disable some subtests of ifuncmain1, ifuncmain5 for !PIEFlorian Weimer2022-11-042-0/+22
* posix: Make posix_spawn extensions available by defaultFlorian Weimer2022-11-041-2/+2
* x86_64: Implement evex512 version of strrchr and wcsrchrSunil K Pandey2022-11-035-0/+297
* elf: Introduce <dl-call_tls_init_tp.h> and call_tls_init_tp (bug 29249)Florian Weimer2022-11-0325-51/+68
* LoongArch: Fix ABI related macros in elf.h to keep consistent with binutils[1].caiyinyu2022-11-031-2/+5
* scripts/glibcelf.py: Properly report <elf.h> parsing failuresFlorian Weimer2022-11-031-1/+1
* elf: Rework exception handling in the dynamic loader [BZ #25486]Florian Weimer2022-11-0334-271/+89
* linux: Drop useless include from fstatat.cAurelien Jarno2022-11-021-2/+0
* Fix OOB read in stdlib thousand grouping parsing [BZ #29727]Szabolcs Nagy2022-11-021-9/+7
* linux: Fix fstatat on MIPSn64 (BZ #29730)Aurelien Jarno2022-11-021-0/+51
* 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