public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
Support for memcpy with equal source and destination
 2023-11-25 17:11 UTC  (4+ messages)

Shadow stack enabling from dynamic loader v/s kernel on exec
 2023-11-25 11:35 UTC  (2+ messages)

[PATCH] stdlib: Fix array bounds protection in insertion sort phase of qsort
 2023-11-24 20:01 UTC  (3+ messages)

Office Hours for the GNU Toolchain on 2023-11-30 at 11am EST5EDT
 2023-11-24 19:14 UTC 

[PATCH v2 0/7] Multiple floating-point environment fixes
 2023-11-24 18:46 UTC  (16+ messages)
` [PATCH v2 1/7] powerpc: Do not raise exception traps for fesetexcept/fesetexceptflag (BZ 30988)

[PATCH 0/3] Compatibility improvement for underlinked objects
 2023-11-24 17:10 UTC  (9+ messages)
` [PATCH 1/3] elf: In _dl_relocate_object, skip processing if object is relocated
` [PATCH 2/3] elf: Introduce the _dl_open_relocate_one_object function
` [PATCH 3/3] elf: Relocate libc.so early during startup and dlmopen (bug 31083)

[PATCH] Improve performance of libc locks
 2023-11-24 16:29 UTC  (7+ messages)

[PATCH] libio: Remove comment in <stdio.h>
 2023-11-24 13:37 UTC  (5+ messages)
      ` [PATCH] libio: Update "

[PATCH] stdlib: Add another workaround to the insertion sort phase of qsort
 2023-11-24 11:05 UTC  (6+ messages)

[PATCH v2 0/2] Improve MAP_HUGETLB with glibc.malloc.hugetlb=2
 2023-11-24  7:57 UTC  (4+ messages)
` [PATCH v2 1/2] elf: Add a way to check if tunable is set (BZ 27069)
` [PATCH v2 2/2] malloc: Improve MAP_HUGETLB with glibc.malloc.hugetlb=2

[RFC PATCH] Add rseq extensible ABI support
 2023-11-23 21:40 UTC  (2+ messages)
` [RFC PATCH v2] "

Remove __access_noerrno
 2023-11-23 19:02 UTC  (3+ messages)

[PATCH][glibc-htdocs] Add a security page
 2023-11-23 18:04 UTC 

glibc and hermetic /usr
 2023-11-23 16:42 UTC  (2+ messages)

[PATCH] RISC-V: Implement TLS Descriptors
 2023-11-23 11:39 UTC  (4+ messages)
` [PATCH v4 0/3] "
  ` [PATCH v4 3/3] "

x86: Only align destination to 1x VEC_SIZE in memset 4x loop
 2023-11-23  6:10 UTC  (2+ messages)

[patch/idea v2] Add register scrambling to testsuite
 2023-11-22 21:04 UTC  (4+ messages)

[PATCH v5 0/5] Improve loader environment variable handling
 2023-11-22 20:43 UTC  (6+ 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 v5 4/5] elf: Ignore LD_BIND_NOW and LD_BIND_NOT for setuid binaries
` [PATCH v5 5/5] elf: Refactor process_envvars

New French PO file for 'libc' (version 2.37.9000)
 2023-11-22 19:12 UTC 

proposed libc interface and man page for statmount(2)
 2023-11-22 16:18 UTC  (23+ messages)

[PATCH v3 00/19] Improve loader environment variable handling
 2023-11-22 14:13 UTC  (31+ messages)
` [PATCH v3 06/19] elf: Do not parse ill-formatted strings
` [PATCH v3 08/19] elf: Emit warning if tunable is ill-formatted
` [PATCH v3 11/19] elf: Do not duplicate the GLIBC_TUNABLES string
` [PATCH v3 12/19] elf: Ignore LD_PROFILE for setuid binaries
` [PATCH v3 13/19] elf: Remove LD_PROFILE for static binaries
` [PATCH v3 14/19] elf: Ignore loader debug env vars for setuid
` [PATCH v3 15/19] elf: Remove any_debug from dl_main_state
` [PATCH v3 16/19] elf: Ignore LD_LIBRARY_PATH and debug env var for setuid for static
` [PATCH v3 18/19] elf: Ignore LD_BIND_NOW and LD_BIND_NOT for setuid binaries
` [PATCH v3 19/19] elf: Refactor process_envvars

[PATCH v4 0/4] Improve loader environment variable handling
 2023-11-22 12:36 UTC  (5+ messages)
` [PATCH v4 1/4] elf: Do not duplicate the GLIBC_TUNABLES string
` [PATCH v4 2/4] elf: Ignore loader debug env vars for setuid
` [PATCH v4 3/4] elf: Ignore LD_BIND_NOW and LD_BIND_NOT for setuid binaries
` [PATCH v4 4/4] elf: Refactor process_envvars

[PATCH] aarch64: Fix libmvec benchmarks
 2023-11-22  9:12 UTC  (2+ messages)

[PATCH] malloc: Use __get_nprocs on arena_get2 (BZ 30945)
 2023-11-21 22:41 UTC  (2+ messages)

[PATCH] posix: Revert the removal of the crypt prototype from <unistd.h>
 2023-11-21 16:36 UTC  (4+ messages)

[PATCH] Avoid padding in _init and _fini. [BZ #31042]
 2023-11-21 15:57 UTC  (5+ messages)

Re
 2023-11-21 15:07 UTC 

Re
 2023-11-21 15:05 UTC 

[hurd,commited] hurd: fix restarting reauth_dtable on signal
 2023-11-21  6:27 UTC 

[hurd,commited] hurd: Prevent the final file_exec_paths call from signals
 2023-11-20 22:28 UTC 

[PATCH] manual: Fix termios.c example. (Bug 31078)
 2023-11-20 21:44 UTC  (3+ messages)

Seeking feedback for the adoption of a Code of Conduct for glibc
 2023-11-20 21:41 UTC  (2+ messages)

[PATCH 0/3] Various qsort fixes
 2023-11-20 20:32 UTC  (8+ messages)
` [PATCH 1/3] stdlib: Avoid another self-comparison in qsort
` [PATCH 2/3] stdlib: Handle various corner cases in the fallback heapsort for qsort
` [PATCH 3/3] stdlib: The qsort implementation needs to use heapsort in more cases

[PATCH] intl: Treat C.UTF-8 locale like C locale (BZ# 16621)
 2023-11-20 18:12 UTC 

[PATCH v2] aarch64: Add vector implementations of expm1 routines
 2023-11-20 17:57 UTC  (2+ messages)

Monday Patch Queue Review update (2023-11-20)
 2023-11-20 14:40 UTC 

[PATCH v2] ldconfig: Fixes for skipping temporary files
 2023-11-20 14:36 UTC  (5+ messages)

[PATCH] resolv: free only initialized items from gai pool
 2023-11-20 14:04 UTC  (2+ messages)

[PATCH v2 0/7] Updates from Linux 6.6
 2023-11-20 13:25 UTC  (3+ messages)
` [PATCH v2 7/7] linux: Use fchmodat2 on fchmod for flags different than 0 (BZ 26401)

[PATCH glibc] Remove untyped mach RPC code
 2023-11-19  9:21 UTC  (2+ messages)

[PATCH glibc] _hurd_intr_rpc_mach_msg: handle message iteration correctly
 2023-11-18 23:37 UTC  (2+ messages)

[RFC] stdbit.h implementation
 2023-11-18 11:09 UTC  (14+ messages)

rustc SIGILL since qsort_r patches
 2023-11-17 18:37 UTC  (14+ messages)

Several tst-robust* tests time out with recent Linux kernel
 2023-11-17  1:22 UTC  (10+ messages)

[PATCH] stdlib: Avoid another self-comparison in qsort
 2023-11-16 19:18 UTC  (3+ messages)

[PATCH v2] elf: Fix force_first handling in dlclose (bug 30785)
 2023-11-16 19:16 UTC  (3+ messages)

[PATCH 0/4] x86: Improve ERMS usage on Zen3+
 2023-11-16 18:35 UTC  (3+ messages)

[PATCH 1/2] localedata: Add information for Occitan
 2023-11-16 15:25 UTC  (2+ messages)
` [PATCH 2/2] localedata: Convert oc_FR locale to UTF-8

[PATCH v2] elf: Handle non-directory name in search path (BZ 31035)
 2023-11-16 12:38 UTC  (2+ messages)

[PATCH] powerpc : Add optimized memchr for POWER10
 2023-11-16 10:35 UTC  (2+ messages)

[PATCH 1/2] powerpc : Add optimized memchr for POWER10
 2023-11-16  9:49 UTC 

[PATCH] New Zealand locales (en_NZ & mi_NZ) first day of week should be Monday
 2023-11-16  7:56 UTC 

[PATCH] elf: ldconfig should skip temporary files created by package managers
 2023-11-15 16:18 UTC  (5+ messages)

[PATCHV3] powerpc: Optimized strcmp for power10
 2023-11-15 14:22 UTC  (2+ messages)

[RISC-V] [SIG-toolchain] Meeting will be canceled (Nov 16, 2023)
 2023-11-15 13:49 UTC 

[PATCH] sparc: Fix broken memset for sparc32 [BZ #31068]
 2023-11-15 13:26 UTC  (2+ messages)

[hurd,commited] hurd: Fix spawni returning allocation errors
 2023-11-14 22:57 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).