unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2021-10-28 22:32:13 to 2021-11-03 16:35:59 UTC [more...]

[PATCH 0/4] Use _dl_find_eh_frame to locate DWARF EH data in the unwinder
 2021-11-03 16:28 UTC 

[PATCH 0/3] Add _dl_find_eh_frame function for unwinder optimization
 2021-11-03 16:28 UTC  (4+ messages)
` [PATCH 1/3] nptl: Extract <bits/atomic_wide_counter.h> from pthread_cond_common.c
` [PATCH 2/3] elf: Introduce GLRO (dl_libc_freeres), called from __libc_freeres
` [PATCH 3/3] elf: Add _dl_find_eh_frame function

[PATCH] Add missing math functions to benchtests
 2021-11-03 16:22 UTC  (28+ messages)
` [PATCH v2] benchtests: Add acosf to bench-math
      ` [PATCH 00/12] benchtests: Add float version of math functions "
        ` [PATCH 01/12] benchtests: Add acoshf function "
        ` [PATCH 02/12] benchtests: Add asinf "
        ` [PATCH 03/12] benchtests: Add asinhf "
        ` [PATCH 04/12] benchtests: Add atanf "
        ` [PATCH 05/12] benchtests: Add atanhf "
        ` [PATCH 06/12] benchtests: Add cbrtf "
        ` [PATCH 07/12] benchtests: Add coshf "
        ` [PATCH 08/12] benchtests: Add erfcf "
        ` [PATCH 09/12] benchtests: Add erff "
        ` [PATCH 10/12] benchtests: Add log10f "
        ` [PATCH 11/12] benchtests: Add sinhf "
        ` [PATCH 12/12] benchtests: Add tanhf "
      ` [PATCH 0/4] benchtests: Add atan2f, expm1f, log1pf and tanf "
        ` [PATCH 1/4] benchtests: Add atan2f function "
        ` [PATCH 2/4] benchtests: Add expm1f "
        ` [PATCH 3/4] benchtests: Add log1pf "
        ` [PATCH 4/4] benchtests: Add tanf "

[PATCH] x86: Optimize atomic_compare_and_exchange_[val|bool]_acq [BZ #28537]
 2021-11-03 15:50 UTC  (2+ messages)

[PATCH] powerpc64[le]: Fix CFI for assembly templated syscalls [BZ #28532]
 2021-11-03 15:46 UTC  (2+ messages)

[RISCV] RISC-V GNU Toolchain Biweekly Sync-up call (Nov 4, 2021)
 2021-11-03 15:37 UTC 

[PATCH] elf: Use the minimal malloc on tunables_strdup
 2021-11-03 15:35 UTC 

[PATCH v2 2/6] Benchtests: Add benchtests for __memcmpeq
 2021-11-03 13:39 UTC  (4+ messages)

[COMMITTED] elf: Do not run DSO sorting if tunables is not enabled
 2021-11-03 12:38 UTC 

[PATCH] gconv: Do not emit spurious NUL character in ISO-2022-JP-3 (bug 28524)
 2021-11-03  4:20 UTC  (2+ messages)

sbrk() failure while processing tunables
 2021-11-03  3:25 UTC  (6+ messages)

[PATCH] x86-64: Replace movzx with movzbl
 2021-11-03  1:15 UTC  (3+ messages)

[PATCH v2] tst-tzset: output reason when creating 4GiB file fails
 2021-11-02 23:31 UTC 

[PATCH] riscv: Build with -mno-relax if linker does not support R_RISCV_ALIGN
 2021-11-02 20:29 UTC  (3+ messages)

[PATCH] riscv: Build with -mno-relax when lld is used
 2021-11-02 19:06 UTC  (3+ messages)

localedata/sort-test on powerpc
 2021-11-02 18:18 UTC  (3+ messages)

ASH - American Society of Hematology Annual Meeting and Exposition, 11-14 Dec, 2021
 2021-11-02 16:47 UTC 

Monday Patch Queue Review update (2021-11-01)
 2021-11-02 16:31 UTC  (4+ messages)

[PATCH v2] regex: Unnest nested functions in regcomp.c
 2021-11-02 16:21 UTC  (3+ messages)

[PATCH] nptl: Extract <bits/atomic_wide_counter.h> from pthread_cond_common.c
 2021-11-02 11:44 UTC 

[Bug 214871] New: Man(3) system outdated
 2021-11-02 11:37 UTC  (4+ messages)

[PATCH] i386: Explain why __HAVE_64B_ATOMICS has to be 0
 2021-11-02 11:26 UTC  (2+ messages)

Use Linux 5.15 in build-many-glibcs.py
 2021-11-02 11:25 UTC  (2+ messages)

[PATCH] [pInG 10] localedata: add new locale ab_GE
 2021-11-02  7:47 UTC 

Upstreaming OpenRISC with GCC mainline
 2021-11-02  4:18 UTC  (13+ messages)

[PATCH] regex: Unnest nested functions in regcomp.c
 2021-11-02  2:40 UTC  (2+ messages)

[PATCH v2] Remove upper limit on tunable MALLOC_MMAP_THRESHOLD
 2021-11-02  0:27 UTC  (2+ messages)

Is getpass(3) really obsolete?
 2021-11-01 21:31 UTC  (18+ messages)
  ` [PATCH] getpass.3: SYNOPSIS: Mark getpass() as [[deprecated]]

[PATCH v2] elf: Assume disjointed .rela.dyn and .rela.plt for loader
 2021-11-01 20:27 UTC  (2+ messages)

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

[PATCH v2 0/9] Improve hypot()
 2021-11-01 17:42 UTC  (8+ messages)
` [PATCH v2 1/9] benchtests: Make hypot input random
` [PATCH v2 2/9] benchtests: Add hypotf
` [PATCH v2 8/9] i386: Move hypot implementation to C

[PATCH 0/3] Fix lld build for armhf
 2021-11-01 17:16 UTC  (8+ messages)
` [PATCH 1/3] arm: Use internal symbol for _dl_argv on _dl_start_user
` [PATCH 2/3] arm: Use have-mtls-dialect-gnu2 to check for ARM TLS descriptors support
` [PATCH 3/3] elf: Assume disjointed .rela.dyn and .rela.plt for loader

[PATCH v2 8/9] i386: Move hypot implementation to C
 2021-11-01 17:09 UTC  (2+ messages)

Support C2X printf %b, %B
 2021-11-01 16:56 UTC  (5+ messages)
` [PATCH v2] "
  ` Ping "
    ` Ping^2 "
      ` Ping^3 "

[PATCH 0/2] Enable EVEX strcmp
 2021-11-01 12:54 UTC  (3+ messages)
` [PATCH 1/2] x86-64: Improve EVEX strcmp with masked load
` [PATCH 2/2] x86-64: Remove Prefer_AVX2_STRCMP

[PATCH] malloc_stats(): Fix `unsigned int` overflow
 2021-11-01 12:34 UTC  (5+ messages)

[PATCH v1 1/5] string: Make tests birdirectional test-memcpy.c
 2021-11-01  5:52 UTC  (6+ messages)
` [PATCH v1 2/5] benchtests: Add additional cases to bench-memcpy.c and bench-memmove.c
` [PATCH v1 3/5] benchtests: Add partial overlap case in bench-memmove-walk.c
` [PATCH v1 4/5] x86: Optimize memmove-vec-unaligned-erms.S
` [PATCH v1 5/5] x86: Double size of ERMS rep_movsb_threshold in dl-cacheinfo.h

[PATCH v2] elf: Support DT_RELR relative relocation format [BZ #27924]
 2021-11-01  4:50 UTC  (8+ messages)

[PATCH 00/22] man2: Add [[deprecated]] attribute
 2021-10-30 21:31 UTC  (23+ messages)
` [PATCH 01/22] bdflush.2: SYNOPSIS: Mark as [[deprecated]]
` [PATCH 02/22] create_module.2: "
` [PATCH 03/22] get_kernel_syms.2: "
` [PATCH 04/22] getunwind.2: "
` [PATCH 05/22] iopl.2: "
` [PATCH 06/22] query_module.2: "
` [PATCH 07/22] remap_file_pages.2: "
` [PATCH 08/22] sigprocmask.2: SYNOPSIS: Mark the legacy system call "
` [PATCH 09/22] statfs.2: SYNOPSIS: Mark "
` [PATCH 10/22] stime.2: "
` [PATCH 11/22] ustat.2: "
` [PATCH 12/22] pthread_mutex_consistent.3: Mark *_np() old function "
` [PATCH 13/22] sysctl.2: SYNOPSIS: Mark "
` [PATCH 14/22] vfork.2: "
` [PATCH 15/22] tkill.2: SYNOPSIS: Mark tkill() "
` [PATCH 16/22] sgetmask.2: SYNOPSIS: Mark "
` [PATCH 17/22] getitimer.2: "
` [PATCH 18/22] futimesat.2: "
` [PATCH 19/22] gettimeofday.2: "
` [PATCH 20/22] setpgid.2: SYNOPSIS: Mark BSD versions of getpgrp() and setpgrp() "
` [PATCH 21/22] sysfs.2: SYNOPSIS: Mark "
` [PATCH 22/22] uselib.2: "

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

[PATCH] [powerpc] Tighten contraints for asm constant parameters
 2021-10-29 19:26 UTC  (2+ messages)

Monday Patch Queue Review update (2021-10-25)
 2021-10-29 19:21 UTC 

GCC DWARF unwinder _Unwind_Find_FDE acceleration
 2021-10-29 19:13 UTC 

RFC: Add GNU_PROPERTY_1_GLIBC_2_NEEDED
 2021-10-29 18:11 UTC  (10+ messages)

[PATCH v2 4/9] math: Use an improved algorithm for hypot (dbl-64)
 2021-10-29 16:20 UTC  (4+ messages)

[PATCH] Fix compiler issue with mmap_internal
 2021-10-29 12:14 UTC  (2+ messages)

[PATCH] tst-tzset: output reason when creating 4GiB file fails
 2021-10-29 12:14 UTC  (2+ messages)

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

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] 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 


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