public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
Is getpass(3) really obsolete?
 2021-10-29 11:40 UTC  (3+ messages)

[PATCH] Handle NULL input to malloc_usable_size [BZ #28506]
 2021-10-29  9:27 UTC  (7+ messages)
  ` [PATCH v2] "
      ` [COMMITTED] "

Upstreaming OpenRISC with GCC mainline
 2021-10-29  9:05 UTC  (8+ messages)

Disable -Waggressive-loop-optimizations warnings in tst-dynarray.c
 2021-10-29  9:04 UTC  (2+ messages)

[PATCH] malloc-debug: Return 0 on NULL input [BZ #28506]
 2021-10-29  8:53 UTC  (3+ messages)

[PATCH] Benchtests: Improve bench-memcpy-random
 2021-10-29  3:27 UTC  (2+ messages)

[PATCH 0/3] Improve lld support and current status
 2021-10-29  0:56 UTC  (18+ messages)
` [PATCH 1/3] elf: Disable ifuncmain{1,5,5pic,5pie} when using LLD
` [PATCH 2/3] Fix LIBC_PROG_BINUTILS for -fuse-ld=lld
` [PATCH 3/3] Check if linker also support -mtls-dialect=gnu2

[PATCH] riscv: Resolve symbols directly for symbols with STO_RISCV_VARIANT_CC
 2021-10-29  0:20 UTC  (2+ messages)

[PATCH] Remove upper limit on tunable MALLOC_MMAP_THRESHOLD
 2021-10-28 22:31 UTC 

[PATCH v1] x86_64: Add memcmpeq.S to fix disable-multi-arch build
 2021-10-28 21:36 UTC  (8+ messages)
` [PATCH v2] "

[PATCH] Fix compiler issue with mmap_internal
 2021-10-28 21:27 UTC 

[PATCH] tst-tzset: output reason when creating 4GiB file fails
 2021-10-28 21:23 UTC 

[PATCH] Add GNU_PROPERTY_1_GLIBC_2_NEEDED
 2021-10-28 19:08 UTC  (7+ messages)
` [llvm-dev] "

[PATCH v1 1/6] String: Add __memcmpeq as build target
 2021-10-28 18:25 UTC  (19+ messages)
` [PATCH v1 2/6] Benchtests: Add benchtests for __memcmpeq
  ` [PATCH v2 "
` [PATCH v1 3/6] x86_64: Add support for __memcmpeq using sse2, avx2, and evex
` [PATCH v1 4/6] x86_64: Add sse2 optimized __memcmpeq in memcmp-sse2.S
` [PATCH v1 5/6] x86_64: Add avx2 optimized __memcmpeq in memcmpeq-avx2.S
` [PATCH v1 6/6] x86_64: Add evex optimized __memcmpeq in memcmpeq-evex.S

[PATCH] riscv: Fix incorrect jal with HIDDEN_JUMPTARGET
 2021-10-28 18:05 UTC  (3+ messages)

[PATCH v2 4/9] math: Use an improved algorithm for hypot (dbl-64)
 2021-10-28 17:19 UTC  (2+ messages)

[PATCH v2 3/9] math: Simplify hypotf implementation
 2021-10-28 14:27 UTC 

RFC: Add GNU_PROPERTY_1_GLIBC_2_NEEDED
 2021-10-28 14:20 UTC  (9+ messages)
    ` v2: "

[PATCH v2 8/9] i386: Move hypot implementation to C
 2021-10-28 13:43 UTC 

[PATCH] elf: Add __libc_get_static_tls_bounds [BZ #16291]
 2021-10-28  5:16 UTC  (7+ messages)

[PATCH] regex: Unnest nested functions in regcomp.c
 2021-10-28  4:12 UTC  (4+ messages)

[PATCH] Add missing math functions to benchtests
 2021-10-27 23:04 UTC  (6+ messages)
    ` [PATCH v2] benchtests: Add acosf to bench-math

[Bug 214815] New: pow(3): underflow result can be -0.0
 2021-10-27 20:12 UTC  (3+ messages)

[PATCH] dl: Use "adr" assembler command to get proper load address
 2021-10-27  9:38 UTC  (19+ messages)
` [PATCH v2] dl: Use "adr" assembler command to get proper load address on ARM

[PATCH] elf: Support DT_RELR relative relocation format [BZ #27924]
 2021-10-26 23:28 UTC  (3+ messages)

Add new ABI '__memcmpeq()' to libc
 2021-10-26 22:47 UTC  (2+ messages)

[PATCH v1] String: Add support for __memcmpeq() ABI on all targets
 2021-10-26 22:29 UTC  (54+ messages)
` [PATCH v8 1/3] "
  ` [PATCH v8 2/3] String: Add hidden defs for __memcmpeq() to enable internal usage
` [PATCH v9 1/3] String: Add support for __memcmpeq() ABI on all targets
` [PATCH v10 1/4] "
  ` [PATCH v10 2/4] String: Add hidden defs for __memcmpeq() to enable internal usage
  ` [PATCH v10 3/4] String: Add tests for __memcmpeq
  ` [PATCH v10 4/4] NEWS: Add item "
` [PATCH v11 1/4] String: Add support for __memcmpeq() ABI on all targets
` [PATCH v11 2/4] String: Add hidden defs for __memcmpeq() to enable internal usage
` [PATCH v11 3/4] String: Add tests for __memcmpeq
` [PATCH v11 4/4] NEWS: Add item "
` [PATCH v12 1/4] String: Add support for __memcmpeq() ABI on all targets
  ` [PATCH v12 2/4] String: Add hidden defs for __memcmpeq() to enable internal usage
  ` [PATCH v12 3/4] String: Add tests for __memcmpeq
  ` [PATCH v12 4/4] NEWS: Add item "
` [PATCH v13 1/4] String: Add support for __memcmpeq() ABI on all targets
  ` [PATCH v13 2/4] String: Add hidden defs for __memcmpeq() to enable internal usage
  ` [PATCH v13 3/4] String: Add tests for __memcmpeq
  ` [PATCH v13 4/4] NEWS: Add item "
` [PATCH v14 1/4] String: Add support for __memcmpeq() ABI on all targets
  ` [PATCH v14 2/4] String: Add hidden defs for __memcmpeq() to enable internal usage
  ` [PATCH v14 3/4] String: Add tests for __memcmpeq
  ` [PATCH v14 4/4] NEWS: Add item "

Support C2X printf %b, %B
 2021-10-26 20:49 UTC  (4+ messages)
` [PATCH v2] "
  ` Ping "
    ` Ping^2 "

ASH - American Society of Hematology Annual Meeting and Exposition, 11-14 Dec, 2021
 2021-10-26 16:39 UTC 

[PATCH] [PiNg 9] localedata: add new locale ab_GE
 2021-10-26 10:59 UTC 

[PATCH] manual: remove an obsolete requirement on aligned_alloc() usage
 2021-10-26  2:34 UTC  (5+ messages)

[PATCH] riscv: Resolve symbols directly for symbols with STO_RISCV_VARIANT_CC
 2021-10-25 21:08 UTC  (3+ messages)

[PATCH] powerpc: Use the correct flag for 32-bit known libraries
 2021-10-25 18:22 UTC  (2+ messages)

[PATCH v2 0/9] Improve hypot()
 2021-10-25 17:10 UTC  (11+ messages)
` [PATCH v2 1/9] benchtests: Make hypot input random
` [PATCH v2 2/9] benchtests: Add hypotf
` [PATCH v2 3/9] math: Simplify hypotf implementation
` [PATCH v2 4/9] math: Use an improved algorithm for hypot (dbl-64)
` [PATCH v2 5/9] math: Use an improved algorithm for hypotl (ldbl-96)
` [PATCH v2 6/9] math: Use an improved algorithm for hypotl (ldbl-128)
` [PATCH v2 7/9] math: Remove powerpc e_hypot
` [PATCH v2 8/9] i386: Move hypot implementation to C
` [PATCH v2 9/9] math: Remove the error handling wrapper from hypot and hypotf

When to prevent execution of new binaries with old glibc
 2021-10-25 16:53 UTC  (3+ messages)

LLD and glibc
 2021-10-25 16:53 UTC  (2+ messages)

[PATCH] elf: Make global.out depend on reldepmod4.so [BZ #28457]
 2021-10-25 13:54 UTC  (2+ messages)

[PATCH v1] x86: Replace sse2 instructions with avx in memcmp-evex-movbe.S
 2021-10-23 13:22 UTC  (2+ messages)

[PATCH] bench-math: Sort and put each bench per line
 2021-10-23  7:50 UTC  (2+ messages)

[PATCH v2 0/9] Improve hypot()
 2021-10-22 20:48 UTC  (4+ messages)
` [PATCH v2 1/9] benchtests: Make hypot input random
` [PATCH v2 2/9] benchtests: Add hypotf
` [PATCH v2 3/9] math: Simplify hypotf implementation

[PATCH] x86_64: Add missing libmvec ABI tests
 2021-10-22 13:17 UTC  (7+ messages)

page:  |  | latest

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).