aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-04-25i386: ulp update for SSE2 --disable-multi-arch configurationsFlorian Weimer1-0/+1
2024-04-25GLIBC-SA-2024-0004: add commit for 2.31 branchAurelien Jarno1-0/+1
2024-04-24benchtests: Add difficult strstr needle for bruteforce algorithmsWilco Dijkstra1-0/+27
2024-04-24x86: Define MINIMUM_X86_ISA_LEVEL in config.h [BZ #31676]H.J. Lu4-1/+18
2024-04-24LoongArch: Add glibc.cpu.hwcap support.caiyinyu13-9/+475
2024-04-23nptl: Fix tst-cancel30 on kernels without ppoll_time64 supportFlorian Weimer1-4/+11
2024-04-22Revert "Allow glibc to be compiled without EXEC_PAGESIZE"Samuel Thibault3-8/+2
2024-04-22locale: Handle loading a missing locale twice (Bug 14247)Carlos O'Donell6-10/+119
2024-04-22elf: Do not check for loader mmap on tst-decorate-maps (BZ 31553)Adhemerval Zanella1-6/+6
2024-04-19Use --enable-obsolete in build-many-glibcs.py for nios2-linux-gnuJoseph Myers1-1/+2
2024-04-19login: Use unsigned 32-bit types for seconds-since-epochFlorian Weimer6-5/+55
2024-04-19login: structs utmp, utmpx, lastlog _TIME_BITS independence (bug 30701)Florian Weimer18-22/+165
2024-04-19login: Check default sizes of structs utmp, utmpx, lastlogFlorian Weimer17-1/+88
2024-04-18benchtests: Add random() benchmarkWilco Dijkstra2-0/+107
2024-04-18advisories: Add Reported-BySiddhesh Poyarekar1-0/+4
2024-04-17Fix 'Reported-By' to use Camel Case for commit 6a98f4640ea453fAdhemerval Zanella1-1/+1
2024-04-17Document CVE-2024-2961Adhemerval Zanella1-0/+27
2024-04-17iconv: ISO-2022-CN-EXT: fix out-of-bound writes when writing escape sequence ...Charles Fol3-1/+144
2024-04-16elf/rtld: Count skipped environment variables for enable_secureJoe Simmons-Talbott3-8/+66
2024-04-14powerpc: Fix ld.so address determination for PCREL mode (bug 31640)Florian Weimer1-0/+19
2024-04-13Revert "x86_64: Suppress false positive valgrind error"Florian Weimer4-29/+3
2024-04-11wcsmbs: Ensure wcstr worst-case linear execution time (BZ 23865)Adhemerval Zanella3-72/+507
2024-04-11wcsmbs: Add test-wcsstrAdhemerval Zanella4-54/+117
2024-04-10posix: Sync tempname with gnulibAdhemerval Zanella12-132/+260
2024-04-10socket: Add new test for connectSergey Kolosov2-0/+114
2024-04-10libsupport: Add xgetpeernameSergey Kolosov3-0/+32
2024-04-09nptl: Add tst-pthread-key1-static for BZ #21777H.J. Lu2-0/+39
2024-04-08elf: Add ld.so test with non-existing program nameFlorian Weimer2-0/+46
2024-04-08elf: Check objname before calling fatal_errorH.J. Lu1-1/+5
2024-04-08Use crtbeginT.o and crtend.o for non-PIE static executablesH.J. Lu1-4/+6
2024-04-08aarch64: Enhanced CPU diagnostics for ld.soFlorian Weimer2-0/+118
2024-04-08x86: Add generic CPUID data dumper to ld.so --list-diagnosticsFlorian Weimer2-1/+468
2024-04-08elf: Add CPU iteration support for future use in ld.so diagnosticsFlorian Weimer3-0/+236
2024-04-07timezone: sync to TZDB 2024aPaul Eggert9-1555/+2687
2024-04-06Fix bsearch, qsort doc to match POSIX betterPaul Eggert1-24/+36
2024-04-06x86-64: Exclude FMA4 IFUNC functions for -mapxfH.J. Lu6-9/+70
2024-04-05Reinstate generic features-time64.hAdhemerval Zanella1-0/+19
2024-04-04Cleanup __tls_get_addr on alpha/microblaze localplt.dataAdhemerval Zanella2-4/+0
2024-04-04arm: Remove ld.so __tls_get_addr plt usageAdhemerval Zanella2-3/+2
2024-04-04aarch64: Remove ld.so __tls_get_addr plt usageAdhemerval Zanella2-3/+2
2024-04-04math: x86 trunc traps when FE_INEXACT is enabled (BZ 31603)Adhemerval Zanella6-93/+87
2024-04-04math: x86 floor traps when FE_INEXACT is enabled (BZ 31601)Adhemerval Zanella9-140/+144
2024-04-04math: x86 ceill traps when FE_INEXACT is enabled (BZ 31600)Adhemerval Zanella10-141/+181
2024-04-04aarch64/fpu: Add vector variants of erfcJoe Ramsay17-1/+4897
2024-04-04aarch64/fpu: Add vector variants of tanhJoe Ramsay16-27/+405
2024-04-04aarch64/fpu: Add vector variants of sinhJoe Ramsay16-0/+572
2024-04-04aarch64/fpu: Add vector variants of atanhJoe Ramsay14-0/+288
2024-04-04aarch64/fpu: Add vector variants of asinhJoe Ramsay14-0/+489
2024-04-04aarch64/fpu: Add vector variants of acoshJoe Ramsay19-0/+653
2024-04-04aarch64/fpu: Add vector variants of coshJoe Ramsay18-1/+648