unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2022-06-09 00:10:03 to 2022-06-17 15:02:20 UTC [more...]

[PATCH] uapi: Make __{u,s}64 match {u,}int64_t in userspace
 2022-06-17 15:04 UTC  (10+ messages)
              ` Ping: "
                ` Ping: [PATCH] uapi: Make __{u, s}64 match {u, }int64_t "

[PATCH] Remove catomics
 2022-06-17 11:56 UTC  (3+ messages)

(no subject)
 2022-06-17  8:03 UTC 

[PATCH v3] elf: Silence GCC 11/12 false positive warning
 2022-06-17  6:29 UTC  (2+ messages)

x86 32bit build broken
 2022-06-17  5:37 UTC 

[PATCH v1 1/2] x86: Add defines / utilities for making ISA specific x86 builds
 2022-06-17  3:50 UTC  (2+ messages)
` [PATCH v1 2/2] x86: Add support for compiling {raw|w}memchr with high ISA level

[PATCH v2] elf: Silence GCC 12 false positive warning
 2022-06-17  2:53 UTC  (4+ messages)

[PATCH] elf: Silence GCC 12 false positive warning
 2022-06-17  1:55 UTC 

[PATCH v2 0/4] Simplify internal single-threaded usage
 2022-06-17  0:35 UTC  (18+ messages)
` [PATCH v2 1/4] misc: Optimize internal usage of __libc_single_threaded
` [PATCH v2 2/4] Replace __libc_multiple_threads with __libc_single_threaded
` [PATCH v2 3/4] Remove usage of TLS_MULTIPLE_THREADS_IN_TCB
` [PATCH v2 4/4] Remove single-thread.h

[PATCH v1 1/3] x86: Align varshift table to 32-bytes
 2022-06-16 22:43 UTC  (10+ messages)
` [PATCH v1 2/3] x86: Add avx compiled version for strspn, strcspn, and strpbrk
` [PATCH v1 3/3] x86: Rename generic functions with unique postfix for clarity
  ` [PATCH v2] "
  ` [PATCH v3] "

[PATCH v1] x86: Add BMI1/BMI2 checks for ISA_V3 check
 2022-06-16 22:39 UTC  (2+ messages)

[PATCH] x86-64: Handle fewer relocation types for RTLD_BOOTSTRAP
 2022-06-16 18:13 UTC  (2+ messages)

[PATCH] Use uintptr_t instead of performing pointer subtraction with a null pointer
 2022-06-16 10:36 UTC  (6+ messages)

[patch/idea] Add register scrambling to testsuite
 2022-06-16 10:29 UTC  (3+ messages)

[patch/idea] Add register scrambling to testsuite
 2022-06-16  7:46 UTC  (18+ messages)

[PATCH v2 1/2] s390: use $READELF
 2022-06-16  1:56 UTC  (5+ messages)
` [PATCH v2 2/2] s390: use LC_ALL=C for readelf call

[PATCH] riscv: Change the relocations handled for RTLD_BOOTSTRAP
 2022-06-16  0:31 UTC  (5+ messages)

[PATCH 0/1] Adding mempbrk() function to glibc
 2022-06-15 22:23 UTC  (4+ messages)
` [PATCH 1/1] string: Add basic implementation of mempbrk

[PATCH v1 1/3] x86: Fix misordered logic for setting `rep_movsb_stop_threshold`
 2022-06-15 20:48 UTC  (25+ messages)
` [PATCH v1 2/3] x86: Cleanup bounds checking in large memcpy case
  ` [PATCH v2] "
  ` [PATCH v3] "
  ` [PATCH v4 1/2] "
    ` [PATCH v4 2/2] x86: Add bounds `x86_non_temporal_threshold`
      ` [PATCH v5 "
      ` [PATCH v6 2/3] "
      ` [PATCH v7 "
` [PATCH v1 3/3] x86: Add sse42 implementation to strcmp's ifunc

[patch/idea v2] Add register scrambling to testsuite
 2022-06-15 20:37 UTC 

[PATCH v4] elf: Remove ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA
 2022-06-15 18:12 UTC  (4+ messages)

[RISCV] RISC-V GNU Toolchain Meeting Cancell (Jun, 16, 2022)
 2022-06-15 13:34 UTC 

[PATCH v2] elf: Refine direct extern access diagnostics to protected symbol
 2022-06-14 19:53 UTC  (9+ messages)

[PATCH v1] x86: Fix incorrect tunable logic for memmove-vec-unaligned-erms
 2022-06-14 19:41 UTC  (2+ messages)

[PATCH v2] linux: add RISC-V rseq signature
 2022-06-14 14:46 UTC 

[PATCH] Avoid -Wstringop-overflow= warning in iconv module
 2022-06-14  9:10 UTC  (3+ messages)

[PATCH] aarch64: Handle fewer relocations for RTLD_BOOTSTRAP
 2022-06-14  8:19 UTC  (7+ messages)

[PATCH] linux: add RISC-V rseq signature
 2022-06-13 21:12 UTC  (4+ messages)

[PATCH] [sysdeps] Fix possible null-pointer dereference
 2022-06-13  7:01 UTC  (2+ messages)

[PATCH] Add optional __Bfloat16 support
 2022-06-13  6:29 UTC  (6+ messages)

[PATCH v5 00/13] GLIBC LoongArch PATCHES
 2022-06-11  6:19 UTC  (13+ messages)
` [PATCH v5 04/13] LoongArch: ABI Implementation
` [PATCH v5 09/13] LoongArch: Linux ABI
            ` [PATCH v5 09/13] LoongArch: Linux ABI -- __ifunc_arg_t

[PATCH v2] elf: Remove one-default-version check when searching an unversioned symbol
 2022-06-10 21:44 UTC  (8+ messages)

[PATCH v6 00/10] Add arc4random support
 2022-06-10 17:26 UTC  (4+ messages)
` [PATCH v6 01/10] stdlib: Add arc4random, arc4random_buf, and arc4random_uniform (BZ #4417)

[PATCH v5 0/8] linux: Add new syscalls
 2022-06-10 17:21 UTC  (10+ messages)
` [PATCH v5 2/8] linux: Add fsmount
` [PATCH v5 5/8] linux: Add fspick
` [PATCH v5 8/8] linux: Add mount_setattr

[PATCH v1] x86: Add copyright to strpbrk-c.c
 2022-06-09 20:18 UTC  (3+ messages)

[PATCH] stdio-common: Add the fgetln function
 2022-06-09 20:08 UTC  (4+ messages)

[PATCH v1 1/7] x86: Improve svml_s_atanhf16_core_avx512.S
 2022-06-09 19:34 UTC  (42+ messages)
` [PATCH v1 7/7] x86: Optimize svml_s_tanhf4_core_sse4.S
` [PATCH v2 1/7] x86: Improve svml_s_atanhf16_core_avx512.S
  ` [PATCH v2 2/7] x86: Improvement svml_s_atanhf8_core_avx2.S
  ` [PATCH v2 3/7] x86: Improve svml_s_atanhf4_core_sse4.S
  ` [PATCH v2 4/7] x86: Optimize svml_s_tanhf16_core_avx512.S
  ` [PATCH v2 5/7] x86: Add data file that can be shared by tanhf-avx2 and tanhf-sse4
  ` [PATCH v2 6/7] x86: Optimize svml_s_tanhf8_core_avx2.S
  ` [PATCH v2 7/7] x86: Optimize svml_s_tanhf4_core_sse4.S
` [PATCH v3 1/7] x86: Improve svml_s_atanhf16_core_avx512.S
  ` [PATCH v3 2/7] x86: Improvement svml_s_atanhf8_core_avx2.S
  ` [PATCH v3 3/7] x86: Improve svml_s_atanhf4_core_sse4.S
  ` [PATCH v3 4/7] x86: Optimize svml_s_tanhf16_core_avx512.S
  ` [PATCH v3 5/7] x86: Add data file that can be shared by tanhf-avx2 and tanhf-sse4
  ` [PATCH v3 6/7] x86: Optimize svml_s_tanhf8_core_avx2.S
  ` [PATCH v3 7/7] x86: Optimize svml_s_tanhf4_core_sse4.S
` [PATCH v4 1/7] x86: Improve svml_s_atanhf16_core_avx512.S
  ` [PATCH v4 2/7] x86: Improve svml_s_atanhf8_core_avx2.S
  ` [PATCH v4 6/7] x86: Optimize svml_s_tanhf8_core_avx2.S

[PATCH v2] elf: Remove ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA
 2022-06-09  8:12 UTC  (7+ messages)
` [PATCH v3] "

[PATCH] s390: use LC_ALL=C for readelf call
 2022-06-09  2:55 UTC 

[PATCH v4 2/2] nss: handle stat failure in check_reload_and_get (BZ #28752)
 2022-06-09  1:29 UTC  (2+ messages)

[PATCH v4 1/2] nss: add assert to DB_LOOKUP_FCT (BZ #28752)
 2022-06-09  1:29 UTC  (2+ messages)


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