public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
[PATCH v10 3/3] x86: Make the divisor in setting `non_temporal_threshold` cpu specific
 2023-07-10 15:58 UTC  (3+ messages)
` (no subject)
  ` 

freeze for the upcoming glibc 2.38 release
 2023-07-10 15:45 UTC  (15+ messages)

[PATCH 0/6] Support use of -fstrict-flex-arrays in user code
 2023-07-10 15:04 UTC  (7+ messages)
` [PATCH 1/6] Introduce __decl_is_flex_array macro
` [PATCH 2/6] dlfcn : annotate dls_serpath with __decl_is_flex_array
` [PATCH 3/6] inet: annotate tu_data and tu_stuff "
` [PATCH 4/6] inet: annotate ip6r0_addr "
` [PATCH 5/6] io: annotate fts_name "
` [PATCH 6/6] misc: annotate q_data "

[PATCH v4] libio: Add nonnull attribute for most FILE * arguments in stdio.h
 2023-07-10 14:51 UTC  (2+ messages)

[PATCH] scripts: Add fortify checks on installed headers
 2023-07-10 14:10 UTC  (2+ messages)

[PATCH 1/2] LoongArch: config: Added HAVE_LOONGARCH_VEC_ASM
 2023-07-10 10:11 UTC  (3+ messages)
` [PATCH 2/2] LoongArch: Add vector implementation for _dl_runtime_resolve

[PATCH] sysdeps/s390: Exclude fortified routines from being built with _FORTIFY_SOURCE
 2023-07-10  9:36 UTC  (2+ messages)

[PATCH v4 0/3] RISC-V: ifunced memcpy using new kernel hwprobe interface
 2023-07-10  9:17 UTC  (14+ 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] sysdeps: Add missing hidden definitions for i386
 2023-07-10  8:07 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-10  7:43 UTC  (8+ messages)

[PATCH v6 00/14] Allow glibc to be built with _FORTIFY_SOURCE
 2023-07-10  5:57 UTC  (22+ 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 v4] PowerPC: Influence cpu/arch hwcap features via GLIBC_TUNABLES
 2023-07-09 15:41 UTC 

[libc-coord] Re: regression in man pages for interfaces using loff_t
 2023-07-09  6:16 UTC  (7+ messages)
  ` [musl] "
          ` [PATCH v4] off64_t: prefer off_t for splice, etc
            ` [libc-coord] "

gcc-14 Wflex-array-member-not-at-end may-be-ub in struct pthread
 2023-07-08 19:21 UTC  (4+ messages)

Faster pow
 2023-07-08  6:53 UTC 

[PATCH] getpw: Get rid of alloca
 2023-07-07 20:04 UTC 

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

[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 00/33] RFC: RELRO link maps
 2023-07-07 14:55 UTC  (12+ messages)

[PATCH] msort: Get rid of alloca
 2023-07-07 13:56 UTC  (7+ 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  (4+ messages)
` [PATCH v4 05/15] stdio: Ensure *_chk routines have their hidden builtin definition available

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

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

[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] 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  (4+ messages)

[PATCH] elf: Add the soname to the libname_list eagerly on loading a library
 2023-07-05 18:22 UTC  (4+ 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

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