about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix 'Reported-By' to use Camel Case for commit 6a98f4640ea453fAdhemerval Zanella2024-04-171-1/+1
* Document CVE-2024-2961Adhemerval Zanella2024-04-171-0/+27
* iconv: ISO-2022-CN-EXT: fix out-of-bound writes when writing escape sequence ...Charles Fol2024-04-173-1/+144
* elf/rtld: Count skipped environment variables for enable_secureJoe Simmons-Talbott2024-04-163-8/+66
* powerpc: Fix ld.so address determination for PCREL mode (bug 31640)Florian Weimer2024-04-141-0/+19
* Revert "x86_64: Suppress false positive valgrind error"Florian Weimer2024-04-134-29/+3
* wcsmbs: Ensure wcstr worst-case linear execution time (BZ 23865)Adhemerval Zanella2024-04-113-72/+507
* wcsmbs: Add test-wcsstrAdhemerval Zanella2024-04-114-54/+117
* posix: Sync tempname with gnulibAdhemerval Zanella2024-04-1012-132/+260
* socket: Add new test for connectSergey Kolosov2024-04-102-0/+114
* libsupport: Add xgetpeernameSergey Kolosov2024-04-103-0/+32
* nptl: Add tst-pthread-key1-static for BZ #21777H.J. Lu2024-04-092-0/+39
* elf: Add ld.so test with non-existing program nameFlorian Weimer2024-04-082-0/+46
* elf: Check objname before calling fatal_errorH.J. Lu2024-04-081-1/+5
* Use crtbeginT.o and crtend.o for non-PIE static executablesH.J. Lu2024-04-081-4/+6
* aarch64: Enhanced CPU diagnostics for ld.soFlorian Weimer2024-04-082-0/+118
* x86: Add generic CPUID data dumper to ld.so --list-diagnosticsFlorian Weimer2024-04-082-1/+468
* elf: Add CPU iteration support for future use in ld.so diagnosticsFlorian Weimer2024-04-083-0/+236
* timezone: sync to TZDB 2024aPaul Eggert2024-04-079-1555/+2687
* Fix bsearch, qsort doc to match POSIX betterPaul Eggert2024-04-061-24/+36
* x86-64: Exclude FMA4 IFUNC functions for -mapxfH.J. Lu2024-04-066-9/+70
* Reinstate generic features-time64.hAdhemerval Zanella2024-04-051-0/+19
* Cleanup __tls_get_addr on alpha/microblaze localplt.dataAdhemerval Zanella2024-04-042-4/+0
* arm: Remove ld.so __tls_get_addr plt usageAdhemerval Zanella2024-04-042-3/+2
* aarch64: Remove ld.so __tls_get_addr plt usageAdhemerval Zanella2024-04-042-3/+2
* math: x86 trunc traps when FE_INEXACT is enabled (BZ 31603)Adhemerval Zanella2024-04-046-93/+87
* math: x86 floor traps when FE_INEXACT is enabled (BZ 31601)Adhemerval Zanella2024-04-049-140/+144
* math: x86 ceill traps when FE_INEXACT is enabled (BZ 31600)Adhemerval Zanella2024-04-0410-141/+181
* aarch64/fpu: Add vector variants of erfcJoe Ramsay2024-04-0417-1/+4897
* aarch64/fpu: Add vector variants of tanhJoe Ramsay2024-04-0416-27/+405
* aarch64/fpu: Add vector variants of sinhJoe Ramsay2024-04-0416-0/+572
* aarch64/fpu: Add vector variants of atanhJoe Ramsay2024-04-0414-0/+288
* aarch64/fpu: Add vector variants of asinhJoe Ramsay2024-04-0414-0/+489
* aarch64/fpu: Add vector variants of acoshJoe Ramsay2024-04-0419-0/+653
* aarch64/fpu: Add vector variants of coshJoe Ramsay2024-04-0418-1/+648
* aarch64/fpu: Add vector variants of erfJoe Ramsay2024-04-0419-1/+4531
* misc: Add support for Linux uio.h RWF_NOAPPEND flagStafford Horne2024-04-043-1/+9
* manual: significand() uses FLT_RADIX, not 2Alejandro Colomar2024-04-031-1/+1
* manual: Clarify return value of cbrt(3)Alejandro Colomar2024-04-031-2/+6
* manual: floor(log2(fabs(x))) has rounding errorsAlejandro Colomar2024-04-031-2/+5
* manual: logb(x) is floor(log2(fabs(x)))Alejandro Colomar2024-04-031-1/+1
* powerpc: Add missing arch flags on rounding ifunc variantsAdhemerval Zanella2024-04-021-0/+6
* math: Reformat Makefile.Adhemerval Zanella2024-04-021-159/+685
* Always define __USE_TIME_BITS64 when 64 bit time_t is usedAdhemerval Zanella2024-04-0275-182/+178
* benchtests: Improve benchtests for strstrAdhemerval Zanella2024-04-011-76/+273
* x86_64: Remove avx512 strstr implementationAdhemerval Zanella2024-03-274-248/+4
* signal: Avoid system signal disposition to interfere with testsAdhemerval Zanella2024-03-272-0/+7
* RISC-V: Fix the static-PIE non-relocated object checkPalmer Dabbelt2024-03-251-1/+1
* htl: Implement some support for TLS_DTV_AT_TPSergey Bugaev2024-03-233-2/+25
* htl: Respect GL(dl_stack_flags) when allocating stacksSergey Bugaev2024-03-232-2/+11