unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2021-09-14 01:04:22 to 2021-09-17 10:20:11 UTC [more...]

[PATCH v6 0/1] RFC: Add <sys/tagged-address.h>
 2021-09-17 10:19 UTC  (11+ messages)
` [PATCH v6 1/1] <sys/tagged-address.h>: An API for tagged address

[PATCH v12 0/1] Extend struct r_debug to support multiple namespaces
 2021-09-17 10:15 UTC  (3+ messages)
` [PATCH v12 1/1] Extend struct r_debug to support multiple namespaces [BZ #15971]

Announcing backports on libc-stable
 2021-09-17 10:13 UTC 

[PATCH 0/2] Fix close_range/closefrom tests
 2021-09-17 10:12 UTC  (10+ messages)
` [PATCH 2/2] Use support_open_dev_null_range io/tst-closefrom, misc/tst-close_range, and posix/tst-spawn5 (BZ #28260)

Status of LD_AUDIT support?
 2021-09-17 10:00 UTC  (2+ messages)

Add new ABI '__memcmpeq()' to libc
 2021-09-17  9:30 UTC  (19+ messages)
` [libc-coord] "

[PATCH] ld.so: Handle read-only dynamic section gracefully [BZ #28340]
 2021-09-17  9:01 UTC  (39+ messages)
                                ` [PATCH] ld.so: Remove DL_RO_DYN_SECTION

[PATCH] dl: Use "adr" assembler command to get proper load address
 2021-09-17  8:29 UTC  (11+ messages)

Run conform/ tests using newly built libc
 2021-09-17  4:06 UTC  (2+ messages)

[PATCH] AArch64: Update A64FX memset not to degrade at 16KB
 2021-09-17  0:49 UTC  (8+ messages)

[RFC patch 0/5] RISC-V: Add vector ISA support
 2021-09-16 23:56 UTC  (21+ messages)
` [RFC patch 2/5] RISC-V: Reserve about 5K space in mcontext_t to support future ISA expansion
` [RFC patch 3/5] RISC-V: Save and restore VCSR when doing user context switch
` [RFC patch 4/5] RISC-V: Extend MINSIGSTKSZ and SIGSTKSZ to backup RVV registers
` [RFC 5/5] RISC-V: Expand PTHREAD_STACK_MIN to support RVV environment

[PATCH 00/20] futex: splitup and waitv syscall
 2021-09-16 18:54 UTC  (32+ messages)
` [PATCH 01/20] futex: Move to kernel/futex/
` [PATCH 02/20] futex: Split out syscalls
` [PATCH 03/20] futex: Rename {,__}{,un}queue_me()
` [PATCH 04/20] futex: Rename futex_wait_queue_me()
` [PATCH 05/20] futex: Rename: queue_{,un}lock()
` [PATCH 06/20] futex: Rename __unqueue_futex()
` [PATCH 07/20] futex: Rename hash_futex()
` [PATCH 08/20] futex: Rename: {get,cmpxchg}_futex_value_locked()
` [PATCH 09/20] futex: Split out PI futex
` [PATCH 10/20] futex: Rename: hb_waiter_{inc,dec,pending}()
` [PATCH 11/20] futex: Rename: match_futex()
` [PATCH 12/20] futex: Rename mark_wake_futex()
` [PATCH 13/20] futex: Split out requeue
` [PATCH 14/20] futex: Split out wait/wake
` [PATCH 15/20] futex: Simplify double_lock_hb()
` [PATCH 16/20] futex: Implement sys_futex_waitv()
` [PATCH 17/20] futex,x86: Wire up sys_futex_waitv()
` [PATCH 18/20] futex,arm: "
` [PATCH 19/20] selftests: futex: Add sys_futex_waitv() test
` [PATCH 20/20] selftests: futex: Test sys_futex_waitv() timeout

[PATCH v3 0/6] futex2: Add wait on multiple futexes syscall
 2021-09-16 16:36 UTC  (13+ messages)
` [PATCH v3 2/6] futex2: Implement vectorized wait
` [PATCH v3 5/6] selftests: futex2: Add waitv test

[PATCH v6 0/4] arm64: Enable BTI for the executable as well as the interpreter
 2021-09-16 15:28 UTC  (5+ messages)
` [PATCH v6 1/4] elf: Allow architectures to parse properties on the main executable
` [PATCH v6 2/4] arm64: Enable BTI for main executable as well as the interpreter
` [PATCH v6 3/4] elf: Remove has_interp property from arch_adjust_elf_prot()
` [PATCH v6 4/4] elf: Remove has_interp property from arch_parse_elf_property()

[PATCH v11 0/1] Extend struct r_debug to support multiple namespaces
 2021-09-16 15:25 UTC  (6+ messages)
` [PATCH v11 1/1] Extend struct r_debug to support multiple namespaces [BZ #15971]

Fix build-many-glibcs.py --strip for installed library renaming
 2021-09-16 12:08 UTC  (2+ messages)

[PATCH v2] posix: Fix attribute access mode on getcwd [BZ #27476]
 2021-09-16  8:28 UTC  (3+ messages)

[PATCH v3 4/5] benchtests: Fix validate_benchout.py exceptions
 2021-09-16  5:23 UTC  (9+ messages)
` [PATCH v4] "
        ` [PATCH v5] "

[PATCH htl v4 0/4] Rewrite THREAD_GSCOPE
 2021-09-15 23:05 UTC  (7+ messages)
` [PATCH htl v4 2/4] htl: Move thread table to ld.so
` [PATCH htl v4 3/4] htl: Reimplement GSCOPE
` [PATCH htl v4 4/4] elf: Remove THREAD_GSCOPE_IN_TCB

Redirect fma calls to __fma in libm [committed]
 2021-09-15 22:58 UTC 

[PATCH 1/5] x86_64: Add support for bcmp using sse2, sse4_1, avx2, and evex
 2021-09-15 18:30 UTC  (25+ messages)
` [PATCH 5/5] x86_64: Add evex optimized bcmp implementation in bcmp-evex.S
` [PATCH v2 1/5] x86_64: Add support for bcmp using sse2, sse4_1, avx2, and evex
  ` [PATCH v2 2/5] x86_64: Add sse2 optimized bcmp implementation in memcmp.S
  ` [PATCH v2 3/5] x86_64: Add sse4_1 optimized bcmp implementation in memcmp-sse4.S
  ` [PATCH v2 4/5] x86_64: Add avx2 optimized bcmp implementation in bcmp-avx2.S
  ` [PATCH v2 5/5] x86_64: Add evex optimized bcmp implementation in bcmp-evex.S
    ` Re: [PATCH 1/5] x86_64: Add support for bcmp using sse2, sse 4_1, avx2, and evex

[PATCH htl v3 0/5] Rewrite THREAD_GSCOPE
 2021-09-15 15:16 UTC  (14+ messages)
` [PATCH htl v3 1/5] elf: Replace most uses of THREAD_GSCOPE_IN_TCB
` [PATCH htl v3 2/5] htl: Move thread table to ld.so
` [PATCH htl v3 3/5] htl: Reimplement GSCOPE
` [PATCH htl v3 4/5] elf: Remove THREAD_GSCOPE_IN_TCB

[PATCH v2] ld.so: Handle read-only dynamic section gracefully [BZ #28340]
 2021-09-15 13:04 UTC  (5+ messages)

[PATCH v3 0/5] benchtests: Add memset zero fill benchmark test
 2021-09-15  8:24 UTC  (8+ messages)
` [PATCH v3 2/5] benchtests: Add memset zero fill benchtest

[hurd, commited] mach lll_lock/unlock: Explicitly request private locking
 2021-09-14 23:37 UTC 

[PATCH] powerpc: Fix unrecognized instruction errors with recent GCC
 2021-09-14 18:19 UTC 

New French PO file for 'libc' (version 2.33.9000)
 2021-09-14 17:47 UTC 

[PATCH] Fix subscript error with odd TZif file [BZ #28338]
 2021-09-14  5:49 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).