public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
realloci(): A realloc() variant that works in-place
 2025-11-06 21:53 UTC  (59+ messages)
` [musl] "
      ` [musl] "
        ` Re[2]: [musl] "

[PATCH] aarch64: Do not link conform tests with -Wl,-z,force-bti (bug 33601)
 2025-11-06 19:54 UTC  (2+ messages)

[PATCH v2 5/5] math: Optimize frexpl (binary128) with fast path for normal numbers
 2025-11-06 19:36 UTC  (3+ messages)

[PATCH v3 4/5] math: Optimize frexpl (intel96) with fast path for normal numbers
 2025-11-06 19:33 UTC 

[PATCH v2 1/3] linux/termios: clear k_termios.c_cflag & CIBAUD for non-split speed [BZ 33340]
 2025-11-06 19:01 UTC  (4+ messages)
` [PATCH v3 0/3] Change canonicalization "

[PATCH] AArch64: Fix instability in AdvSIMD tan
 2025-11-06 18:56 UTC 

[PATCH] AArch64: Fix instability in AdvSIMD sinh
 2025-11-06 18:55 UTC 

[v2,4/5] math: Optimize frexpl (intel96) with fast path for normal numbers
 2025-11-06 17:35 UTC 

[RFC] xfs: fake fallocate success for always CoW inodes
 2025-11-06 17:05 UTC  (7+ messages)

[PATCH v3 5/5] math: Optimize frexpl (binary128) with fast path for normal numbers
 2025-11-06 16:50 UTC  (2+ messages)

[PATCH] posix: Fix invalid flags test for p{write,read}v2
 2025-11-06 16:17 UTC  (2+ messages)

[PATCH] Aarch64: Use oryon1's memset/memcpy for Qualcomm's oryon-2 cores
 2025-11-06 16:14 UTC  (2+ messages)

[PATCH v2] AArch64: Optimise SVE scalar callbacks
 2025-11-06 16:08 UTC 

[PATCH 00/13] Linux header update for 6.13 and later
 2025-11-06 15:30 UTC  (19+ messages)
` [PATCH 02/13] Update PIDFD_* constants for Linux 6.17
` [PATCH 03/13] Add new AArch64 HWCAP3 definitions from Linux 6.17 to bits/hwcap.h
` [PATCH 08/13] linux: Add STATX_WRITE_ATOMIC/STATX_ATTR_WRITE_ATOMIC definitions to generic statx
` [PATCH 09/13] linux: Update statx-generic.h with linux 6.14
` [PATCH 10/13] linux: Update statx-generic.h with linux 6.16
` [PATCH 11/13] Add AT_HANDLE_CONNECTABLE from Linux 6.13 to bits/fcntl-linux.h
` [PATCH 12/13] Add AT_EXECVE_CHECK from Linux 6.14 "
` [PATCH 13/13] Add FD_PIDFS_ROOT from Linux 6.17 "

[PATCH] Add threaded variants of single-threaded malloc tests
 2025-11-06 14:01 UTC  (11+ messages)

[PATCH] support: Fix FILE * leak in check_for_unshare_hints in test-container
 2025-11-06 14:00 UTC  (2+ messages)

[PATCH] support: exit on consistency check failure in resolv_response_add_name
 2025-11-06 13:49 UTC 

[PATCH] linux: Add openat2 (BZ 31664)
 2025-11-06 13:43 UTC  (2+ messages)

[PATCH] aarch64: Do not link conform tests with -Wl,-z,force-bti (bug 33601)
 2025-11-06 11:15 UTC 

[PATCH v3 00/19] Add initial clang build support
 2025-11-06 10:32 UTC  (18+ messages)
` [PATCH v3 02/19] Add gmp-arch and udiv_qrnnd
` [PATCH v3 03/19] Add add_ssaaaa and sub_ssaaaa to gmp-arch.h
` [PATCH v3 04/19] Add umul_ppmm to gmp-arch.hdoc
` [PATCH v3 05/19] stdlib: Remove longlong.h
` [PATCH v3 06/19] math: Don't redirect inlined builtin math functions
` [PATCH v3 14/19] x86: Fix THREAD_GSCOPE_RESET_FLAG build on clang
` [PATCH v3 19/19] configure: Allow clang 18 or above

[PATCH v2] AArch64: Optimise SVE scalar callbacks
 2025-11-06  9:32 UTC 

[PATCH] Remove support for lock elision
 2025-11-06  7:45 UTC  (2+ messages)

gdb does not stop at printf for ppc
 2025-11-06  4:13 UTC  (8+ messages)
        ` [EXT] "
              `  "

[PATCH v4 1/9] sampling-asan: A sampling-based address sanitization for on-line memory bug detection
 2025-11-06  2:26 UTC  (9+ messages)
    ` [PATCH v4 2/9] debug: Make backtrace_symbols hidden to bypass PLT for Glibc-internal calls
    ` [PATCH v4 3/9] sampling-asan: Add test cases for sampling-asan
    ` [PATCH v4 4/9] sampling-asan: Add README.md
    ` [PATCH v4 5/9] Makeconfig: Add a sampling-asan directory to the build script
    ` [PATCH v4 6/9] sysdeps: Add libsamasan.abilist
    ` [PATCH v4 7/9] malloc, elf: Add malloc_sanitize to libc_malloc_debug.so
    ` [PATCH v4 8/9] manual: Add descriptions for sampling-asan in the manual
    ` [PATCH v4 9/9] NEWS: Add a new feature sampling-asan

[PATCH v4 9/9] NEWS: Add a new feature sampling-asan
 2025-11-06  2:08 UTC 

[PATCH v2 0/1] riscv: Add RVV memset via multiarch/IFUNC
 2025-11-06  1:46 UTC  (14+ messages)
` [PATCH v2 1/1] "

[PATCH v4 1/9] sampling-asan: A sampling-based address sanitization for on-line memory bug detection
 2025-11-06  1:44 UTC  (9+ messages)
    ` [PATCH v4 2/9] debug: Make backtrace_symbols hidden to bypass PLT for Glibc-internal calls
    ` [PATCH v4 3/9] sampling-asan: Add test cases for sampling-asan
    ` [PATCH v4 4/9] sampling-asan: Add README.md
    ` [PATCH v4 5/9] Makeconfig: Add a sampling-asan directory to the build script
    ` [PATCH v4 6/9] sysdeps: Add libsamasan.abilist
    ` [PATCH v4 7/9] malloc, elf: Add malloc_sanitize to libc_malloc_debug.so
    ` [PATCH v4 8/9] manual: Add descriptions for sampling-asan in the manual
    ` [PATCH v4 9/9] NEWS: Add a new feature sampling-asan

[PATCH] Add a comment for NO_MATH_REDIRECT
 2025-11-05 23:20 UTC  (3+ messages)

[PATCH] i386: Simplify powl computation for small integral y [BZ #33586]
 2025-11-05 12:49 UTC  (2+ messages)

[PATCH v7 1/2] math: Remove the SVID error handling from lgammaf/lgammaf_r
 2025-11-05 11:22 UTC  (4+ messages)
` [PATCH v7 2/2] math: Remove the SVID error handling from tgammaf

[PATCH v6 0/3] Remove the SVID wrapper from most of float functions
 2025-11-05 10:38 UTC  (9+ messages)
` [PATCH v6 1/3] math: Remove the SVID error handling from lgammaf/lgammaf_r
` [PATCH v6 2/3] math: Remove the SVID error handling from atan2f
` [PATCH v6 3/3] math: Remove the SVID error handling from tgammaf

[PATCH] Add feature test macros for POSIX.1-2024
 2025-11-05  2:11 UTC  (3+ messages)

[committed] Rename fromfp files in preparation for changing types for C23
 2025-11-04 23:43 UTC 

[PATCH v2] RISC-V: Add vector registers to __SYSCALL_CLOBBERS
 2025-11-04 21:17 UTC  (2+ messages)

[PATCH v3 1/5] benchtests: Add benchmarks for frexp functions
 2025-11-04 17:55 UTC 

[PATCH v2 0/5] math: Optimize frexp functions with fast path
 2025-11-04 17:35 UTC  (12+ messages)
` [PATCH v2 1/5] benchtests: Add benchmarks for frexp functions
` [PATCH v2 2/5] math: Optimize frexpf (binary32) with fast path for normal numbers
` [PATCH v2 3/5] math: Optimize frexp (binary64) "
` [PATCH v2 5/5] math: Optimize frexpl (binary128) "

[committed] Add C23 long_double_t, _FloatN_t
 2025-11-04 17:13 UTC 

[PATCH v5 0/7] Remove the SVID wrapper from most of float functions
 2025-11-04 15:36 UTC  (10+ messages)
` [PATCH v5 3/7] math: Remove the SVID error handling from lgammaf/lgammaf_r
` [PATCH v5 4/7] math: Remove the SVID error handling from atan2f
` [PATCH v5 6/7] math: Remove the SVID error handling from tgammaf

[PATCH] AArch64: Fix instability in AdvSIMD sinh
 2025-11-04 14:39 UTC  (2+ messages)
` [PATCH] AArch64: Fix instability in AdvSIMD tan

[PATCH] Regenerate charmap-kw.h and locfile-kw.h with gperf 3.3
 2025-11-04 13:41 UTC  (2+ messages)

[PATCH v2] Build programs in $(others-noinstall) like tests
 2025-11-04  6:43 UTC  (8+ messages)
  ` [PATCH] Don't build programs in $(others-noinstall) like tests when cross-compiling
      ` [PATCH v2] Build programs in $(others-noinstall) like if libgcc_s is available
          ` [PATCH v3] Build programs in $(others-noinstall) like if libgcc_s is availabl

alignment guarantees from realloc(3)
 2025-11-03 20:16 UTC  (4+ messages)
` [musl] "

Support assert as a variadic macro for C23
 2025-11-03 19:38 UTC  (3+ messages)
` Ping "

[PATCH] arm: Add ARM VFPv4 VFMA instruction support in fma/fmaf (BZ 15503)
 2025-11-03 16:01 UTC  (9+ messages)

Monday Patch Queue Review update (2025-11-03)
 2025-11-03 14:59 UTC 

[PATCH] iconv: iconv.c: fix null pointer dereference when outbuf is NULL
 2025-11-03 14:32 UTC  (4+ messages)
` [PATCH] locale: programs: repertoire.c: Limit maximum range size to prevent resource exhaustion

[PATCH] pthread: add PTHREAD_NULL
 2025-11-03 14:10 UTC  (3+ messages)

[FOSDEM 2026] Call for Participation: GCC (GNU Toolchain) Devroom
 2025-11-03 13:13 UTC 

[PATCH v2 01/12] math: Use acosh from CORE-MATH
 2025-11-03 12:55 UTC  (4+ messages)

[PATCH 0/9] malloc: Remove fastbins
 2025-11-03 12:39 UTC  (2+ messages)

GNU Tools Weekly News Week 2 (September 7, 2025)
 2025-11-03  7:50 UTC  (7+ messages)
` GNU Tools Weekly News Week 3 (September 14, 2025)
  ` GNU Tools Weekly News Week 4 (September 21, 2025)
      ` GNU Tools Weekly News Week 7 (October 12, 2025)
        ` GNU Tools Weekly News Week 8 (October 19, 2025)
          ` GNU Tools Weekly News Week 9 (October 26, 2025)
            ` GNU Tools Weekly News Week 10 (November 2, 2025)

[PATCH v1 1/1] riscv: Add RVV memset via multiarch/IFUNC
 2025-11-02 21:01 UTC  (3+ messages)

Re: [PATCH] libio: Add terminating NUL when the first character is EOF in getdelim [BZ #28038]
 2025-11-02 20:08 UTC  (3+ messages)
`  "

[PATCH v2 0/1] riscv: Use Zbkb pack* in repeat_bytes
 2025-11-01 14:13 UTC  (7+ messages)
` [PATCH v2 1/1] riscv: Add Zbkb optimized repeat_bytes helper
  ` [EXT] "

page: 

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).