Show patches with: State = Action Required       |    Archived = No       |   382 patches
« 1 2 3 4 »
Patch Series rb/tb S/W/F Date Submitter Delegate State
asprintf: set result ptr to NULL on error asprintf: set result ptr to NULL on error - - 2-- 2023-01-19 Adam Borowski New
malloc tcache: Debugger now sees the address of the corrupted chunk. malloc tcache: Debugger now sees the address of the corrupted chunk. - - --- 2020-12-07 Adder Changes Requested
[v3] malloc: Use C11 atomics on memusage [v3] malloc: Use C11 atomics on memusage - - 2-- 2023-03-23 Adhemerval Zanella Netto New
[v2] Remove --enable-tunables configure option [v2] Remove --enable-tunables configure option - - 2-- 2023-03-23 Adhemerval Zanella Netto siddhesh New
[v4,5/5] math: Remove the error handling wrapper from fmod and fmodf Improve fmod and fmodf - - 1-- 2023-03-20 Adhemerval Zanella Netto New
[v4,4/5] math: Improve fmodf Improve fmod and fmodf - - 1-- 2023-03-20 Adhemerval Zanella Netto New
[v4,3/5] math: Improve fmod Improve fmod and fmodf - - 1-- 2023-03-20 Adhemerval Zanella Netto New
[v4,2/5] benchtests: Add fmodf benchmark Improve fmod and fmodf - - 1-- 2023-03-20 Adhemerval Zanella Netto New
[v4,1/5] benchtests: Add fmod benchmark Improve fmod and fmodf - - 1-- 2023-03-20 Adhemerval Zanella Netto New
[v7,3/3] linux: Set internal DIR filepos as off64_t (BZ #23960, BZ #24050) Fix opendir regression on some FS - - 2-- 2023-03-13 Adhemerval Zanella Netto New
[v7,2/3] support: Add xreallocarray Fix opendir regression on some FS - - 1-- 2023-03-13 Adhemerval Zanella Netto New
[v7,1/3] linux: Use getdents64 on non-LFS readdir Fix opendir regression on some FS - - 1-- 2023-03-13 Adhemerval Zanella Netto New
[5/5] mips: Add the clone3 wrapper Add clone3 support for multiple architectures - - 2-- 2023-02-03 Adhemerval Zanella Netto New
[4/5] arm: Add the clone3 wrapper Add clone3 support for multiple architectures - - 1-- 2023-02-03 Adhemerval Zanella Netto New
[3/5] riscv: Add the clone3 wrapper Add clone3 support for multiple architectures - - 1-- 2023-02-03 Adhemerval Zanella Netto New
[2/5] s390x: Add the clone3 wrapper Add clone3 support for multiple architectures - - 1-- 2023-02-03 Adhemerval Zanella Netto New
[v2] wchar: Define va_list for POSIX (BZ #30035) [v2] wchar: Define va_list for POSIX (BZ #30035) - - 2-- 2023-01-24 Adhemerval Zanella Netto New
[v2,1/4] Disable __USE_EXTERN_INLINES for clang Initial fixes for clang build support - - 1-- 2022-11-02 Adhemerval Zanella Netto New
stdlib: DIAG_IGNORE_NEEDS_COMMENT setenv.c stdlib: DIAG_IGNORE_NEEDS_COMMENT setenv.c - - 2-- 2022-08-29 Adhemerval Zanella Netto New
posix: Fix getconf symbolic constants defined in limits.h (BZ# 29147) posix: Fix getconf symbolic constants defined in limits.h (BZ# 29147) - - 2-- 2022-05-27 Adhemerval Zanella Netto New
powerpc64: small-model @got@tprel accesses powerpc64: small-model @got@tprel accesses - - 2-- 2022-04-20 Alan Modra New
[v3] powerpc64: Enable static-pie [v3] powerpc64: Enable static-pie - - 2-- 2022-04-20 Alan Modra New
[v2,3/4] powerpc: Relocate stinfo->main PowerPC64 static-pie 1 - 1-- 2022-02-28 Alan Modra tuliom Changes Requested
time: Fix strftime(3) API regarding nullability time: Fix strftime(3) API regarding nullability 1 - 2-- 2023-03-12 Alejandro Colomar Accepted
[2/2] stdio: add test for scanf matches longer than INT_MAX (bug 27650) stdio: fix vfscanf with matches longer than INT_MAX (bug 27650) - - --- 2021-03-29 Alyssa Ross DCO or assignment missing
fix comments about elf_dynamic_do_* functions fix comments about elf_dynamic_do_* functions - - --1 2021-12-26 Andrea Monaco Changes Requested
elf/do-rel.h: fix comment introducing elf_dynamic_do_Rel elf/do-rel.h: fix comment introducing elf_dynamic_do_Rel - - --1 2021-12-25 Andrea Monaco Changes Requested
[v2] dlopen: skip debugger notification for DSO loaded from sprof (bug 30258) [v2] dlopen: skip debugger notification for DSO loaded from sprof (bug 30258) - - 2-- 2023-03-27 Andreas Schwab New
_dl_map_object_from_fd: Remove unnecessary debugger notification in error path _dl_map_object_from_fd: Remove unnecessary debugger notification in error path - - 1-1 2023-03-23 Andreas Schwab Accepted
getlogin_r: fix missing fallback if loginid is unset (bug 30235) getlogin_r: fix missing fallback if loginid is unset (bug 30235) - - 2-- 2023-03-16 Andreas Schwab New
support: use 64-bit time_t (bug 30111) support: use 64-bit time_t (bug 30111) - - 2-- 2023-02-23 Andreas Schwab Changes Requested
Account for grouping in printf width (bug 23432) Account for grouping in printf width (bug 23432) - - 2-- 2023-01-19 Andreas Schwab Changes Requested
Update getaddrinfo to RFC 6724 (bug 29496) Update getaddrinfo to RFC 6724 (bug 29496) - - --- 2022-09-06 Andreas Schwab fweimer New
Always do locking when accessing streams (bug 15142, bug 14697) Always do locking when accessing streams (bug 15142, bug 14697) - - 2-- 2022-07-18 Andreas Schwab New
Properly set up wide stream buffers for output (bug 20632) Properly set up wide stream buffers for output (bug 20632) - - 2-- 2022-04-11 Andreas Schwab New
[v2] Mount /tmp as tmpfs in test-container and run utime tests in it [v2] Mount /tmp as tmpfs in test-container and run utime tests in it - - --- 2021-03-09 Arjun Shankar codonell Under Review
[v2,6/6] x86-64: Require BMI2 for AVX2 memrchr implementation x86: Fix AVX2 string functions requiring BMI1, BMI2 or LZCNT (BZ #29611) - - 2-- 2022-10-02 Aurelien Jarno New
[v2,4/6] x86-64: Require LZCNT for AVX2 memrchr implementation x86: Fix AVX2 string functions requiring BMI1, BMI2 or LZCNT (BZ #29611) - - 1-- 2022-10-02 Aurelien Jarno New
[v2,2/6] x86-64: Require BMI2 for AVX2 str*cmp and wcs(n)cmp implementations x86: Fix AVX2 string functions requiring BMI1, BMI2 or LZCNT (BZ #29611) - - 1-- 2022-10-02 Aurelien Jarno New
C2x strtol binary constant handling: Fix special case "0b" C2x strtol binary constant handling: Fix special case "0b" - - 2-- 2023-03-16 Bruno Haible Changes Requested
intl: Treat C.UTF-8 locale like C locale (BZ# 16621) intl: Treat C.UTF-8 locale like C locale (BZ# 16621) - - 2-- 2022-11-15 Bruno Haible fweimer Under Review
LoongArch: Modify some member names in mcontext_t and ucontext_t structs to align them with the ker… LoongArch: Modify some member names in mcontext_t and ucontext_t structs to align them with the ker… - - 2-- 2023-03-24 caiyinyu Changes Requested
LoongArch: Add Syscall Assembly Implementation LoongArch: Add Syscall Assembly Implementation - - 2-- 2023-03-23 caiyinyu New
LoongArch: Add Syscall Assembly Implementation LoongArch: Add Syscall Assembly Implementation - - 2-- 2023-03-23 caiyinyu New
aarch64: Standardized codes by using macro __glibc_{un, }likely and AARCH64_R aarch64: Standardized codes by using macro __glibc_{un, }likely and AARCH64_R - - 2-- 2023-03-13 caiyinyu New
LoongArch: Add support for ldconfig. LoongArch: Add support for ldconfig. - - 2-- 2023-03-08 caiyinyu Changes Requested
回复: [PATCH] LoongArch: Use medium cmodel build libc_nonshared.a. 回复: [PATCH] LoongArch: Use medium cmodel build libc_nonshared.a. - - --- 2022-11-30 caiyinyu Changes Requested
LoongArch: Fix ABI related macros in elf.h to keep consistent with binutils[1]. LoongArch: Fix ABI related macros in elf.h to keep consistent with binutils[1]. - - 2-- 2022-10-31 caiyinyu New
[1/1] LoongArch: Fix ptr mangling/demangling features. [1/1] LoongArch: Fix ptr mangling/demangling features. - - 2-- 2022-08-26 caiyinyu New
[v2] manual: Add note to process.texi about MT-process fork (Bug 30159) [v2] manual: Add note to process.texi about MT-process fork (Bug 30159) - - 2-- 2023-02-23 Carlos O'Donell New
Provide a SECURITY.md for glibc. Provide a SECURITY.md for glibc. - - 2-- 2023-02-22 Carlos O'Donell Changes Requested
Make Unicode generation reproducible. Make Unicode generation reproducible. - - --- 2021-04-29 Carlos O'Donell Changes Requested
[RFC,19/19] riscv: Add __riscv_cpu_relax() to allow yielding in busy loops riscv: ifunc support with optimized mem*/str*/cpu_relax routines - - 2-- 2023-02-07 Christoph Muellner New
[RFC,18/19] riscv: Add an optimized strncmp routine riscv: ifunc support with optimized mem*/str*/cpu_relax routines - - 1-- 2023-02-07 Christoph Muellner New
[RFC,17/19] riscv: Add ifunc support for strncmp riscv: ifunc support with optimized mem*/str*/cpu_relax routines - - 1-- 2023-02-07 Christoph Muellner New
[RFC,16/19] riscv: Add accelerated strcmp routines riscv: ifunc support with optimized mem*/str*/cpu_relax routines - - 1-- 2023-02-07 Christoph Muellner New
[RFC,15/19] riscv: Add ifunc support for strcmp riscv: ifunc support with optimized mem*/str*/cpu_relax routines - - 1-- 2023-02-07 Christoph Muellner New
[RFC,14/19] riscv: Add accelerated strlen routine riscv: ifunc support with optimized mem*/str*/cpu_relax routines - - 1-- 2023-02-07 Christoph Muellner New
[RFC,13/19] riscv: Add ifunc support for strlen riscv: ifunc support with optimized mem*/str*/cpu_relax routines - - 1-- 2023-02-07 Christoph Muellner New
[RFC,12/19] riscv: Add accelerated memcpy/memmove routines for RV64 riscv: ifunc support with optimized mem*/str*/cpu_relax routines - - 1-- 2023-02-07 Christoph Muellner New
[RFC,11/19] riscv: Add ifunc support for memcpy/memmove riscv: ifunc support with optimized mem*/str*/cpu_relax routines - - 1-- 2023-02-07 Christoph Muellner New
[RFC,10/19] riscv: Add accelerated memset routines for RV64 riscv: ifunc support with optimized mem*/str*/cpu_relax routines - - 1-- 2023-02-07 Christoph Muellner New
[RFC,09/19] riscv: Add ifunc support for memset riscv: ifunc support with optimized mem*/str*/cpu_relax routines - - 1-- 2023-02-07 Christoph Muellner New
[RFC,08/19] riscv: Add (empty) ifunc framework riscv: ifunc support with optimized mem*/str*/cpu_relax routines - - 1-- 2023-02-07 Christoph Muellner New
[RFC,07/19] riscv: hart-features: Add fast_unaligned property riscv: ifunc support with optimized mem*/str*/cpu_relax routines - - 1-- 2023-02-07 Christoph Muellner New
[RFC,06/19] riscv: Adding ISA string parser for environment variables riscv: ifunc support with optimized mem*/str*/cpu_relax routines - - 1-- 2023-02-07 Christoph Muellner New
[RFC,05/19] riscv: Introduction of ISA extensions riscv: ifunc support with optimized mem*/str*/cpu_relax routines - - 1-- 2023-02-07 Christoph Muellner New
[RFC,04/19] riscv: Add hart feature run-time detection framework riscv: ifunc support with optimized mem*/str*/cpu_relax routines - - 1-- 2023-02-07 Christoph Muellner New
[RFC,03/19] riscv: Add ENTRY_ALIGN() macro riscv: ifunc support with optimized mem*/str*/cpu_relax routines - - 1-- 2023-02-07 Christoph Muellner New
[RFC,02/19] riscv: LEAF: Use C_LABEL() to construct the asm name for a C symbol riscv: ifunc support with optimized mem*/str*/cpu_relax routines - - 1-- 2023-02-07 Christoph Muellner New
[RFC,01/19] Inhibit early libcalls before ifunc support is ready riscv: ifunc support with optimized mem*/str*/cpu_relax routines - - 1-- 2023-02-07 Christoph Muellner New
time: Remove assert in reading of tz file time: Remove assert in reading of tz file - - 2-- 2021-12-06 Christopher Wong New
elf: clearer error message when ELF machine mismatches elf: clearer error message when ELF machine mismatches - - 2-- 2022-01-15 Cocoa New
[V2] resolv: use arc4random_uniform in the generation of random ids [V2] resolv: use arc4random_uniform in the generation of random ids - - 1-1 2022-07-22 Cristian Rodríguez Changes Requested
debug: Improve error message on fdelt_chk debug: Improve error message on fdelt_chk 1 - 1-1 2022-01-03 Cristian Rodríguez Changes Requested
[v3,1/1] Created tunable to force small pages on stack allocation. *** Created tunable to force small pages on stack allocation. - - 2-- 2023-03-21 Cupertino Miranda New
Created tunable to force small pages on stack allocation. Created tunable to force small pages on stack allocation. - - 2-- 2023-03-10 Cupertino Miranda New
[PING,v2] Resolve-flockfile-funlockfile-differences [PING,v2] Resolve-flockfile-funlockfile-differences - - --2 2023-01-06 Cupertino Miranda fweimer Under Review
[1/1] LoongArch: Add optimized functions LoongArch: Add optimized functions. - - 2-- 2022-09-16 dengjianbo@loongson.cn New
[1/1] LoongArch: Add optimized functions. LoongArch: Add optimized functions. - - --- 2022-09-02 dengjianbo@loongson.cn New
[v4] aligned_alloc: conform to C17 [v4] aligned_alloc: conform to C17 - - 2-- 2023-03-22 DJ Delorie New
[v3] aligned_alloc: conform to C17 [v3] aligned_alloc: conform to C17 - - 2-- 2023-03-21 DJ Delorie New
[v2] aligned_alloc: conform to C17 [v2] aligned_alloc: conform to C17 - - 2-- 2023-03-17 DJ Delorie Changes Requested
[v4,1/1] memalign: Support scanning for aligned chunks. [v4,1/1] memalign: Support scanning for aligned chunks. - - 2-- 2022-07-28 DJ Delorie New
[patch/idea,v2] Add register scrambling to testsuite [patch/idea,v2] Add register scrambling to testsuite - - 2-- 2022-06-15 DJ Delorie New
[iconvdata] Fix possible bad array index. [iconvdata] Fix possible bad array index. - - 2-- 2022-04-01 Dmitry Chestnyh New
[sysdeps] Fix possible null-pointer dereference. [sysdeps] Fix possible null-pointer dereference. - - 2-- 2022-04-01 Dmitry Chestnyh New
[iconv] . Fix possible array out of bounds. [iconv] . Fix possible array out of bounds. - - 2-- 2022-04-01 Dmitry Chestnyh New
[locale] Corrected return value check. [locale] Corrected return value check. - - 2-- 2022-04-01 Dmitry Chestnyh New
[locale] Corrected return value check. [locale] Corrected return value check. - - 2-- 2022-03-31 Dmitry Chestnyh New
[locale] Corrected return value check. [locale] Corrected return value check. - - 2-- 2022-03-31 Dmitry Chestnyh New
[elf] Fix possible null-pointer dereference. [elf] Fix possible null-pointer dereference. - - 1-- 2022-03-31 Dmitry Chestnyh New
[elf] Fix possible null-pointer dereference. [elf] Fix possible null-pointer dereference. - - 1-- 2022-03-31 Dmitry Chestnyh New
[iconv] Fix possible null-pointer dereference. [iconv] Fix possible null-pointer dereference. - - 1-- 2022-03-31 Dmitry Chestnyh New
[sunrpc] Fix possible null-pointer dereference. [sunrpc] Fix possible null-pointer dereference. - - 1-- 2022-03-31 Dmitry Chestnyh New
[sunrpc] Fix possible null-pointer dereference. [sunrpc] Fix possible null-pointer dereference. - - 1-- 2022-03-31 Dmitry Chestnyh New
iconv: Fix possible null-pointer dereference. iconv: Fix possible null-pointer dereference. - - 1-- 2022-03-31 Dmitry Chestnyh New
[2/2] Add syr_SY to the localedata apparatus localedata: Add locale for syr_SY [BZ #27063] - - 2-- 2022-01-25 Emil Soleyman-Zomalan New
[1/2] Add locale for syr_SY localedata: Add locale for syr_SY [BZ #27063] - - 1-- 2022-01-25 Emil Soleyman-Zomalan New
[v2,3/3] riscv: Add and use alignment-ignorant memcpy RISC-V: ifunced memcpy using new kernel hwprobe interface - - 2-- 2023-02-21 Evan Green New
« 1 2 3 4 »