unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2021-09-15 03:23:46 to 2021-09-20 10:55:19 UTC [more...]

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

[PATCH v7 00/14] aarch64: branch protection support
 2021-09-20 10:49 UTC  (5+ messages)
` [PATCH v7 09/14] aarch64: ensure objects are BTI compatible

[PATCH v4] ld.so: Replace DL_RO_DYN_SECTION with dl_relocate_ld
 2021-09-20 10:32 UTC  (7+ messages)

Announcing backports on libc-stable
 2021-09-20  5:49 UTC  (2+ messages)

[PATCH] fputs return the number of characters written
 2021-09-20  5:45 UTC  (2+ messages)

[PATCH v1] benchtests: Improve reliability of memcmp benchmarks
 2021-09-18 21:39 UTC 

[RFC patch 0/5] RISC-V: Add vector ISA support
 2021-09-18  3:19 UTC  (25+ 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

Add new ABI '__memcmpeq()' to libc
 2021-09-18  1:36 UTC  (24+ messages)
` [libc-coord] "

[PATCH v2] ld.so: Replace DL_RO_DYN_SECTION with dl_relocate_ld
 2021-09-18  0:58 UTC  (5+ messages)

Use $(pie-default) with conformtest [committed]
 2021-09-17 19:24 UTC 

[PATCH v3] ld.so: Replace DL_RO_DYN_SECTION with dl_relocate_ld
 2021-09-17 17:12 UTC 

The email-to-bugzilla bug-number-matching regular expression
 2021-09-17 17:09 UTC  (2+ messages)

Question about running the testsuite
 2021-09-17 16:51 UTC  (2+ messages)

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

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

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

question regarding two security features
 2021-09-17 13:35 UTC  (4+ messages)

[PATCH v2] nptl: pthread_kill needs to return ESRCH for old programs (bug 19193)
 2021-09-17 13:06 UTC 

[PATCH] nptl: pthread_kill needs to return ESRCH for old programs (bug 19193)
 2021-09-17 12:40 UTC 

[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

Status of LD_AUDIT support?
 2021-09-17 10:00 UTC  (2+ 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)

[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  (9+ messages)
` [PATCH v3 2/6] futex2: Implement vectorized wait

[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  (2+ 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  (6+ messages)
    ` Re: [PATCH 1/5] x86_64: Add support for bcmp using sse2, sse 4_1, "

[PATCH htl v3 0/5] Rewrite THREAD_GSCOPE
 2021-09-15 15:16 UTC  (8+ messages)
` [PATCH htl v3 2/5] htl: Move thread table to ld.so

[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


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