about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* benchtests: Add fclose benchmarkH.J. Lu2024-05-163-0/+82
* aarch64/fpu: Add vector variants of cbrtJoe Ramsay2024-05-1614-0/+526
* aarch64/fpu: Add vector variants of hypotJoe Ramsay2024-05-1614-0/+329
* Use Linux 6.9 in build-many-glibcs.pyJoseph Myers2024-05-161-1/+1
* localedata: Fix several issues with the set of characters considered 0-width ...Jules Bertholet2024-05-156-1898/+979
* LoongArch: Add support for TLS Descriptorsmengqinggang2024-05-1516-8/+1076
* math: Add GLIBC_TEST_LIBM_VERBOSE environment variable support.Joe Talbott2024-05-141-2/+21
* malloc: Improve aligned_alloc and calloc test coverage.Joe Simmons-Talbott2024-05-145-0/+151
* aarch64: Fix AdvSIMD libmvec routines for big-endianJoe Ramsay2024-05-1417-85/+119
* Unify output from backtrace_symbols_fd with backtrace_symbols (bug 31730)Andreas Schwab2024-05-141-2/+8
* manual: add dup3DJ Delorie2024-05-131-0/+8
* libio/bug-wsetpos: Make the error message match the causing functionMaciej W. Rozycki2024-05-131-1/+1
* malloc/Makefile: Split and sort testsH.J. Lu2024-05-101-64/+102
* Force DT_RPATH for --enable-hardcoded-path-in-testsH.J. Lu2024-05-091-3/+6
* powerpc: Fix __fesetround_inline_nocheck on POWER9+ (BZ 31682)Adhemerval Zanella2024-05-092-14/+8
* x86_64: Fix missing wcsncat function definition without multiarch (x86-64-v4)Gabi Falk2024-05-081-3/+3
* localedata: fix weekdays in mdf_RU localeMike FABIAN2024-05-081-14/+15
* localedata: add mdf_RU localeMike FABIAN2024-05-084-0/+207
* elf: Make glibc.rtld.enable_secure ignore alias environment variablesAdhemerval Zanella2024-05-073-24/+164
* support: Add envp argument to support_capture_subprogramAdhemerval Zanella2024-05-0716-26/+30
* elf: Remove glibc.rtld.enable_secure check from parse_tunables_stringAdhemerval Zanella2024-05-071-20/+38
* elf: Only process multiple tunable once (BZ 31686)Adhemerval Zanella2024-05-074-14/+84
* NEWS: Add advisories.Carlos O'Donell2024-05-061-0/+19
* Document CVE-2024-33599, CVE-2024-33600, CVE-2024-33601, CVE-2024-33602Carlos O'Donell2024-05-064-0/+108
* Add crt1-2.0.o for glibc 2.0 compatibility testsH.J. Lu2024-05-067-1/+102
* powerpc: Optimized strncmp for power10Amrita H S2024-05-065-1/+304
* build-many-glibcs.py: Add openrisc hard float glibc variantStafford Horne2024-05-031-2/+3
* or1k: Add hard float supportStafford Horne2024-05-0332-218/+1425
* or1k: Add hard float libm-test-ulpsStafford Horne2024-05-035-1/+1117
* nscd: Use time_t for return type of addgetnetgrentXFlorian Weimer2024-05-021-2/+2
* Add a test to check for duplicate definitions in the static libraryGabi Falk2024-05-021-0/+7
* i686: Fix multiple definitions of __memmove_chk and __memset_chkGabi Falk2024-05-022-2/+2
* i586: Fix multiple definitions of __memcpy_chk and __mempcpy_chkGabi Falk2024-05-021-1/+1
* nscd: Typo inside comment in netgroup cacheFlorian Weimer2024-05-021-1/+1
* time: Allow later version licensing.Carlos O'Donell2024-05-014-4/+4
* hurd: Stop mapping AT_NO_AUTOMOUNT to O_NOTRANSSergey Bugaev2024-04-301-2/+0
* libio: Sort test variables in MakefileH.J. Lu2024-04-301-20/+84
* AArch64: Remove unused defines of CPU namesWilco Dijkstra2024-04-301-7/+0
* Make sure INSTALL is ASCII plaintext againMark Wielaard2024-04-302-248/+248
* x86: In ld.so, diagnose missing APX support in APX-only buildsFlorian Weimer2024-04-251-0/+5
* elf: Also compile dl-misc.os with $(rtld-early-cflags)H.J. Lu2024-04-251-0/+1
* CVE-2024-33601, CVE-2024-33602: nscd: netgroup: Use two buffers in addgetnetg...Florian Weimer2024-04-251-98/+121
* CVE-2024-33600: nscd: Avoid null pointer crashes after notfound response (bug...Florian Weimer2024-04-251-4/+7
* CVE-2024-33600: nscd: Do not send missing not-found response in addgetnetgren...Florian Weimer2024-04-251-8/+6
* CVE-2024-33599: nscd: Stack-based buffer overflow in netgroup cache (bug 31677)Florian Weimer2024-04-251-2/+3
* i386: ulp update for SSE2 --disable-multi-arch configurationsFlorian Weimer2024-04-251-0/+1
* GLIBC-SA-2024-0004: add commit for 2.31 branchAurelien Jarno2024-04-251-0/+1
* benchtests: Add difficult strstr needle for bruteforce algorithmsWilco Dijkstra2024-04-241-0/+27
* x86: Define MINIMUM_X86_ISA_LEVEL in config.h [BZ #31676]H.J. Lu2024-04-244-1/+18
* LoongArch: Add glibc.cpu.hwcap support.caiyinyu2024-04-2413-9/+475