about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* math: Fix i386 and m68k exp10 on static build (BZ 31775)Adhemerval Zanella2024-05-212-4/+14
* math: Fix i386 and m68k fmod/fmodf on static build (BZ 31488)Adhemerval Zanella2024-05-215-13/+17
* Remove the clone3 symbol from libc.a [BZ #31770]H.J. Lu2024-05-2111-11/+0
* aarch64/fpu: Add vector variants of powJoe Ramsay2024-05-2121-12/+2236
* Compile libmvec with -fno-math-errnoJoe Ramsay2024-05-211-3/+4
* manual: clarify defintions of floating point exponent bounds (bug 31518)Andreas Schwab2024-05-211-5/+5
* LoongArch: Update ulpscaiyinyu2024-05-211-0/+20
* LoongArch: Fix tst-gnu2-tls2 compiler errormengqinggang2024-05-213-2/+8
* resolv: Make _res_opcodes a compat symbol [BZ #31764]H.J. Lu2024-05-201-0/+1
* i386: Don't define stpncpy alias when used in IFUNC [BZ #31768]H.J. Lu2024-05-201-0/+2
* powerpc: Update ulpsAdhemerval Zanella2024-05-201-0/+24
* arm: Update ulpsAdhemerval Zanella2024-05-201-0/+16
* aarch64: Update ulpsAdhemerval Zanella2024-05-201-0/+20
* math: Add more details to the test driver output.Joe Simmons-Talbott2024-05-203-49/+162
* Implement C23 log2p1Joseph Myers2024-05-2052-2/+3206
* Update syscall lists for Linux 6.9Joseph Myers2024-05-201-2/+2
* Rename procutils_read_file to __libc_procutils_read_file [BZ #31755]H.J. Lu2024-05-203-5/+7
* nearbyint: Don't define alias when used in IFUNC [BZ #31759]H.J. Lu2024-05-202-0/+4
* Pass -nostdlib -nostartfiles together with -r [BZ #31753]H.J. Lu2024-05-191-1/+2
* socket: Use may_alias on sockaddr structs (bug 19622)Florian Weimer2024-05-1810-14/+25
* Use a doubly-linked list for _IO_list_all (bug 27777)Alexandre Ferrieux2024-05-173-2/+43
* powerpc64: Fix by using the configure value $libc_cv_cc_submachine [BZ #31...Manjunath Matti2024-05-162-4/+4
* 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