public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
[PATCH 0/5] More features cleanups
 2023-12-07 13:14 UTC  (3+ messages)
` [PATCH 2/5] Assume only FLAG_ELF_LIBC6 suport

[PATCH v2 0/2] Generic x86-64 CPU diagnostics dumper
 2023-12-07 13:11 UTC  (6+ messages)
` [PATCH v2 1/2] elf: Wire up _dl_diagnostics_cpu_kernel
` [PATCH v2 2/2] x86: Add generic CPUID data dumper to ld.so --list-diagnostics

[RFC] resolv: Align buf before second query for A_AAA in __res_context_query
 2023-12-07 12:47 UTC  (7+ messages)

sparcv9 build failure with GCC mainline
 2023-12-07 12:35 UTC  (2+ messages)

[PATCH v3 00/32] RELRO linkmaps
 2023-12-07 11:34 UTC  (36+ messages)
` [PATCH v3 01/32] support: Add <support/memprobe.h> for protection flags probing
` [PATCH v3 02/32] misc: Enable internal use of memory protection keys
` [PATCH v3 03/32] elf: Remove _dl_sysdep_open_object hook function
` [PATCH v3 04/32] elf: Eliminate second loop in find_version in dl-version.c
` [PATCH v3 05/32] elf: In rtld_setup_main_map, assume ld.so has a DYNAMIC segment
` [PATCH v3 06/32] elf: Remove version assert in check_match in elf/dl-lookup.c
` [PATCH v3 07/32] elf: Disambiguate some failures in _dl_load_cache_lookup
` [PATCH v3 08/32] elf: Eliminate alloca in open_verify
` [PATCH v3 09/32] Do not export <alloc_buffer.h> functions from libc
` [PATCH v3 10/32] elf: Make <alloc_buffer.h> usable in ld.so
` [PATCH v3 11/32] elf: Merge the three implementations of _dl_dst_substitute
` [PATCH v3 12/32] elf: Move __rtld_malloc_init_stubs call into _dl_start_final
` [PATCH v3 13/32] elf: Merge __dl_libc_freemem into __rtld_libc_freeres
` [PATCH v3 14/32] elf: Use struct link_map_private for the internal link map
` [PATCH v3 15/32] elf: Remove run-time-writable fields from struct link_map_private
` [PATCH v3 16/32] elf: Move l_tls_offset into read-write part of link map
` [PATCH v3 17/32] elf: Allocate auditor state after read-write "
` [PATCH v3 18/32] elf: Move link map fields used by dependency sorting to writable part
` [PATCH v3 19/32] elf: Split _dl_lookup_map, _dl_map_new_object from _dl_map_object
` [PATCH v3 20/32] elf: Add l_soname accessor function for DT_SONAME values
` [PATCH v3 21/32] elf: _dl_rtld_map should not exist in static builds
` [PATCH v3 22/32] elf: Introduce GLPM accessor for the protected memory area
` [PATCH v3 23/32] elf: Bootstrap allocation for future protected memory allocator
` [PATCH v3 24/32] elf: Implement a basic "
` [PATCH v3 25/32] elf: Move most of the _dl_find_object data to the protected heap
` [PATCH v3 26/32] elf: Switch to a region-based protected memory allocator
` [PATCH v3 27/32] elf: Determine the caller link map in _dl_open
` [PATCH v3 28/32] elf: Add fast path to dlopen for fully-opened maps
` [PATCH v3 29/32] elf: Use _dl_find_object instead of _dl_find_dso_for_object in dlopen
` [PATCH v3 30/32] elf: Put critical _dl_find_object pointers into protected memory area
` [PATCH v3 31/32] elf: Add hash tables to speed up DT_NEEDED, dlopen lookups
` [PATCH v3 32/32] elf: Use memory protection keys for the protected memory allocator

[PATCH v9 0/6] RISC-V: ifunced memcpy using new kernel hwprobe interface
 2023-12-07  9:46 UTC  (16+ messages)
` [PATCH v9 1/6] riscv: Add Linux hwprobe syscall support
` [PATCH v9 2/6] riscv: Add hwprobe vdso call support
` [PATCH v9 3/6] riscv: Add __riscv_hwprobe pointer to ifunc calls
` [PATCH v9 4/6] riscv: Enable multi-arg ifunc resolvers
` [PATCH v9 5/6] riscv: Add ifunc helper method to hwprobe.h
` [PATCH v9 6/6] riscv: Add and use alignment-ignorant memcpy

[PATCH 00/17] x86/cet: Update CET kernel interface
 2023-12-06 23:57 UTC  (20+ messages)
` [PATCH 01/17] x86/cet: Check user_shstk in /proc/cpuinfo
` [PATCH 02/17] x86/cet: Update tst-cet-vfork-1
` [PATCH 03/17] x86/cet: Don't assume that SHSTK implies IBT
` [PATCH 04/17] x86/cet: Check legacy shadow stack applications
` [PATCH 05/17] x86/cet: Check CPU_FEATURE_ACTIVE when CET is disabled
` [PATCH 06/17] x86/cet: Add tests for GLIBC_TUNABLES=glibc.cpu.hwcaps=-SHSTK
` [PATCH 07/17] x86/cet: Check legacy shadow stack code in .init_array section
` [PATCH 08/17] x86/cet: Check CPU_FEATURE_ACTIVE in permissive mode
` [PATCH 09/17] x86: Check PT_GNU_PROPERTY early
` [PATCH 10/17] x86: Modularize sysdeps/x86/dl-cet.c
` [PATCH 11/17] x86/cet: Sync with Linux kernel 6.6 shadow stack interface
` [PATCH 12/17] elf: Always provide _dl_get_dl_main_map in libc.a
` [PATCH 13/17] x86/cet: Enable shadow stack during startup
` [PATCH 14/17] x86/cet: Check feature_1 in TCB for active IBT and SHSTK
` [PATCH 15/17] x86/cet: Don't disable CET if not single threaded
` [PATCH 16/17] x86/cet: Don't set CET active by default
` [PATCH 17/17] x86/cet: Run some CET tests with shadow stack

[PATCH] stdlib: Reinstate stable mergesort implementation on qsort
 2023-12-06 21:11 UTC  (2+ messages)

[PATCH v5] Add rseq extensible ABI support
 2023-12-06 19:10 UTC 

[PATCH V6] powerpc: Optimized strcmp for power10
 2023-12-06 16:57 UTC  (2+ messages)

[RFC] proposed libc interface and man page for listmount
 2023-12-06 16:53 UTC  (7+ messages)

[PATCH v6 0/2] Improve loader environment variable handling
 2023-12-06 13:24 UTC  (3+ messages)
` [PATCH v6 1/2] elf: Do not duplicate the GLIBC_TUNABLES string
` [PATCH v6 2/2] elf: Do not set invalid tunables values

[PATCH v5 0/5] Improve loader environment variable handling
 2023-12-06 13:06 UTC  (8+ messages)
` [PATCH v5 1/5] elf: Do not duplicate the GLIBC_TUNABLES string
` [PATCH v5 2/5] elf: Do not set invalid tunables values
` [PATCH v5 3/5] elf: Ignore loader debug env vars for setuid

[PATCH] stdlib: Optimize number of calls to comparison function
 2023-12-06 12:51 UTC  (11+ messages)
  ` [PATCH v2 0/2] stdlib: Optimize number of calls to comparison function in qsort
    ` [PATCH v2 1/2] "
    ` [PATCH v2 2/2] stdlib: Adjust the factor in tst-qsort5

[PATCH] rtld: Add glibc.rtld.enable_secure tunable
 2023-12-06 10:03 UTC  (4+ messages)

[PATCH] LoongArch: Add support for TLS Descriptors
 2023-12-06  8:07 UTC  (14+ messages)

[PATCH V5] powerpc: Optimized strcmp for power10
 2023-12-05 19:38 UTC  (2+ messages)

[PATCH 1/2] localedata: Remove trailing whitespace in weekday names in nn_NO locale
 2023-12-05 19:29 UTC  (2+ messages)
` [PATCH 2/2] localedata: Convert day names in nn_NO locale to UTF-8

[PATCH v2] rtld: Add glibc.rtld.enable_secure tunable
 2023-12-05 17:45 UTC 

[RFC PATCH] Add rseq extensible ABI support
 2023-12-05 15:56 UTC  (7+ messages)
` [RFC PATCH v3] "
` [RFC PATCH v4] "

[committed][glibc-htdocs] Mention the security page in the bugs page
 2023-12-05 14:24 UTC 

[committed] Adapt the security policy for the security page
 2023-12-05 14:16 UTC 

[PATCH v2 1/2] powerpc: Add space for HWCAP3/HWCAP4 in the TCB for future Power
 2023-12-05 12:38 UTC  (2+ messages)
` [PATCH v2 2/2] powerpc: Add HWCAP3/HWCAP4 data to TCB for Power Architecture

Review of the qsort situation
 2023-12-05 11:43 UTC  (4+ messages)

[PATCH] aarch64: correct CFI in rawmemchr (bug 31113)
 2023-12-05 11:38 UTC  (2+ messages)

[PATCH] debug/getwd_chk.c: warning should be emitted for the __getwd_chk symbol
 2023-12-05 11:23 UTC 

Good News!!!
 2023-12-05  4:38 UTC 

RFD/patch:system-wide tunables: parser preview
 2023-12-05  3:48 UTC 

[PATCH][glibc-htdocs] Add a security page
 2023-12-04 22:22 UTC  (2+ messages)

[PATCH] Chain stpcpy(3) to terminate strings after mempcpy(3)
 2023-12-04 16:47 UTC 

[PATCH v2] math: Add new exp10 implementation
 2023-12-04 16:37 UTC  (6+ messages)

Monday Patch Queue Review update (2023-12-04)
 2023-12-04 15:06 UTC  (2+ messages)

[PATCH] strcasestr: check if ne[0] is in hs with strchr or strpbrk as does strstr
 2023-12-04 14:44 UTC  (3+ messages)
` [PATCH] strcasestr: try to find non-alpha char in NEEDLE

[PATCH 1/2] Add random benchmark
 2023-12-04 14:38 UTC  (2+ messages)

[PATCH] powerpc: Add HWCAP3/HWCAP4 data to TCB for Power Architecture
 2023-12-04 14:16 UTC  (2+ messages)

UNIX(7)
 2023-12-04 10:11 UTC  (4+ messages)

glibc misc/sys/cdefs.h nonull - typo in comment
 2023-12-03 22:09 UTC  (10+ messages)

[hurd,commited] Revert "Update code to handle the new ABI for sending inlined port rights."
 2023-12-03  1:12 UTC 

[hurd,commited] Revert "hurd: Fix build"
 2023-12-03  1:12 UTC 

[hurd,commited] hurd: Fix build
 2023-12-03  0:53 UTC 

[hurd,commited] Update code to handle the new ABI for sending inlined port rights
 2023-12-03  0:04 UTC 

[hurd,commited] hurd: [!__USE_MISC] Do not #undef BSD macros in ioctls
 2023-12-02 20:27 UTC 

[PATCH] powerpc: Add space for HWCAP3/HWCAP4 in the TCB for future Power
 2023-12-01  4:05 UTC  (6+ messages)

[PATCH V4] powerpc: Optimized strcmp for power10
 2023-11-30 16:54 UTC  (2+ messages)

[PATCH v2] Move CVE information into advisories directory
 2023-11-30 13:11 UTC 

[PATCH] Avoid padding in _init and _fini. [BZ #31042]
 2023-11-30 12:36 UTC  (6+ messages)

[PATCH v2] linux: Make fdopendir fail with O_PATH (BZ 30373)
 2023-11-30 11:51 UTC  (5+ messages)

[PATCH] aarch64: fix tested ifunc variants
 2023-11-30  8:12 UTC 

[PATCH] elf: Add TLS modid reuse test for bug 29039
 2023-11-30  8:11 UTC 

One month until freeze for glibc 2.39
 2023-11-29 21:35 UTC 

Search path for shared libraries
 2023-11-29 20:05 UTC  (2+ messages)

[PATCH] aarch64: Improve special-case handling in AdvSIMD double-precision libmvec routines
 2023-11-29 15:04 UTC  (2+ messages)

School Districts Contacts 2023
 2023-11-29 14:23 UTC 

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