public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
[PATCH v2] nptl: Add backoff mechanism to spinlock loop
 2022-04-22 13:32 UTC  (7+ messages)

[PATCH] INSTALL: Rephrase -with-default-link documentation
 2022-04-22 10:27 UTC 

[PATCH] elf: Move elf_dynamic_do_Rel RTLD_BOOTSTRAP branches outside
 2022-04-22 10:00 UTC  (3+ messages)

[PATCH v3 1/2] scripts: Add glibcelf.py module
 2022-04-22  8:56 UTC  (12+ messages)
` [PATCH v3 2/2] Default to --with-default-link=no (bug 25812)

[PATCH v4] scripts: Add glibcelf.py module
 2022-04-22  8:45 UTC  (2+ messages)

[PATCH v1 1/5] benchtests: Improve bench-strrchr
 2022-04-22  1:54 UTC  (25+ messages)
` [PATCH v1 2/5] x86: Optimize {str|wcs}rchr-sse2
` [PATCH v1 3/5] x86: Add wcsrchr optimized with SSE4_1 in wcsrchr-sse4_1.S
` [PATCH v1 4/5] x86: Optimize {str|wcs}rchr-avx2
` [PATCH v1 5/5] x86: Optimize {str|wcs}rchr-evex
` [PATCH v2 1/4] benchtests: Improve bench-strrchr
  ` [PATCH v2 2/4] x86: Optimize {str|wcs}rchr-sse2
  ` [PATCH v2 3/4] x86: Optimize {str|wcs}rchr-avx2
  ` [PATCH v2 4/4] x86: Optimize {str|wcs}rchr-evex
` [PATCH v3 1/4] benchtests: Improve bench-strrchr
  ` [PATCH v3 2/4] x86: Optimize {str|wcs}rchr-sse2
  ` [PATCH v3 3/4] x86: Optimize {str|wcs}rchr-avx2
  ` [PATCH v3 4/4] x86: Optimize {str|wcs}rchr-evex

[PATCH] benchtests: Add pthread-mutex-locks bench
 2022-04-22  0:58 UTC  (6+ messages)
` [PATCH v2] "

[PATCH v13 0/2] arm64: Enable BTI for the executable as well as the interpreter
 2022-04-21 17:58 UTC  (15+ messages)
` [PATCH v13 1/2] elf: Allow architectures to parse properties on the main executable
` [PATCH v13 2/2] arm64: Enable BTI for main executable as well as the interpreter

[PATCH 0/2] localedata: Add locale for syr_SY [BZ #27063]
 2022-04-21 16:17 UTC  (10+ messages)

[PATCH] Fix deadlock when pthread_atfork handler calls pthread_atfork or dlclose
 2022-04-21 13:45 UTC  (2+ messages)

[PATCH] libio: Remove _IO_adjust_column, _IO_adjust_wcolumn, column tracking
 2022-04-21 10:00 UTC  (2+ messages)

[PATCH] dlfcn: Do not use rtld_active () to determine ld.so state (bug 29078)
 2022-04-20 20:51 UTC 

[PATCH v3 0/9] Add arc4random support
 2022-04-20 19:23 UTC  (14+ messages)
` [PATCH v3 1/9] stdlib: Add arc4random, arc4random_buf, and arc4random_uniform (BZ #4417)
` [PATCH v3 2/9] stdlib: Add arc4random tests
` [PATCH v3 3/9] benchtests: Add arc4random benchtest
` [PATCH v3 4/9] aarch64: Add optimized chacha20
` [PATCH v3 5/9] x86: Add SSE2 "
` [PATCH v3 6/9] x86: Add AVX2 "
` [PATCH v3 7/9] powerpc64: Add "
` [PATCH v3 8/9] s390x: "
` [PATCH v3 9/9] stdlib: Add TLS optimization to arc4random

RFC: Auditor access to program headers
 2022-04-20 18:57 UTC  (4+ messages)

[PATCH] dlfcn: Implement the RTLD_DI_PHDR request type for dlinfo
 2022-04-20 18:53 UTC 

[PATCH v10 0/7] Support DT_RELR relative relocation format
 2022-04-20 17:49 UTC  (16+ messages)
` [PATCH v10 1/7] elf: Define DT_RELR related macros and types
` [PATCH v10 2/7] Add GLIBC_ABI_DT_RELR for DT_RELR support
` [PATCH v10 3/7] elf: Support DT_RELR relative relocation format [BZ #27924]
` [PATCH v10 4/7] elf: Properly handle zero DT_RELA/DT_REL values
` [PATCH v10 5/7] elf: Add more DT_RELR tests
` [PATCH v10 6/7] Add --disable-default-dt-relr
` [PATCH v10 7/7] NEWS: Mention DT_RELR support

[PATCH] m68k: Handle fewer relocations for RTLD_BOOTSTRAP (#BZ29071)
 2022-04-20 16:47 UTC  (2+ messages)

[RISCV] RISC-V GNU Toolchain Meeting Cancell (Feb 09, 2022)
 2022-04-20 16:13 UTC 

[PATCH] powerpc64: small-model @got@tprel accesses
 2022-04-20  7:26 UTC 

[PowerPC64] Use medium model toc accesses throughout
 2022-04-20  7:21 UTC  (6+ messages)
` [PATCH v2 0/4] PowerPC64 static-pie
  ` [PATCH v2 4/4] powerpc64: Enable static-pie
        ` [PATCH v3] "

[PATCH v1 1/3] x86: Optimize memcmp SSE2 in memcmp.S
 2022-04-20  1:19 UTC  (21+ messages)
` [PATCH v1 2/3] x86: Remove memcmp-sse4.S
` [PATCH v1 3/3] x86: Cleanup page cross code in memcmp-avx2-movbe.S
` [PATCH v2 1/3] x86: Optimize memcmp SSE2 in memcmp.S
  ` [PATCH v2 2/3] x86: Remove memcmp-sse4.S
  ` [PATCH v2 3/3] x86: Cleanup page cross code in memcmp-avx2-movbe.S
` [PATCH v3 1/3] x86: Optimize memcmp SSE2 in memcmp.S
  ` [PATCH v3 2/3] x86: Remove memcmp-sse4.S
  ` [PATCH v3 3/3] x86: Cleanup page cross code in memcmp-avx2-movbe.S

[PATCH v1] x86: Fix missing __wmemcmp def for disable-multiarch build
 2022-04-20  1:19 UTC  (8+ messages)
` [PATCH v2] "

[PATCH v2] elf: Remove __libc_init_secure
 2022-04-19 21:26 UTC  (2+ messages)

[PATCH v3 00/13] GLIBC LoongArch PATCHES
 2022-04-19 20:06 UTC  (15+ messages)
` [PATCH v3 01/13] LoongArch: Update NEWS and README for the LoongArch port
` [PATCH v3 02/13] LoongArch: Add LoongArch entries to config.h.in
` [PATCH v3 03/13] LoongArch: Add relocations and ELF flags to elf.h
` [PATCH v3 04/13] LoongArch: ABI Implementation
` [PATCH v3 05/13] LoongArch: Thread-Local Storage Support
` [PATCH v3 06/13] LoongArch: Generic <math.h> and soft-fp Routines
` [PATCH v3 07/13] LoongArch: Atomic and Locking Routines
` [PATCH v3 08/13] LoongArch: Linux Syscall Interface
` [PATCH v3 09/13] LoongArch: Linux ABI
` [PATCH v3 10/13] LoongArch: Add ABI Lists
` [PATCH v3 11/13] LoongArch: Build Infastructure
` [PATCH v3 12/13] LoongArch: Hard Float Support
` [PATCH v3 13/13] LoongArch: Update build-many-glibcs.py for the LoongArch Port

[PATCH v2] nptl: Handle spurious EINTR when thread cancellation is disabled (BZ#29029)
 2022-04-19 13:12 UTC  (8+ messages)

Why -static-libgcc? (Or: Do we need a build-time libc.so linker script?)
 2022-04-19 11:57 UTC  (5+ messages)

[PATCH] elf: Remove __libc_init_secure
 2022-04-19  9:25 UTC  (2+ messages)

[PATCH] elf: Remove __libc_enable_secure_decided
 2022-04-18 23:49 UTC  (3+ messages)

[COMMITTED 2.34, 2.35] mips: Fix mips64n32 64 bit time_t stat support (BZ#29069)
 2022-04-18 16:18 UTC 

[PATCH v2 0/8] Add arc4random support
 2022-04-18 15:58 UTC  (11+ messages)
` [PATCH v2 1/8] stdlib: Add arc4random, arc4random_buf, and arc4random_uniform (BZ #4417)
` [PATCH v2 2/8] stdlib: Add arc4random tests
` [PATCH v2 3/8] benchtests: Add arc4random benchtest
` [PATCH v2 4/8] aarch64: Add optimized chacha20
` [PATCH v2 5/8] x86: Add SSE2 "
` [PATCH v2 6/8] x86: Add AVX2 "
` [PATCH v2 7/8] powerpc64: Add "
` [PATCH v2 8/8] s390x: "

Monday Patch Queue Review update (2022-04-11)
 2022-04-18 11:47 UTC 

Monday Patch Queue Review - No meeting
 2022-04-18 11:44 UTC 

[PATCH] misc: Fix rare fortify crash on wchar funcs. [BZ 29030]
 2022-04-18  5:15 UTC  (3+ messages)

[PATCH] Change fno-unit-at-a-time to fno-toplevel-reorder
 2022-04-16 18:36 UTC 

[PATCH] [Bug 215844] scanf.3: Clarify ll and L modifiers
 2022-04-16 18:19 UTC 

[PATCH v5 0/7] Refactor syslog implementation
 2022-04-15 14:00 UTC  (3+ messages)

[COMMITTED] stdio: Split __get_errname definition from errlist.c
 2022-04-15 12:38 UTC 

[PATCH 0/7] Add arc4random support
 2022-04-15 10:22 UTC  (4+ messages)

[PATCH v5] elf: fixes compile error when both enable -Werror and -DNDEBUG
 2022-04-15  9:25 UTC 

[PATCH v5 6/6] x86: Reduce code size of mem{move|pcpy|cpy}-ssse3
 2022-04-15  5:03 UTC  (2+ messages)

[PATCH v2 00/14] GLIBC LoongArch PATCHES
 2022-04-15  1:28 UTC  (34+ messages)
` [PATCH v2 01/14] LoongArch: Update NEWS and README for the LoongArch port
` [PATCH v2 04/14] LoongArch: ABI Implementation
` [PATCH v2 05/14] LoongArch: Thread-Local Storage Support
` [PATCH v2 07/14] LoongArch: Atomic and Locking Routines
` [PATCH v2 08/14] LoongArch: Linux Syscall Interface
` [PATCH v2 09/14] LoongArch: Linux ABI
` [PATCH v2 10/14] LoongArch: Linux Startup and Dynamic Loading Code
` [PATCH v2 11/14] LoongArch: Add ABI Lists
` [PATCH v2 13/14] LoongArch: Hard Float Support

[v2] posix/glob.c: update from gnulib
 2022-04-14 23:40 UTC  (2+ messages)
` [v3] "

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