public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
[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] msort: Get rid of alloca
 2023-07-06 13:43 UTC  (5+ messages)

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

[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] 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 v3] fileops: Don't process , ccs= "

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

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

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

[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 00/33] RFC: RELRO link maps
 2023-07-05 17:58 UTC  (39+ 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] 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] Change collation rules in localedata/locales/th_TH to use copy "iso14651_t1" and agree as much as possible with CLDR
 2023-07-05 14:39 UTC  (7+ 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 v4 00/15] Allow glibc to be built with _FORTIFY_SOURCE
 2023-07-05 12:12 UTC  (25+ 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] realloc: Return unchanged if request is within usable size
 2023-07-04 16:08 UTC  (6+ messages)

[PATCH v3 00/16] Allow glibc to be built with _FORTIFY_SOURCE
 2023-07-04 16:04 UTC  (14+ messages)
` [PATCH v3 02/16] Exclude routines from fortification
` [PATCH v3 06/16] asprintf_chk: Ensure compatibility for both s390x and ppc64le
` [PATCH v3 16/16] Add --enable-fortify-source option

[PATCH v2] elf: _dl_find_object may return 1 during early startup (bug 30515)
 2023-07-04 12:46 UTC 

elf: Fix slow tls access after dlopen [BZ #19924]
 2023-07-04  7:50 UTC 

[PATCH] x86_64: Implement AVX2 version of strlcpy/wcslcpy function
 2023-07-04  7:45 UTC  (12+ messages)

[libc-coord] Re: regression in man pages for interfaces using loff_t
 2023-07-03 21:35 UTC  (4+ messages)
  ` [musl] "

[PATCH v2] vfscanf-internal: Remove potentially unbounded allocas
 2023-07-03 19:28 UTC  (2+ messages)

[PATCH] vfscanf-internal: Remove potentially unbounded allocas
 2023-07-03 18:52 UTC  (4+ messages)

[PATCH v2] debug: Fix fortified realpath C++ ODR violation (BZ 30516)
 2023-07-03 18:04 UTC 

[PATCH v9 1/3] posix: regcomp(): clear RE_DOT_NOT_NULL
 2023-07-03 17:52 UTC  (3+ messages)
` [PATCH v9 2/3] posix: regexec(): fix REG_STARTEND, pmatch->rm_so != 0 w/^ anchor
` [PATCH v9 3/3] posix: add test for REG_STARTEND

[PATCH] debug: Fix fortified realpath C++ ODR violation (BZ 30516)
 2023-07-03 16:50 UTC  (3+ messages)

[PATCH v16] POSIX locale covers every byte [BZ# 29511]
 2023-07-03 15:39 UTC 

[PATCH v3 1/3] hurd: statvfs: __f_type -> f_type
 2023-07-03 14:59 UTC  (3+ messages)
` [PATCH v3 2/3] linux: statvfs: allocate spare for f_type
` [PATCH v3 3/3] statvfs: f_type: NEWS & test

[PATCH] vfscanf-internal: Get rid of unbounded allocas
 2023-07-03 13:40 UTC  (3+ messages)

[PATCH v4] libio: Add nonnull attribute for most FILE * arguments in stdio.h
 2023-07-03 13:10 UTC 

[PATCH v3] add GB18030-2022 charmap and test the entire GB18030 charmap [BZ #30243]
 2023-07-03 13:02 UTC  (2+ messages)
` in reply to 20230627121549.3431-1-lijianglin2@huawei.com

[PATCH] nscd: Move declarations used in the library out of <nscd.h>
 2023-07-03 12:43 UTC 

[PATCH] Always do locking when accessing streams (bug 15142, bug 14697)
 2023-07-03  7:53 UTC  (4+ messages)

Not attending Monday Patch Queue Review (2023-07-03)
 2023-07-03  2:33 UTC 

Updating Japanese libc translation for ESTALE in glibc
 2023-07-03  2:19 UTC  (2+ messages)

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