November 2025 Archives by thread
Starting: Sat Nov 1 00:17:18 GMT 2025
Ending: Sun Nov 30 23:16:01 GMT 2025
Messages: 1188
- [PATCH v3 01/19] stdlib: Remove mp_clz_tab.c
Collin Funk
- [PATCH v2] Build programs in $(others-noinstall) like if libgcc_s is available
H.J. Lu
- [musl] Re: realloci(): A realloc() variant that works in-place
Alejandro Colomar
- [musl] alignment guarantees from realloc(3)
Rich Felker
- [musl] realloci(): A realloc() variant that works in-place
Rich Felker
- realloci(): A realloc() variant that works in-place
Florian Weimer
- [PATCH v2 1/1] riscv: Add Zbkb optimized repeat_bytes helper
Pincheng Wang
- [PATCH v3 14/19] x86: Fix THREAD_GSCOPE_RESET_FLAG build on clang
Uros Bizjak
- [PATCH v3 02/19] Add gmp-arch and udiv_qrnnd
Collin Funk
- [PATCH v3 03/19] Add add_ssaaaa and sub_ssaaaa to gmp-arch.h
Collin Funk
- [PATCH v3 04/19] Add umul_ppmm to gmp-arch.hdoc
Collin Funk
- [PATCH v3 05/19] stdlib: Remove longlong.h
Collin Funk
- [PATCH] pthread: add PTHREAD_NULL
Alyssa Ross
- [PATCH] i386: Simplify powl computation for small integral y [BZ #33586]
H.J. Lu
- [PATCH] libio: Add terminating NUL when the first character is EOF in getdelim [BZ #28038]
Collin Funk
- [PATCH v1 1/1] riscv: Add RVV memset via multiarch/IFUNC
Jeff Law
- [PATCH v3 06/19] math: Don't redirect inlined builtin math functions
Maciej W. Rozycki
- GNU Tools Weekly News Week 10 (November 2, 2025)
GNU Tools weekly
- [PATCH 0/9] malloc: Remove fastbins
Dev Jain
- [PATCH v2 01/12] math: Use acosh from CORE-MATH
Paul Zimmermann
- [FOSDEM 2026] Call for Participation: GCC (GNU Toolchain) Devroom
Marc Poulhiès
- [PATCH v3 19/19] configure: Allow clang 18 or above
Carlos O'Donell
- [PATCH] locale: programs: repertoire.c: Limit maximum range size to prevent resource exhaustion
Carlos O'Donell
- Monday Patch Queue Review update (2025-11-03)
Carlos O'Donell
- [PATCH] arm: Add ARM VFPv4 VFMA instruction support in fma/fmaf (BZ 15503)
Wilco Dijkstra
- Ping Re: Support assert as a variadic macro for C23
Joseph Myers
- [PATCH] Regenerate charmap-kw.h and locfile-kw.h with gperf 3.3
Collin Funk
- [PATCH v2 0/5] math: Optimize frexp functions with fast path
Osama Abdelkader
- [PATCH v2 0/1] riscv: Add RVV memset via multiarch/IFUNC
Yao Zihong
- [PATCH] Add feature test macros for POSIX.1-2024.
Carlos O'Donell
- [PATCH] AArch64: Fix instability in AdvSIMD sinh
Joe Ramsay
- [PATCH v5 6/7] math: Remove the SVID error handling from tgammaf
Adhemerval Zanella Netto
- [PATCH v5 4/7] math: Remove the SVID error handling from atan2f
Adhemerval Zanella Netto
- [PATCH v5 3/7] math: Remove the SVID error handling from lgammaf/lgammaf_r
Adhemerval Zanella Netto
- [PATCH v6 0/3] Remove the SVID wrapper from most of float functions
Adhemerval Zanella
- [PATCH v2 1/5] benchtests: Add benchmarks for frexp functions
Adhemerval Zanella Netto
- [PATCH v2 2/5] math: Optimize frexpf (binary32) with fast path for normal numbers
Adhemerval Zanella Netto
- [PATCH v2 3/5] math: Optimize frexp (binary64) with fast path for normal numbers
Adhemerval Zanella Netto
- [PATCH 02/13] Update PIDFD_* constants for Linux 6.17
Carlos O'Donell
- [PATCH v2 5/5] math: Optimize frexpl (binary128) with fast path for normal numbers
Adhemerval Zanella Netto
- [PATCH 03/13] Add new AArch64 HWCAP3 definitions from Linux 6.17 to bits/hwcap.h
Carlos O'Donell
- [PATCH 08/13] linux: Add STATX_WRITE_ATOMIC/STATX_ATTR_WRITE_ATOMIC definitions to generic statx
Carlos O'Donell
- [PATCH 09/13] linux: Update statx-generic.h with linux 6.14
Carlos O'Donell
- [PATCH 10/13] linux: Update statx-generic.h with linux 6.16
Carlos O'Donell
- [PATCH 11/13] Add AT_HANDLE_CONNECTABLE from Linux 6.13 to bits/fcntl-linux.h
Carlos O'Donell
- [PATCH 12/13] Add AT_EXECVE_CHECK from Linux 6.14 to bits/fcntl-linux.h
Carlos O'Donell
- [PATCH 13/13] Add FD_PIDFS_ROOT from Linux 6.17 to bits/fcntl-linux.h
Carlos O'Donell
- [committed] Add C23 long_double_t, _FloatN_t
Joseph Myers
- [PATCH] Add threaded variants of single-threaded malloc tests
Arjun Shankar
- [PATCH v3 1/5] benchtests: Add benchmarks for frexp functions
Osama Abdelkader
- [PATCH v2] RISC-V: Add vector registers to __SYSCALL_CLOBBERS
Peter Bergner
- [committed] Rename fromfp files in preparation for changing types for C23
Joseph Myers
- [EXT] Re: gdb does not stop at printf for ppc
Sachin Monga
- [PATCH v7 1/2] math: Remove the SVID error handling from lgammaf/lgammaf_r
Adhemerval Zanella
- [PATCH v3 5/5] math: Optimize frexpl (binary128) with fast path for normal numbers
Osama Abdelkader
- [PATCH] Aarch64: Use oryon1's memset/memcpy for Qualcomm's oryon-2 cores
Andrew Pinski
- [PATCH] Add a comment for NO_MATH_REDIRECT
DJ Delorie
- [PATCH v4 1/9] sampling-asan: A sampling-based address sanitization for on-line memory bug detection
Sung-hun Kim
- [PATCH v4 2/9] debug: Make backtrace_symbols hidden to bypass PLT for Glibc-internal calls
Sung-hun Kim
- [PATCH v4 3/9] sampling-asan: Add test cases for sampling-asan
Sung-hun Kim
- [PATCH v4 4/9] sampling-asan: Add README.md
Sung-hun Kim
- [PATCH v4 6/9] sysdeps: Add libsamasan.abilist
Sung-hun Kim
- [PATCH v4 7/9] malloc, elf: Add malloc_sanitize to libc_malloc_debug.so
Sung-hun Kim
- [PATCH v4 8/9] manual: Add descriptions for sampling-asan in the manual
Sung-hun Kim
- [PATCH v4 9/9] NEWS: Add a new feature sampling-asan
Sung-hun Kim
- [PATCH] Remove support for lock elision.
Adhemerval Zanella Netto
- [PATCH v2] AArch64: Optimise SVE scalar callbacks
Joe Ramsay
- [PATCH] aarch64: Do not link conform tests with -Wl,-z,force-bti (bug 33601)
Florian Weimer
- [RFC] xfs: fake fallocate success for always CoW inodes
Hans Holmberg
- [PATCH] linux: Add openat2 (BZ 31664)
Carlos O'Donell
- [PATCH] support: exit on consistency check failure in resolv_response_add_name
Florian Weimer
- [PATCH] support: Fix FILE * leak in check_for_unshare_hints in test-container
Florian Weimer
- [PATCH] posix: Fix invalid flags test for p{write,read}v2
Yury Khrustalev
- [v2,4/5] math: Optimize frexpl (intel96) with fast path for normal numbers
Wilco Dijkstra
- [PATCH v3 0/3] Change canonicalization for non-split speed [BZ 33340]
H. Peter Anvin
- [PATCH v3 4/5] math: Optimize frexpl (intel96) with fast path for normal numbers
Osama Abdelkader
- [PATCH v2 1/1] sysdeps/x86: set Prefer_No_AVX512 for Hygon model 0x7
Jiamei Xie
- GCC (GNU Toolchain) dev room - CFP
Johnny James
- [PATCH v4 0/5] aarch64: support shadow stack in clone3
Yury Khrustalev
- [PATCH] aarch64: Remove $(aarch64-bti) check
Florian Weimer
- C23 addition of once_flag to <stdlib.h>
Florian Weimer
- [PATCH] LoongArch: Call elf_ifunc_invoke for R_LARCH_IRELATIVE in elf_machine_rela
Xi Ruoyao
- [PATCH] nss: Add ERANGE testing to tst-nss-test4 (bug 33361)
Carlos O'Donell
- [COMMITTED] nss: Add ERANGE testing to tst-nss-test4 (bug 33361)
Carlos O'Donell
- [PATCH] posix: execvpe: skip $PATH components that are too long
Pádraig Brady
- [hurd, commited] Add missing $(rpath-link) to /elf/ld.so --library-path
Samuel Thibault
- [hurd, commited] Add missing $(rpath-link) to elf/ld.so --library-path
Samuel Thibault
- [hurd, commited] Revert "hurd: Make rename refuse trailing slashes [BZ #32570]"
Samuel Thibault
- [PATCH] malloc: Optimize the madvise behaviour on the main heap
Dev Jain
- [hurd, commited] hurd: make setpriority clamp nice values to 0..2*NZERO-1 [BZ #33614]
Samuel Thibault
- [PATCH v1 00/35] Require GNU C --at least GCC 5 or Clang 4-- in headers
Alejandro Colomar
- [PATCH] stdlib: Do not define once_flag, ONCE_FLAG_INIT for C++
Florian Weimer
- [PATCH v3 0/1] sysdeps/x86: prefer EVEX on Hygon by setting Prefer_No_AVX512
Jiamei Xie
- [PATCH v3 1/1] Set Prefer_No_AVX512 flag for hygon platform
Jiamei Xie
- [PATCH v3 17/19] math: Handle fabsf128 !__USE_EXTERN_INLINES
Adhemerval Zanella Netto
- [PATCH v3 12/19] x86: Fix strstr ifunc on clang
Adhemerval Zanella Netto
- [PATCH v4 00/12] Add experimental clang build support
Adhemerval Zanella
- [PATCH] math: Remove ldbl-128/s_fma.c
Wilco Dijkstra
- glibc 2.43 suggested release schedule
Andreas K. Huettel
- [PATCH 1/4] aarch64: add configure checks for BTI support
Adhemerval Zanella Netto
- [PATCH 2/4] aarch64: Add glibc.cpu.aarch64_bti tunable
Adhemerval Zanella Netto
- [PATCH v2] Add threaded variants of single-threaded malloc tests
Arjun Shankar
- [PATCH 3/4] aarch64: Support enforcing BTI on dependencies
Adhemerval Zanella Netto
- Monday Patch Queue Review update (2025-11-10)
Carlos O'Donell
- [PATCH 4/4] aarch64: add tests for glibc.cpu.aarch64_bti behaviour
Adhemerval Zanella Netto
- decimal floating point
Steve Summit
- [PATCH v6] linux: Add openat2 (BZ 31664)
Adhemerval Zanella
- [PATCH v2] linux: Add mseal syscall support
Adhemerval Zanella
- [PATCH v7 2/2] resolv: Create test for ipv4 and ipv6 resolv.conf flags
Petr Menšík
- [PATCH v4 0/1] sysdeps/x86: prefer EVEX on Hygon by setting Prefer_No_AVX512
Jiamei Xie
- [PATCH 32/59] x86: Adapt "%v" usage on clang to emit VEX enconding
Collin Funk
- [PATCH] Add COPYINGv3 with the GPL version 3 text
Florian Weimer
- request2size can cause unintentional overflow in the program
just4you
- [PATCH v1] stdio-common/vfscanf-internal.c: Assume support for 'long long'
Alejandro Colomar
- [PATCH] benchtests: Add fma/fmaf inputs
Wilco Dijkstra
- [PATCH v2] math: Remove ldbl-128/s_fma.c
Wilco Dijkstra
- [PATCH] hppa: Consistently reference LGPL in copyright header
Florian Weimer
- [PATCH] manual: don't use the FSF's old address in license text.
Collin Funk
- [PATCH] math: Remove float_t and double_t [BZ #33563]
Wilco Dijkstra
- [hurd,commited] hurd: Drop remnants of cthreads
Samuel Thibault
- [PATCH 1/9] malloc: remove fastbin tests
DJ Delorie
- [PATCH 2/9] malloc: remove malloc_consolidate
DJ Delorie
- [PATCH 3/9] malloc: remove allocation from fastbin, and trim_fastbins
DJ Delorie
- [PATCH 5/9] malloc: remove fastbin code from do_check_malloc_state
DJ Delorie
- [PATCH 6/9] malloc: remove fastbin code from malloc_info
DJ Delorie
- [PATCH 0/3] scripts: Some improvements to build-many-glibcs.py
Yury Khrustalev
- [PATCH] aarch64: fix includes in SME tests
Yury Khrustalev
- Sourceware Open House Friday - service upgrades, migration and isolation
Mark Wielaard
- [PATCH v2 1/2] Add COPYINGv3 with the GPL version 3 text
Florian Weimer
- Monday Patch Queue Review update (2025-10-27)
Mark Wielaard
- [PATCH v3 1/3] linux/termios: clear k_termios.c_cflag & CIBAUD for non-split speed [BZ 33340]
Adhemerval Zanella Netto
- [PATCH v3 2/3] linux/termios: factor out the kernel interface from termios_internal.h
Adhemerval Zanella Netto
- [PATCH v3 3/3] linux/termios: test the kernel-side termios canonicalization
Adhemerval Zanella Netto
- [PATCH v2.1 3/3] linux/termios: test the kernel-side termios canonicalization
H. Peter Anvin
- [PATCH 4/9] malloc: remove mallopt fastbin stats
DJ Delorie
- [PATCH 7/9] malloc: Remove fastbin infrastructure
DJ Delorie
- [PATCH 8/9] malloc: remove fastbin comments
DJ Delorie
- [PATCH 9/9] malloc: set default tcache fill count to 16
DJ Delorie
- [PATCH] malloc: retire mechanism for older non used tcached chunks
Cupertino Miranda
- [committed] Change fromfp functions to return floating types following C23 (bug 28327)
Joseph Myers
- [PATCH v2] pthread: add PTHREAD_NULL
Alyssa Ross
- [PATCH 0/5] Improve generic fma/fmaf implementation
Adhemerval Zanella
- [PATCH] Reference COPYING.LIB in <sframe.h> copyright header
Florian Weimer
- [PATCH 21/22] Define __HAVE_64B_ATOMICS from compiler support
Stefan Liebler
- [PATCH] x86: Increase allowable TSX abort rate to 6%.
Carlos O'Donell
- [PATCH] malloc: Simplify tst-free-errno munmap failure test
Arjun Shankar
- [PATCH] Revert __HAVE_64B_ATOMICS configure check
Adhemerval Zanella
- [PATCH] aarch64: Fix and improve SVE pow(f) special cases.
Pierre Blanchard
- [PATCH v2] Revert __HAVE_64B_ATOMICS configure check
Adhemerval Zanella
- [PATCH v2] malloc: Simplify tst-free-errno munmap failure test
Arjun Shankar
- [hurd,commited 0/4] htl: move symbols into libc
Samuel Thibault
- htl: move symbols into libc
Samuel Thibault
- [PATCH v3] Revert __HAVE_64B_ATOMICS configure check
Adhemerval Zanella
- [PATCH] Updates struct tcp_info and TCP_AO_XX corresponding struct from 6.17 to netinet/tcp.h
Adhemerval Zanella Netto
- [RFC V4] Enable libmvec support for RISC-V
Yao Zihong
- [PATCH] math: Remove WANT_SIMD_EXCEPT from aarch64 AdvSIMD math routines
Dylan Fleming
- [PATCH v3 0/2] Add support for threaded tests, then use with malloc
Arjun Shankar
- [PATCH] libio: null terminate the buffer upon initial allocation in getdelim
Collin Funk
- [PATCH v3 1/3] x86/string: Factor out large memmove implemention to seperate file
Noah Goldstein
- [hurd,commited] Remove TLS_TCB_ALIGN and TLS_INIT_TCB_ALIGN
Samuel Thibault
- [hurd,commited] hurd: Fix restoring SSE state on signal
Samuel Thibault
- [PATCH] Use 64-bit atomic on sem_t only with 8-byte alignment [BZ #33632]
H.J. Lu
- [commited] loongarch: Remove TLS_TCB_ALIGN
Samuel Thibault
- [hurd,commited] htl: Add missing include
Samuel Thibault
- [hurd,commited] hurd: Fix getting rlimit in _hurd_alloc_fd
Samuel Thibault
- [hurd, commited] htl: Move __pthread_enable/disable_asynccancel into libc
Samuel Thibault
- [hurd,commited] htl: move pthread_create to into libc
Samuel Thibault
- [PATCH v2] Updates struct tcp_info and TCP_AO_XX corresponding struct from 6.17 to netinet/tcp.h
Jiayuan Chen
- [PATCH] nptl: Check alignment of pthread structs
Wilco Dijkstra
- [PATCH] aarch64: fix SVE tanpi(f)
Pierre Blanchard
- Monday Patch Queue Review update (2025-11-17)
Carlos O'Donell
- [PATCH] nss: Clean up function pointer/void * unions
Florian Weimer
- [PATCH] nss: Remove effectively unused __nss_*_database variables
Florian Weimer
- [PATCH] nss: Remove effectively unused struct nss_database_default_cache
Florian Weimer
- [PATCH] dlfcn: Fix dlclose crash during C++ thread_local destructor (BZ 33598)
Adhemerval Zanella
- [PATCH v2 0/5] elf: Allow RPATH/RUNPATH for static-pie (BZ 33326)
Adhemerval Zanella Netto
- stdlib: Fix data race in __run_exit_handlers
Samuel Thibault
- [PATCH v3 0/5] elf: Allow RPATH/RUNPATH for static-pie (BZ 33326)
Adhemerval Zanella
- [PATCH v2] nss: Remove effectively unused __nss_*_database variables
Florian Weimer
- [PATCH 1/3] htl: fix compatibility
gfleury
- [hurd,commited 0/3] htl: move symbols to libc
Samuel Thibault
- [PATCH v4 0/1] linux/termios: test the kernel-side termios canonicalization
H. Peter Anvin
- nscd vs NSS ERANGE protocol
Florian Weimer
- [PATCH v7] linux: Add openat2 (BZ 31664)
Adhemerval Zanella
- [PATCH v17 0/9] Support translated option names in getopt and argp
Vivien Kraus
- Implement C23 const-preserving standard library macros
Joseph Myers
- [PATCH] abilist.awk: Handle unversioned defined symbols [BZ #33650]
H.J. Lu
- [PATCH] malloc: Enable 2MB THP by default on Aarch64
Dev Jain
- [PATCH 0/1] htl: move pthread_spin_*
gfleury
- malloc: Use _int_free_chunk in tcache_thread_shutdown
Arjun Shankar
- [PATCH v2 0/3] scripts: Some improvements to build-many-glibcs.py
Yury Khrustalev
- [PATCH 1/4] aarch64: Optimise AdvSIMD log1pf
James Chesterman
- [COMMITTED] math: Sync acosh from CORE-MATH
Adhemerval Zanella
- [PATCH v10] malloc: add free_sized and free_aligned_sized from C23
Joseph Myers
- [PATCH v2 0/4] aarch64: Support enforcing BTI
Yury Khrustalev
- [PATCH v8] linux: Add openat2 (BZ 31664)
Adhemerval Zanella
- [PATCH v2] nptl: Check alignment of pthread structs
Wilco Dijkstra
- [PATCH v2] Implement C23 const-preserving standard library macros
Joseph Myers
- [COMMITTED] math: Sync atanh from CORE-MATH
Adhemerval Zanella
- [hurd,commited] hurd: Add missing free_sized and free_aligned_sized
Samuel Thibault
- [Linaro-TCWG-CI] glibc-2.42.9000-514-g8d999a69936: 2 regressions on arm
H. Peter Anvin
- [PATCH v3] Implement C23 const-preserving standard library macros
Joseph Myers
- [PATCH 1/4] aarch64: Optimise AdvSIMD log1p
James Chesterman
- [PATCH] aarch64: Implement AdvSIMD and SVE rsqrt(f) routines
James Chesterman
- [PATCH] Use 64 bit stat for fts_safe_changedir [BZ #33653]
jiaying.song.cn@windriver.com
- [PATCH v2] htl: move pthread_spin_{destroy, lock, init, trylock, unlock) and remove _pthread_spin_lock, into libc.
gfleury
- [PATCH] htl: move remnant of pthread_atfork into libc.
gfleury
- [PATCH v3 0/1] riscv: Add RVV memset via multiarch/IFUNC
Yao Zihong
- [PATCH] Use __fstat64_time64 in __fts64_children_time64 (bug 33653)
Andreas Schwab
- [PATCH] nscd: Fix most data races in client retry counters (bug 33654)
Florian Weimer
- [PATCH] Check if linker supports -Wl,--undefined-version
Adhemerval Zanella
- [PATCH] i386: Fix fmod/fmof/remainder/remainderf for gcc-12
Adhemerval Zanella
- [COMMITTED] nptl: Replace FALLTHROUGH with [[fallthrough]]
Adhemerval Zanella
- [PATCH v5 00/12] Add experimental clang build support
Adhemerval Zanella
- [PATCH v4] Implement C23 const-preserving standard library macros
Joseph Myers
- [PATCH] linux: Handle EINVAL as unsupported on tst-pidfd_getinfo
Adhemerval Zanella
- Define C23 header version macros
Joseph Myers
- [hurd, commited] htl: Move pthread_atfork compatibility symbol to libc
Samuel Thibault
- [PATCH] htl: move c11 symbols into libc.
gfleury
- [PATCH] Add new math improvemenst to NEWS
Adhemerval Zanella
- [COMMITTED] benchtests: Fix bench-build after cd748a63ab
Adhemerval Zanella
- [PATCH v2] htl: move c11 symbols into libc.
gfleury
- [hurd, commited] htl: Also use __libc_thread_freeres to clean TLS state
Samuel Thibault
- [PATCH 2/2] linux: use __getrandom_nocancel in getentropy
Cristian Rodríguez
- [hurd,commited] pthread: Simplify condition for hidden proto
Samuel Thibault
- [hurd,commited] htl: Fix conditions for thread list variables
Samuel Thibault
- [PATCH] Fix POSIX compliance: Make blkcnt_t and blksize_t signed on alpha
Osama Abdelkader
- [PATCH 1/2] localedata: allow reproducible & parallel install of locale-archive
Maximilian Bosch
- [PATCH] Fix allocation_index increment in malloc_internal
Osama Abdelkader
- [PATCH v2] Fix POSIX compliance: Make blkcnt_t and blksize_t signed on alpha
Osama Abdelkader
- [PATCH v18 00/11] Support translated long option names in getopt and argp
Vivien Kraus
- [PATCH v3] Fix POSIX compliance: Make blkcnt_t and blksize_t signed on alpha
Osama Abdelkader
- [PATCH] pthread_detach: add a comment about a known segfault bug.
Aaron Jacobs
- [PATCH] aarch64: make GCS configure checks aarch64-only
Yury Khrustalev
- [PATCH v2] Add new math improvemenst to NEWS
Adhemerval Zanella
- Monday Patch Queue Review update (2025-11-24)
Carlos O'Donell
- [PATCH v2] time: Add TIME_MONOTONIC, TIME_ACTIVE, and TIME_THREAD_ACTIVE
Adhemerval Zanella
- [PATCH 0/7] RFC: Towards deprecating the ERANGE protocol for NSS
Florian Weimer
- Sourceware service migration; downtime friday/weekend 28/29/30 nov
Mark Wielaard
- Synced invitation: Office Hours for the GNU Toolchain @ Monthly from 11am to 12pm on the last Thursday (EST) (libc-alpha@sourceware.org)
Carlos O'Donell
- Synced invitation: Office Hours for the GNU Toolchain @ Monthly from 11am to 12pm on the last Thursday from Thu Oct 30 to Wed Nov 26 (EDT) (libc-alpha@sourceware.org)
Carlos O'Donell
- glibc SFrame support for newer versions
Adhemerval Zanella Netto
- [glibc] linux: Handle EINVAL as unsupported on tst-pidfd_getinfo
Florian Weimer
- Stability of ioctl constants in the UAPI (Re: [PATCH 01/32] pidfs: validate extensible ioctls)
Florian Weimer
- [PATCH v5 0/3] NPTL synchronization fixes
Adhemerval Zanella
- [PATCH v3 4/6] mips: Add C implementation of memcpy/memset
Jovan Dmitrovic
- [PATCH v4 0/6] Improve Mips target
Jovan Dmitrovic
- [PATCH v2] math: New generic fmaf implementation
Adhemerval Zanella
- [PATCH v3] math: New generic fmaf implementation
Adhemerval Zanella
- [PATCH v3 0/4] aarch64: Support enforcing BTI
Yury Khrustalev
- [PATCH v4] math: New generic fmaf implementation
Adhemerval Zanella
- [PATCH v3 0/2] scripts: Some improvements to build-many-glibcs.py
Yury Khrustalev
- [PATCH] Linux: Ignore PIDFD_GET_INFO in tst-pidfd-consts
Florian Weimer
- [PATCH v4 0/1] riscv: Add RVV memset via multiarch/IFUNC
Yao Zihong
- Synced invitation: Office Hours for the GNU Toolchain @ Monthly from 11am to 12pm on the last Thursday from Thu Nov 27 to Wed Dec 24 (EST) (libc-alpha@sourceware.org)
Carlos O'Donell
- Invitation: Office Hours for the GNU Toolchain @ Monthly from 11am to 12pm on the third Thursday (EST) (libc-alpha@sourceware.org)
Carlos O'Donell
- Synced invitation: Office Hours for the GNU Toolchain @ Thu Dec 25, 2025 11am - 12pm (EST) (libc-alpha@sourceware.org)
codonell@redhat.com
- [PATCH] NEWS: Add new generic fma/fmaf note
Adhemerval Zanella
- Refining _DEFAULT_SOURCE and _GNU_SOURCE
Florian Weimer
- [PATCH] iconvdata: Fix invalid pointer arithmetic in ANSI_X3.110 module
Florian Weimer
- [PATCH 1/3] aarch64: Optimise AdvSIMD acoshf
James Chesterman
- PATCH] int128: Check __SIZEOF_INT128__ instead of __WORDSIZE == 32
H.J. Lu
- New Swedish PO file for 'libc' (version 2.41.9000)
Translation Project Robot
- No subject
Kacper Piwiński
- Is hppa64-linux-gnu an supported target?
H.J. Lu
Last message date:
Sun Nov 30 23:16:01 GMT 2025
Archived on: Sun Nov 30 23:16:41 GMT 2025
This archive was generated by
Pipermail 0.09 (Mailman edition).