Show patches with: State = Action Required       |    Archived = No       |   29119 patches
« 1 2 ... 37 38 39291 292 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
resolv: set edns max buffer size to 1232 resolv: set edns max buffer size to 1232 - - - - --- 2023-04-06 Cristian Rodríguez New
[committed] hppa: Update struct __pthread_rwlock_arch_t comment [committed] hppa: Update struct __pthread_rwlock_arch_t comment - - - - --- 2023-04-05 John David Anglin New
[committed] hppa: Revise __TIMESIZE define to use __WORDSIZE [committed] hppa: Revise __TIMESIZE define to use __WORDSIZE - - - - --- 2023-04-05 John David Anglin New
[v3] riscv: Add macros for FPUCW/fcsr in fpu_control.h [v3] riscv: Add macros for FPUCW/fcsr in fpu_control.h - - - - --- 2023-04-05 Shiqi Zhang New
[19/19] <sys/platform/x86.h>: Add PREFETCHI support <sys/platform/x86.h>: Update CPUID features - - 1 - --- 2023-04-05 H.J. Lu New
[18/19] <sys/platform/x86.h>: Add AMX-COMPLEX support <sys/platform/x86.h>: Update CPUID features - - 1 - --- 2023-04-05 H.J. Lu New
[17/19] <sys/platform/x86.h>: Add AVX-NE-CONVERT support <sys/platform/x86.h>: Update CPUID features - - 1 - --- 2023-04-05 H.J. Lu New
[16/19] <sys/platform/x86.h>: Add AVX-VNNI-INT8 support <sys/platform/x86.h>: Update CPUID features - - 1 - --- 2023-04-05 H.J. Lu New
[15/19] <sys/platform/x86.h>: Add MSRLIST support <sys/platform/x86.h>: Update CPUID features - - 1 - --- 2023-04-05 H.J. Lu New
[14/19] <sys/platform/x86.h>: Add AVX-IFMA support <sys/platform/x86.h>: Update CPUID features - - 1 - --- 2023-04-05 H.J. Lu New
[13/19] <sys/platform/x86.h>: Add AMX-FP16 support <sys/platform/x86.h>: Update CPUID features - - 1 - --- 2023-04-05 H.J. Lu New
[12/19] <sys/platform/x86.h>: Add WRMSRNS support <sys/platform/x86.h>: Update CPUID features - - 1 - --- 2023-04-05 H.J. Lu New
[11/19] <sys/platform/x86.h>: Add ArchPerfmonExt support <sys/platform/x86.h>: Update CPUID features - - 1 - --- 2023-04-05 H.J. Lu New
[10/19] <sys/platform/x86.h>: Add CMPCCXADD support <sys/platform/x86.h>: Update CPUID features - - 1 - --- 2023-04-05 H.J. Lu New
[09/19] <sys/platform/x86.h>: Add LASS support <sys/platform/x86.h>: Update CPUID features - - 1 - --- 2023-04-05 H.J. Lu New
[08/19] <sys/platform/x86.h>: Add RAO-INT support <sys/platform/x86.h>: Update CPUID features - - 1 - --- 2023-04-05 H.J. Lu New
[07/19] <sys/platform/x86.h>: Add LBR support <sys/platform/x86.h>: Update CPUID features - - 1 - --- 2023-04-05 H.J. Lu New
[06/19] <sys/platform/x86.h>: Add RTM_FORCE_ABORT support <sys/platform/x86.h>: Update CPUID features - - 1 - --- 2023-04-05 H.J. Lu New
[05/19] <sys/platform/x86.h>: Add SGX-KEYS support <sys/platform/x86.h>: Update CPUID features - - 1 - --- 2023-04-05 H.J. Lu New
[04/19] <sys/platform/x86.h>: Add BUS_LOCK_DETECT support <sys/platform/x86.h>: Update CPUID features - - 1 - --- 2023-04-05 H.J. Lu New
[03/19] <sys/platform/x86.h>: Add LA57 support <sys/platform/x86.h>: Update CPUID features - - 1 - --- 2023-04-05 H.J. Lu New
[02/19] platform.texi: Move LAM after LAHF64_SAHF64 <sys/platform/x86.h>: Update CPUID features - - 1 - --- 2023-04-05 H.J. Lu New
[01/19] <bits/platform/x86.h>: Rename to x86_cpu_INDEX_7_ECX_15 <sys/platform/x86.h>: Update CPUID features - - 1 - --- 2023-04-05 H.J. Lu New
[COMMITTED] libio: Remove unused pragma weak on vtable [COMMITTED] libio: Remove unused pragma weak on vtable - - - - --- 2023-04-05 Adhemerval Zanella New
[COMMITTED] malloc: Only set pragma weak for rpc freemem if required [COMMITTED] malloc: Only set pragma weak for rpc freemem if required - - - - --- 2023-04-05 Adhemerval Zanella New
[2/2] Add the wcslcpy, wcslcat functions strlcpy/strlcat/wcslcpy/wcscat implementation - - - - --- 2023-04-05 Florian Weimer New
[1/2] Implement strlcpy and strlcat [BZ #178] strlcpy/strlcat/wcslcpy/wcscat implementation - - - - --- 2023-04-05 Florian Weimer New
[v2] malloc: set NON_MAIN_ARENA flag for reclaimed memalign chunk (BZ #30101) [v2] malloc: set NON_MAIN_ARENA flag for reclaimed memalign chunk (BZ #30101) - - - - --- 2023-04-05 DJ Delorie New
[v3,3/3] string: Add tests for strndup (BZ #30266) string: Add tests for strdup and strndup (BZ #30266) - - - - --- 2023-04-04 Joe Simmons-Talbott New
[v3,2/3] string: Add tests for strdup (BZ #30266) string: Add tests for strdup and strndup (BZ #30266) - - 1 - --- 2023-04-04 Joe Simmons-Talbott New
[v3,1/3] string: Allow use of test-string.h for non-ifunc implementations. string: Add tests for strdup and strndup (BZ #30266) - - 1 - --- 2023-04-04 Joe Simmons-Talbott New
[v2,3/3] stdlib: Add testcases for llabs(). (BZ #30263) Add tests for abs(), labs(), llabs() (BZ #30263) - - - - --- 2023-04-04 Joe Simmons-Talbott New
[v2,2/3] stdlib: Add testcases for labs(). (BZ #30263) Add tests for abs(), labs(), llabs() (BZ #30263) - - - - --- 2023-04-04 Joe Simmons-Talbott New
[v2,1/3] stdlib: Add testcases for abs(). (BZ #30263) Add tests for abs(), labs(), llabs() (BZ #30263) - - - - --- 2023-04-04 Joe Simmons-Talbott New
[COMMITTED] powerpc: Disable stack protector in early static initialization [COMMITTED] powerpc: Disable stack protector in early static initialization - - - - --- 2023-04-04 Adhemerval Zanella New
[COMMITTED] nptl: Fix tst-cancel30 on sparc64 [COMMITTED] nptl: Fix tst-cancel30 on sparc64 - - - - --- 2023-04-04 Adhemerval Zanella New
[v1] malloc: set NON_MAIN_ARENA flag for reclaimed memalign chunk (BZ #30101) [v1] malloc: set NON_MAIN_ARENA flag for reclaimed memalign chunk (BZ #30101) - - - - --- 2023-04-03 DJ Delorie New
[3/3] stdlib: Add testcases for llabs(). (BZ #30263) Add tests for abs(), labs(), llabs() (BZ #30263) - - - - --- 2023-04-03 Joe Simmons-Talbott New
[2/3] stdlib: Add testcases for labs(). (BZ #30263) Add tests for abs(), labs(), llabs() (BZ #30263) - - - - --- 2023-04-03 Joe Simmons-Talbott New
[1/3] stdlib: Add testcases for abs(). (BZ #30263) Add tests for abs(), labs(), llabs() (BZ #30263) - - - - --- 2023-04-03 Joe Simmons-Talbott New
x86_64: Fix asm constraints in feraiseexcept (bug 30305) x86_64: Fix asm constraints in feraiseexcept (bug 30305) - - 1 - --- 2023-04-03 Florian Weimer New
compare_strings.py : Add --gmean flag compare_strings.py : Add --gmean flag - - - - --- 2023-04-03 Nisha Poyarekar New
LoongArch: Ensure consistency with kernel by using union for struct members in mcontext_t and ucont… LoongArch: Ensure consistency with kernel by using union for struct members in mcontext_t and ucont… - - - - --- 2023-04-03 caiyinyu New
[v2,18.2/34] hurd: Port trampoline.c to x86_64 Alignment-respecting x86_64 trampoline.c - - - - --- 2023-04-03 Sergey Bugaev New
[v2,18.1/34] hurd: Do not declare local variables volatile Alignment-respecting x86_64 trampoline.c - - - - --- 2023-04-03 Sergey Bugaev New
[v2] hurd: Implement sigreturn for x86_64 [v2] hurd: Implement sigreturn for x86_64 - - - - --- 2023-04-03 Sergey Bugaev New
x86/dl-cacheinfo: remove unsused parameter from handle_amd x86/dl-cacheinfo: remove unsused parameter from handle_amd - - 1 - --- 2023-04-03 Andreas Schwab New
[12/12] dlfcn,elf: impl DLMEM_GENBUF_SRC dlmem() flag implement dlmem() function - - - - --- 2023-04-03 stsp New
[11/12] dlfcn,elf: impl DLMEM_DONTREPLACE dlmem() flag implement dlmem() function - - - - --- 2023-04-03 stsp New
[10/12] dlfcn,elf: implement dlmem() [BZ #11767] implement dlmem() function - - - - --- 2023-04-03 stsp New
[09/12] elf: convert _dl_map_object to a callback implement dlmem() function - - - - --- 2023-04-03 stsp New
[08/12] elf: call _dl_map_segment() via premap callback implement dlmem() function - - - - --- 2023-04-03 stsp New
[07/12] elf: convert _dl_map_segments's mmap() to a callback implement dlmem() function - - - - --- 2023-04-03 stsp New
[06/12] elf: convert pread64 to callback in do_open_verify() implement dlmem() function - - - - --- 2023-04-03 stsp New
[05/12] elf: switch _dl_map_segment() to anonymous mapping implement dlmem() function - - - - --- 2023-04-03 stsp New
[04/12] elf: load elf hdr fully in open_verify() implement dlmem() function - - - - --- 2023-04-03 stsp New
[03/12] elf: split _dl_check_loaded() from _dl_map_object implement dlmem() function - - - - --- 2023-04-03 stsp New
[02/12] elf: split open_verify() into reusable parts implement dlmem() function - - - - --- 2023-04-03 stsp New
[01/12] elf: split _dl_map_object_from_fd() into reusable parts implement dlmem() function - - - - --- 2023-04-03 stsp New
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… - - - - --- 2023-04-03 caiyinyu New
build-many-glibcs.py: --disable-gcov for gcc-first build-many-glibcs.py: --disable-gcov for gcc-first - - 1 - --- 2023-04-01 Jan-Benedict Glaw New
sockaddr.3type: Document that sockaddr_storage is the API to be used sockaddr.3type: Document that sockaddr_storage is the API to be used - - - - --- 2023-03-30 Alejandro Colomar New
[v2,2/2] strndup: Add tests (BZ #30266) Add tests for strdup and strndup (BZ #30266) - - - - --- 2023-03-30 Joe Simmons-Talbott New
[v2,1/2] strdup: Add tests (BZ #30266) Add tests for strdup and strndup (BZ #30266) - - - - --- 2023-03-30 Joe Simmons-Talbott New
getlogin_r: fix missing fallback if loginuid is unset (bug 30235) getlogin_r: fix missing fallback if loginuid is unset (bug 30235) - - - - --- 2023-03-30 Andreas Schwab New
[2/2] strndup: Add tests (BZ #30266) Add tests for strdup and strndup (BZ #30266) - - - - --- 2023-03-29 Joe Simmons-Talbott New
[1/2] strdup: Add tests (BZ #30266) Add tests for strdup and strndup (BZ #30266) - - - - --- 2023-03-29 Joe Simmons-Talbott New
[v5,1/1] memalign: Support scanning for aligned chunks. [v5,1/1] memalign: Support scanning for aligned chunks. - - 1 - --- 2023-03-29 DJ Delorie New
Remove --disable-experimental-malloc option Remove --disable-experimental-malloc option - - 1 - --- 2023-03-28 Adhemerval Zanella New
[v5,1/1] Created tunable to force small pages on stack allocation. *** Created tunable to force small pages on stack allocation. - - - - --- 2023-03-28 Cupertino Miranda New
[v4,1/1] Created tunable to force small pages on stack allocation. *** Created tunable to force small pages on stack allocation. - - - - --- 2023-03-28 Cupertino Miranda New
Allow building with --disable-nscd again. Allow building with --disable-nscd again. - - 1 - --- 2023-03-27 Flavio Cruz New
[v2] dlopen: skip debugger notification for DSO loaded from sprof (bug 30258) [v2] dlopen: skip debugger notification for DSO loaded from sprof (bug 30258) - - - - --- 2023-03-27 Andreas Schwab New
[v4,v4] Added Redirects to longdouble error functions [BZ #29033] [v4,v4] Added Redirects to longdouble error functions [BZ #29033] - - - - --- 2023-03-27 Sachin Monga New
Added Redirects to longdouble error functions [BZ #29033] Added Redirects to longdouble error functions [BZ #29033] - - - - --- 2023-03-27 Sachin Monga New
[committed] hppa: Drop 16-byte pthread lock alignment [committed] hppa: Drop 16-byte pthread lock alignment - - - - --- 2023-03-26 John David Anglin New
[3/3] Fix tst-glibc-hwcaps-prepend-cache with custom configure prefix value Fix tst-ldconfig-ld_so_conf-update and tst-glibc-hwcaps-prepend-cache with custom configure prefix … - - 1 - --- 2023-03-26 Romain Geissler New
[2/3] Fix tst-ldconfig-ld_so_conf-update with custom configure prefix value Fix tst-ldconfig-ld_so_conf-update and tst-glibc-hwcaps-prepend-cache with custom configure prefix … - - 1 - --- 2023-03-26 Romain Geissler New
[1/3] support: introduce support_sysconfdir_prefix Fix tst-ldconfig-ld_so_conf-update and tst-glibc-hwcaps-prepend-cache with custom configure prefix … - - 1 - --- 2023-03-26 Romain Geissler New
[v2] Take into account ${sysconfdir} in elf/tst-ldconfig-p.sh. [v2] Take into account ${sysconfdir} in elf/tst-ldconfig-p.sh. - - 1 - --- 2023-03-26 Romain Geissler New
LoongArch: ldconfig: Ignore EF_LARCH_OBJABI_V1 in shared objects LoongArch: ldconfig: Ignore EF_LARCH_OBJABI_V1 in shared objects - - - - --- 2023-03-26 Xi Ruoyao New
Minor: don't call _dl_debug_update (which can have side effects) inside assert Minor: don't call _dl_debug_update (which can have side effects) inside assert - - - - --- 2023-03-26 Paul Pluzhnikov New
Minor: don't call _dl_debug_update (which can have side effects) inside assert Minor: don't call _dl_debug_update (which can have side effects) inside assert - - - - --- 2023-03-25 Paul Pluzhnikov New
[v2,5/5] aarch64: Define __ASSUME_SYSCALL_NAMED_WORKS for Linux linux: Avoid va_list for generic syscall wrappers if possible - - - - --- 2023-03-25 Xi Ruoyao New
[v2,4/5] x86_64: Define __ASSUME_SYSCALL_NAMED_WORKS for Linux linux: Avoid va_list for generic syscall wrappers if possible - - - - --- 2023-03-25 Xi Ruoyao New
[v2,3/5] LoongArch: Define __ASSUME_SYSCALL_NAMED_WORKS for Linux linux: Avoid va_list for generic syscall wrappers if possible - - - - --- 2023-03-25 Xi Ruoyao New
[v2,2/5] linux: [__ASSUME_SYSCALL_NAMED_WORKS] Avoid using va_list for various syscall wrappers linux: Avoid va_list for generic syscall wrappers if possible - - - - --- 2023-03-25 Xi Ruoyao New
[v2,1/5] linux: Add __ASSUME_SYSCALL_NAMED_WORKS to allow avoiding va_list for generic syscall linux: Avoid va_list for generic syscall wrappers if possible - - - - --- 2023-03-25 Xi Ruoyao New
[v2] manual: Document __wur usage under _FORTIFY_SOURCE [v2] manual: Document __wur usage under _FORTIFY_SOURCE - - 1 - --- 2023-03-24 Siddhesh Poyarekar New
manual: Document __wur usage under _FORTIFY_SOURCE manual: Document __wur usage under _FORTIFY_SOURCE - - - - --- 2023-03-24 Siddhesh Poyarekar New
[2/2] Enable libmvec support for AArch64 [1/2] benchtests: Move libmvec benchtest inputs to benchtests directory - - - - --- 2023-03-24 Joe Ramsay New
[1/2] benchtests: Move libmvec benchtest inputs to benchtests directory [1/2] benchtests: Move libmvec benchtest inputs to benchtests directory - - 1 - --- 2023-03-24 Joe Ramsay New
linux: Allow avoiding va_list for generic syscall and use it for LoongArch linux: Allow avoiding va_list for generic syscall and use it for LoongArch - - - - --- 2023-03-24 Xi Ruoyao New
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… - - - - --- 2023-03-24 caiyinyu New
dlopen: skip debugger notification for DSO loaded from sprof (bug 30258) dlopen: skip debugger notification for DSO loaded from sprof (bug 30258) - - - - --- 2023-03-23 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 - - - - --- 2023-03-23 Andreas Schwab New
[v3] malloc: Use C11 atomics on memusage [v3] malloc: Use C11 atomics on memusage - - 1 - --- 2023-03-23 Adhemerval Zanella New
[v2] Remove --enable-tunables configure option [v2] Remove --enable-tunables configure option - - 1 - --- 2023-03-23 Adhemerval Zanella New
LoongArch: Add Syscall Assembly Implementation LoongArch: Add Syscall Assembly Implementation - - - - --- 2023-03-23 caiyinyu New
Benchtests: Remove broken walk benchmarks Benchtests: Remove broken walk benchmarks - - 1 - --- 2023-03-23 Wilco Dijkstra New
« 1 2 ... 37 38 39291 292 »