unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2021-12-07 11:02:46 to 2021-12-09 11:40:10 UTC [more...]

glibc build failure due to Systemtap probe change
 2021-12-09 11:39 UTC  (9+ messages)

[PATCH v7 0/4] arm64: Enable BTI for the executable as well as the interpreter
 2021-12-09 11:10 UTC  (3+ messages)

[PATCH v3 1/5] Copy utf-7 module to modified-utf-7
 2021-12-09  9:31 UTC  (6+ messages)
` [PATCH v4 0/4] iconv: Add support for UTF-7-IMAP
  ` [PATCH v4 1/4] iconv: Always encode "optional direct" UTF-7 characters
  ` [PATCH v4 2/4] iconv: Better mapping to RFC for UTF-7
  ` [PATCH v4 3/4] iconv: make utf-7.c able to use variants
  ` [PATCH v4 4/4] iconv: Add UTF-7-IMAP variant in utf-7.c

[PATCH v2 0/8] Extensible rseq integration
 2021-12-09  8:03 UTC  (26+ messages)
` [PATCH 1/8] nptl: Add <thread_pointer.h> for defining __thread_pointer
` [PATCH v2 2/8] nptl: Introduce <tcb-access.h> for THREAD_* accessors
` [PATCH v2 3/8] nptl: Introduce THREAD_GETMEM_VOLATILE
` [PATCH 4/8] nptl: Add rseq registration
` [PATCH v2 5/8] Linux: Use rseq to accelerate sched_getcpu
` [PATCH v2 6/8] nptl: Add glibc.pthread.rseq tunable to control rseq registration
` [PATCH 7/8] nptl: Add public rseq symbols and <sys/rseq.h>
` [PATCH v2 8/8] nptl: rseq failure after registration on main thread is fatal

[PATCH v2 0/1] fix p_align on PT_LOAD segment in DSO isn't honored
 2021-12-09  6:36 UTC  (3+ messages)
` [PATCH v2 1/1] elf: align the mapping address of LOAD segments with p_align

[PATCH v2 0/1] fix p_align on PT_LOAD segment in DSO isn't honored
 2021-12-09  5:49 UTC  (2+ messages)
` [PATCH v2 1/1] elf: align the mapping address of LOAD segments with p_align

[PATCH v2 00/42] x86-64: Add vector math functions to libmvec
 2021-12-09  5:05 UTC  (43+ messages)
` [PATCH v2 01/42] x86-64: Add vector acos/acosf implementation "
` [PATCH v2 02/42] x86-64: Add vector acos/acosf to libmvec microbenchmark
` [PATCH v2 03/42] x86-64: Add vector acosh/acoshf implementation to libmvec
` [PATCH v2 04/42] x86-64: Add vector acosh/acoshf to libmvec microbenchmark
` [PATCH v2 05/42] x86-64: Add vector asin/asinf implementation to libmvec
` [PATCH v2 06/42] x86-64: Add vector asin/asinf to libmvec microbenchmark
` [PATCH v2 07/42] x86-64: Add vector asinh/asinhf implementation to libmvec
` [PATCH v2 08/42] x86-64: Add vector asinh/asinhf to libmvec microbenchmark
` [PATCH v2 09/42] x86-64: Add vector atan/atanf implementation to libmvec
` [PATCH v2 10/42] x86-64: Add vector atan/atanf to libmvec microbenchmark
` [PATCH v2 11/42] x86-64: Add vector atan2/atan2f implementation to libmvec
` [PATCH v2 12/42] x86-64: Add vector atan2/atan2f to libmvec microbenchmark
` [PATCH v2 13/42] x86-64: Add vector atanh/atanhf implementation to libmvec
` [PATCH v2 14/42] x86-64: Add vector atanh/atanhf to libmvec microbenchmark
` [PATCH v2 15/42] x86-64: Add vector cbrt/cbrtf implementation to libmvec
` [PATCH v2 16/42] x86-64: Add vector cbrt/cbrtf to libmvec microbenchmark
` [PATCH v2 17/42] x86-64: Add vector cosh/coshf implementation to libmvec
` [PATCH v2 18/42] x86-64: Add vector cosh/coshf to libmvec microbenchmark
` [PATCH v2 19/42] x86-64: Add vector erf/erff implementation to libmvec
` [PATCH v2 20/42] x86-64: Add vector erf/erff to libmvec microbenchmark
` [PATCH v2 21/42] x86-64: Add vector erfc/erfcf implementation to libmvec
` [PATCH v2 22/42] x86-64: Add vector erfc/erfcf to libmvec microbenchmark
` [PATCH v2 23/42] x86-64: Add vector exp10/exp10f implementation to libmvec
` [PATCH v2 24/42] x86-64: Add vector exp10/exp10f to libmvec microbenchmark
` [PATCH v2 25/42] x86-64: Add vector exp2/exp2f implementation to libmvec
` [PATCH v2 26/42] x86-64: Add vector exp2/exp2f to libmvec microbenchmark
` [PATCH v2 27/42] x86-64: Add vector expm1/expm1f implementation to libmvec
` [PATCH v2 28/42] x86-64: Add vector expm1/expm1f to libmvec microbenchmark
` [PATCH v2 29/42] x86-64: Add vector hypot/hypotf implementation to libmvec
` [PATCH v2 30/42] x86-64: Add vector hypot/hypotf to libmvec microbenchmark
` [PATCH v2 31/42] x86-64: Add vector log10/log10f implementation to libmvec
` [PATCH v2 32/42] x86-64: Add vector log10/log10f to libmvec microbenchmark
` [PATCH v2 33/42] x86-64: Add vector log1p/log1pf implementation to libmvec
` [PATCH v2 34/42] x86-64: Add vector log1p/log1pf to libmvec microbenchmark
` [PATCH v2 35/42] x86-64: Add vector log2/log2f implementation to libmvec
` [PATCH v2 36/42] x86-64: Add vector log2/log2f to libmvec microbenchmark
` [PATCH v2 37/42] x86-64: Add vector sinh/sinhf implementation to libmvec
` [PATCH v2 38/42] x86-64: Add vector sinh/sinhf to libmvec microbenchmark
` [PATCH v2 39/42] x86-64: Add vector tan/tanf implementation to libmvec
` [PATCH v2 40/42] x86-64: Add vector tan/tanf to libmvec microbenchmark
` [PATCH v2 41/42] x86-64: Add vector tanh/tanhf implementation to libmvec
` [PATCH v2 42/42] x86-64: Add vector tanh/tanhf to libmvec microbenchmark

[PATCH 00/42] x86-64: Add vector math functions to libmvec
 2021-12-09  3:38 UTC  (7+ messages)
` [PATCH 01/42] x86-64: Add vector acos/acosf implementation "
` [PATCH 05/42] x86-64: Add vector asin/asinf "

[PATCH RFC 0/1] make ld.so map .text LOAD ssegments and aligned by p_align
 2021-12-09  1:43 UTC  (8+ messages)
` [PATCH RFC 1/1] elf: align the mapping address of LOAD segments with p_align

Bug#1001352: libc6-dev: pthread.h, setjmp.h: Include order matters (__sigsetjmp compilation error)
 2021-12-08 22:46 UTC 

[PATCH] sys/types.h: Define new types: [s]nseconds_t
 2021-12-08 21:53 UTC  (37+ messages)
` [RFC v2 1/2] sys/types.h: Define new type: snseconds_t
` [RFC v2 2/2] sys/types.h: struct timespec: Use snseconds_t for tv_nsec
` [RFC v3 1/3] bits/types[izes].h: Define new internal type: __snseconds_t
` [RFC v3 2/3] sys/types.h: struct timespec: Use __snseconds_t for tv_nsec
` [RFC v3 3/3] sys/types.h: Make snseconds_t user visible

[PATCH] Fix glibc 2.34 ABI omission (missing GLIBC_2.34 in dynamic loader)
 2021-12-08 16:59 UTC  (7+ messages)

[PATCH] uapi: Make __{u,s}64 match {u,}int64_t in userspace
 2021-12-08 15:33 UTC  (8+ messages)

[PATCH v3 0/3] Properly handle DT_RUNPATH
 2021-12-08 15:25 UTC  (4+ messages)
` [PATCH v3 1/3] Add and use link-test-modules-rpath-link [BZ #28455]
` [PATCH v3 2/3] Disable DT_RUNPATH on NSS tests "
` [PATCH v3 3/3] elf: Also try DT_RUNPATH for LD_AUDIT dlopen "

[PATCH] elf: Add elf checks for main executable
 2021-12-08 10:19 UTC  (10+ messages)

[PATCH] Replace --enable-static-pie with --disable-default-pie
 2021-12-08  6:39 UTC  (8+ messages)
` [PATCH v2] "

[PATCH v5 00/12] Improve hypot
 2021-12-08  5:51 UTC  (15+ messages)
` [PATCH v5 01/12] math: Simplify hypotf implementation
` [PATCH v5 02/12] math: Use an improved algorithm for hypot (dbl-64)
` [PATCH v5 03/12] math: Improve hypot performance with FMA
` [PATCH v5 04/12] math: Use an improved algorithm for hypotl (ldbl-96)
` [PATCH v5 05/12] math: Use an improved algorithm for hypotl (ldbl-128)
` [PATCH v5 06/12] i386: Move hypot implementation to C
` [PATCH v5 07/12] math: Remove powerpc e_hypot
` [PATCH v5 08/12] math: Add math-use-builtinds-fmax.h
` [PATCH v5 09/12] math: Add math-use-builtinds-fmin.h
` [PATCH v5 10/12] aarch64: Add math-use-builtins-f{max,min}.h
` [PATCH v5 11/12] math: Use fmin/fmax on hypot
` [PATCH v5 12/12] math: Remove the error handling wrapper from hypot and hypotf

[PATCH v1] String: test-memcpy used unaligned types for buffers [BZ 28572]
 2021-12-08  4:20 UTC  (3+ messages)

[PATCH v1 1/5] string: Make tests birdirectional test-memcpy.c
 2021-12-07 22:13 UTC  (6+ messages)
` [PATCH v4 "

[PATCH] Add valgrind smoke test
 2021-12-07 21:10 UTC  (5+ messages)

[PATCH v2] Remove upper limit on tunable MALLOC_MMAP_THRESHOLD
 2021-12-07 20:35 UTC  (3+ messages)

[PATCH] x86: Don't set Prefer_No_AVX512 for processors with AVX512 and AVX-VNNI
 2021-12-07 19:32 UTC  (11+ messages)

[PATCH v3 3/3] system_data_types.7: note struct timespec::tv_nsec type for x32 and portability
 2021-12-07 18:52 UTC  (7+ messages)

[PATCH] powerpc64[le]: Allocate extra stack frame on syscall.S
 2021-12-07 18:52 UTC 

[PATCH] intl: Emit no lines in bison generated files
 2021-12-07 17:37 UTC  (2+ messages)

[PATCH 0/5] Extensible rseq support for glibc
 2021-12-07 15:48 UTC  (9+ messages)
` [PATCH 3/5] Linux: Use rseq to accelerate sched_getcpu
` [PATCH 5/5] nptl: Add public rseq symbols and <sys/rseq.h>

elf.h changing and disappearing GNU_PROPERTY_X86 constant values
 2021-12-07 13:38 UTC  (3+ messages)

[PATCH v4 00/12] Improve hypot
 2021-12-07 13:21 UTC  (8+ messages)
` [PATCH v4 06/12] math: Remove powerpc e_hypot
` [PATCH v4 08/12] math: Add math-use-builtinds-fmax.h


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