unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2023-07-04 16:08:49 to 2023-07-07 18:48:30 UTC [more...]

[PATCH v2 00/32] RELRO link maps
 2023-07-07 18:48 UTC  (4+ messages)
` [PATCH v2 01/32] support: Add <support/memprobe.h> for protection flags probing
` [PATCH v2 02/32] misc: Enable internal use of memory protection keys
` [PATCH v2 07/32] elf: Disambiguate some failures in _dl_load_cache_lookup

[PATCH] Change collation rules in localedata/locales/th_TH to use copy "iso14651_t1" and agree as much as possible with CLDR
 2023-07-07 17:55 UTC  (8+ messages)

[PATCH] fxprintf: Get rid of alloca
 2023-07-07 17:53 UTC 

[PATCH v5] vfprintf-internal: Get rid of alloca
 2023-07-07 17:21 UTC  (2+ messages)

[PATCH v3] PowerPC: Influence cpu/arch hwcap features via GLIBC_TUNABLES
 2023-07-07 16:40 UTC  (9+ messages)

[COMMITTED] Translations: Add new ro support and update others
 2023-07-07 15:45 UTC 

Updating Japanese libc translation for ESTALE in glibc
 2023-07-07 15:44 UTC  (6+ messages)
` [Translation-team-ja] "

[PATCH v4 0/3] RISC-V: ifunced memcpy using new kernel hwprobe interface
 2023-07-07 15:25 UTC  (9+ messages)
` [PATCH v4 1/3] riscv: Add Linux hwprobe syscall support
` [PATCH v4 2/3] riscv: Add hwprobe vdso call support
` [PATCH v4 3/3] riscv: Add and use alignment-ignorant memcpy

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

[PATCH] sysdeps/s390: Exclude fortified routines from being built with _FORTIFY_SOURCE
 2023-07-07 14:54 UTC 

[PATCH] msort: Get rid of alloca
 2023-07-07 13:56 UTC  (7+ messages)

freeze for the upcoming glibc 2.38 release
 2023-07-07 12:12 UTC  (5+ messages)

[PATCH v5 0/3] Restore support for _r_debug copy relocations, interposition
 2023-07-07 10:55 UTC  (4+ messages)
` [PATCH v5 1/3] elf: Introduce separate _r_debug_array variable
` [PATCH v5 2/3] elf: Introduce _dl_debug_change_state
` [PATCH v5 3/3] elf: Restore support for _r_debug interpositions and copy relocations

[PATCH 0/4] Update default build configuration
 2023-07-07 10:31 UTC  (3+ messages)
` [PATCH v2 "
  ` [ping][PATCH "

[PATCH v4 00/15] Allow glibc to be built with _FORTIFY_SOURCE
 2023-07-06 21:15 UTC  (26+ messages)
` [PATCH v4 01/15] "
` [PATCH v4 02/15] Exclude routines from fortification
` [PATCH v4 03/15] sysdeps: Ensure ieee128*_chk routines to be properly named
` [PATCH v4 04/15] string: Ensure *_chk routines have their hidden builtin definition available
` [PATCH v4 05/15] stdio: "
` [PATCH v4 06/15] misc/sys/cdefs.h: Create FORTIFY redirects for internal calls
` [PATCH v4 07/15] wchar: Avoid PLT entries with _FORTIFY_SOURCE
` [PATCH v4 08/15] posix/bits/unistd.h: Clearly separate declaration from definitions
` [PATCH v4 09/15] unistd: Avoid PLT entries with _FORTIFY_SOURCE
` [PATCH v4 10/15] misc/bits/select2.h: Clearly separate declaration from definitions
` [PATCH v4 11/15] misc/bits/syslog.h: Clearly separate declaration from definition
` [PATCH v4 12/15] libio/bits/stdio2.h: Clearly separate declaration from definitions
` [PATCH v4 13/15] libio/bits/stdio2-decl.h: Avoid PLT entries with _FORTIFY_SOURCE
` [PATCH v4 14/15] sysdeps/ieee754/ldbl-128ibm-compat: Fix warn unused result
` [PATCH v4 15/15] Add --enable-fortify-source option

[PATCH v2] elf: _dl_find_object may return 1 during early startup (bug 30515)
 2023-07-06 19:44 UTC  (2+ messages)

[PATCH] sysdeps: Add missing hidden definitions for i386
 2023-07-06 17:20 UTC 

[committed] hppa: Drop 16-byte pthread lock alignment
 2023-07-06 16:01 UTC  (2+ messages)

[PATCH v6 00/14] Allow glibc to be built with _FORTIFY_SOURCE
 2023-07-06 13:46 UTC  (20+ messages)
` [PATCH v6 01/14] "
` [PATCH v6 02/14] Exclude routines from fortification
` [PATCH v6 03/14] sysdeps: Ensure ieee128*_chk routines to be properly named
` [PATCH v6 04/14] string: Ensure *_chk routines have their hidden builtin definition available
` [PATCH v6 05/14] stdio: "
` [PATCH v6 06/14] misc/sys/cdefs.h: Create FORTIFY redirects for internal calls
` [PATCH v6 07/14] wchar: Avoid PLT entries with _FORTIFY_SOURCE
` [PATCH v6 08/14] posix/bits/unistd.h: Clearly separate declaration from definitions
` [PATCH v6 09/14] unistd: Avoid PLT entries with _FORTIFY_SOURCE
` [PATCH v6 10/14] misc/bits/select2.h: Clearly separate declaration from definitions
` [PATCH v6 11/14] misc/bits/syslog.h: Clearly separate declaration from definition
` [PATCH v6 12/14] libio/bits/stdio2.h: Clearly separate declaration from definitions
` [PATCH v6 13/14] libio/bits/stdio2-decl.h: Avoid PLT entries with _FORTIFY_SOURCE
` [PATCH v6 14/14] sysdeps/ieee754/ldbl-128ibm-compat: Fix warn unused result

[PATCH v6 0/5] Add pidfd and cgroupv2 support for process creation (resend)
 2023-07-06 13:45 UTC  (6+ messages)
` [PATCH v6 1/5] linux: Add posix_spawnattr_{get, set}cgroup_np (BZ 26731)
` [PATCH v6 2/5] posix: Add pidfd_spawn and pidfd_spawnp (BZ 30349)
` [PATCH v6 3/5] posix: Add pidfd_fork (BZ 26371)
` [PATCH v6 4/5] posix: Add PIDFDFORK_NOSIGCHLD for pidfd_fork
` [PATCH v6 5/5] linux: Add pidfd_getpid

[PATCH v6 0/5] Add pidfd and cgroupv2 support for process creation
 2023-07-06 12:35 UTC  (8+ messages)
` [PATCH v6 1/5] linux: Add posix_spawnattr_{get, set}cgroup_np (BZ 26731)
` [PATCH v6 2/5] posix: Add pidfd_spawn and pidfd_spawnp (BZ 30349)
` [PATCH v6 3/5] posix: Add pidfd_fork (BZ 26371)
` [PATCH v6 4/5] posix: Add PIDFDFORK_NOSIGCHLD for pidfd_fork
` [PATCH v6 5/5] linux: Add pidfd_getpid

[PATCH v6] MIPS: Sync elf.h from binutils
 2023-07-06 12:31 UTC  (2+ messages)

[PATCH] realloc: Limit chunk reuse to only growing requests [BZ #30579]
 2023-07-05 18:30 UTC  (6+ messages)

[PATCH] LoongArch: config: Rewrite check on static PIE
 2023-07-06  9:58 UTC  (2+ messages)

[PATCH v2] PowerPC: Influence cpu/arch hwcap features via GLIBC_TUNABLES
 2023-07-05 22:02 UTC  (2+ messages)

[PATCH v3] fileops: Don't process , ccs= as individual mode flags (BZ#18906)
 2023-07-05 21:22 UTC  (3+ messages)

[PATCH v2] fileops: Don't process , ccs= as individual mode flags (BZ#18906)
 2023-07-05 20:31 UTC  (4+ messages)

[PATCH] resolv/nss_dns/dns-host: Note the usage of alloca is safe
 2023-07-05 18:58 UTC 

[PATCH] elf: Add the soname to the libname_list eagerly on loading a library
 2023-07-05 18:22 UTC  (4+ messages)

gcc-14 Wflex-array-member-not-at-end may-be-ub in struct pthread
 2023-07-05 18:13 UTC  (3+ messages)

[PATCH] resolv/res_query: Add note indicating that alloca usage is safe
 2023-07-05 18:13 UTC 

[PATCH] resolv/res_query: Add not indicating that alloca usage is safe
 2023-07-05 18:13 UTC  (2+ messages)

[PATCH] printf_fp: Get rid of alloca
 2023-07-05 17:19 UTC 

[PATCH v4 1/4] aarch64: Add vector implementations of cos routines
 2023-07-05 16:46 UTC  (3+ messages)
` [PATCH v4 2/4] aarch64: Add vector implementations of sin routines

[PATCH] libc_fatal: Add comment regarding alloca usage
 2023-07-05 15:16 UTC  (2+ messages)

[PATCH v3] vfscanf-internal: Remove potentially unbounded allocas
 2023-07-05 15:06 UTC  (2+ messages)

[PATCH v5 00/14] Allow glibc to be built with _FORTIFY_SOURCE
 2023-07-05 14:30 UTC  (16+ messages)
` [PATCH v5 01/14] "
` [PATCH v5 02/14] Exclude routines from fortification
` [PATCH v5 03/14] sysdeps: Ensure ieee128*_chk routines to be properly named
` [PATCH v5 04/14] string: Ensure *_chk routines have their hidden builtin definition available
` [PATCH v5 05/14] stdio: "
` [PATCH v5 06/14] misc/sys/cdefs.h: Create FORTIFY redirects for internal calls
` [PATCH v5 07/14] wchar: Avoid PLT entries with _FORTIFY_SOURCE
` [PATCH v5 08/14] posix/bits/unistd.h: Clearly separate declaration from definitions
` [PATCH v5 09/14] unistd: Avoid PLT entries with _FORTIFY_SOURCE
` [PATCH v5 10/14] misc/bits/select2.h: Clearly separate declaration from definitions
` [PATCH v5 11/14] misc/bits/syslog.h: Clearly separate declaration from definition
` [PATCH v5 12/14] libio/bits/stdio2.h: Clearly separate declaration from definitions
` [PATCH v5 13/14] libio/bits/stdio2-decl.h: Avoid PLT entries with _FORTIFY_SOURCE
` [PATCH v5 14/14] sysdeps/ieee754/ldbl-128ibm-compat: Fix warn unused result

[PATCH] realloc: Return unchanged if request is within usable size
 2023-07-04 16:08 UTC  (6+ messages)


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