Age | Commit message (Expand) | Author |
2023-09-27 | fegetenv_and_set_rn now uses the builtins provided by GCC. | Manjunath Matti |
2023-09-27 | io: Do not implement fstat with fstatat | Adhemerval Zanella |
2023-09-26 | libio: Add nonnull attribute for most FILE * arguments in stdio.h | Xi Ruoyao |
2023-09-26 | AArch64: Remove -0.0 check from vector sin | Wilco Dijkstra |
2023-09-26 | Document CVE-2023-4806 and CVE-2023-5156 in NEWS | Siddhesh Poyarekar |
2023-09-26 | elf: Add dummy declaration of _dl_audit_objclose for !SHARED | Florian Weimer |
2023-09-25 | Fix leak in getaddrinfo introduced by the fix for CVE-2023-4806 [BZ #30843] | Romain Geissler |
2023-09-21 | elf: dl-lookup: Remove unused alloca.h include | Joe Simmons-Talbott |
2023-09-21 | Remove unused localedata/th_TH.in | Mike FABIAN |
2023-09-21 | Adapt collation in th_TH locale to use the iso14651_t1_common file and sync t... | Mike FABIAN |
2023-09-21 | Revert "LoongArch: Add glibc.cpu.hwcap support." | caiyinyu |
2023-09-20 | Update kernel version to 6.5 in header constant tests | Joseph Myers |
2023-09-19 | LoongArch: Add glibc.cpu.hwcap support. | caiyinyu |
2023-09-18 | math: Add a no-mathvec flag for sin (-0.0) | Wilco Dijkstra |
2023-09-16 | Update to Unicode 15.1.0 [BZ #30854] | Mike FABIAN |
2023-09-16 | localedata/unicode-gen/utf8_gen.py: adapt regexp to get relevant lines from E... | Mike FABIAN |
2023-09-16 | Fix regexp syntax warnings in localedata/unicode-gen/ctype_compatibility.py | Mike FABIAN |
2023-09-15 | getaddrinfo: Fix use after free in getcanonname (CVE-2023-4806) | Siddhesh Poyarekar |
2023-09-15 | LoongArch: Change to put magic number to .rodata section | dengjianbo |
2023-09-15 | LoongArch: Add ifunc support for strrchr{aligned, lsx, lasx} | dengjianbo |
2023-09-15 | LoongArch: Add ifunc support for strcpy, stpcpy{aligned, unaligned, lsx, lasx} | dengjianbo |
2023-09-15 | LoongArch: Replace deprecated $v0 with $a0 to eliminate 'as' Warnings. | caiyinyu |
2023-09-15 | LoongArch: Add lasx/lsx support for _dl_runtime_profile. | caiyinyu |
2023-09-14 | Add MOVE_MOUNT_BENEATH from Linux 6.5 to sys/mount.h | Joseph Myers |
2023-09-13 | CVE-2023-4527: Stack read overflow with large TCP responses in no-aaaa mode | Florian Weimer |
2023-09-13 | resolv: Fix some unaligned accesses in resolver [BZ #30750] | John David Anglin |
2023-09-12 | Update syscall lists for Linux 6.5 | Joseph Myers |
2023-09-11 | ia64: Work around miscompilation and fix build on ia64's gcc-10 and later | Sergei Trofimovich |
2023-09-11 | stdio: Remove __libc_message alloca usage | Joe Simmons-Talbott |
2023-09-09 | htl: avoid exposing the vm_region symbol | Samuel Thibault |
2023-09-08 | libio: Fix oversized __io_vtables | Adam Jackson |
2023-09-08 | Use Linux 6.5 in build-many-glibcs.py | Joseph Myers |
2023-09-08 | elf: Remove unused l_text_end field from struct link_map | Florian Weimer |
2023-09-08 | elf: Always call destructors in reverse constructor order (bug 30785) | Florian Weimer |
2023-09-07 | io: Fix record locking contants for powerpc64 with __USE_FILE_OFFSET64 | Aurelien Jarno |
2023-09-06 | manual: Fix ld.so diagnostics menu/section structure | Florian Weimer |
2023-09-06 | getaddrinfo: Get rid of alloca | Joe Simmons-Talbott |
2023-09-06 | riscv: Add support for XTheadBb in string-fz[a,i].h | Christoph Müllner |
2023-09-05 | getcanonname: Fix a typo | Siddhesh Poyarekar |
2023-09-05 | linux: Add pidfd_getpid | Adhemerval Zanella Netto |
2023-09-05 | posix: Add pidfd_spawn and pidfd_spawnp (BZ 30349) | Adhemerval Zanella Netto |
2023-09-05 | linux: Add posix_spawnattr_{get, set}cgroup_np (BZ 26371) | Adhemerval Zanella Netto |
2023-09-05 | linux: Define __ASSUME_CLONE3 to 0 for alpha, ia64, nios2, sh, and sparc | Adhemerval Zanella Netto |
2023-09-05 | mips: Add the clone3 wrapper | Adhemerval Zanella Netto |
2023-09-05 | arm: Add the clone3 wrapper | Adhemerval Zanella Netto |
2023-09-05 | hurd: Avoid including thread_state.h in installed header | Samuel Thibault |
2023-09-04 | __call_tls_dtors: Use call_function_static_weak | Samuel Thibault |
2023-09-04 | intl: Treat C.UTF-8 locale like C locale (BZ# 16621) | Bruno Haible |
2023-09-03 | htl: Fix stack information for main thread | Samuel Thibault |
2023-09-03 | htl: thread_local destructors support | Samuel Thibault |