unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2024-02-20 17:00:58 to 2024-02-28 17:22:43 UTC [more...]

[PATCH][v2] localedata: Fix several issues with the set of characters considered 0-width [BZ #31370]
 2024-02-28 17:21 UTC  (2+ messages)
  ` [PATCH][v3] "

[PATCH v3 00/32] RELRO linkmaps
 2024-02-28 15:04 UTC  (34+ 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 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 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] sysdeps/unix/sysv/linux/x86_64/Makefile: Add the end marker
 2024-02-28 13:47 UTC  (2+ messages)

[PATCH] cdefs: Drop access attribute for _FORTIFY_SOURCE=3 (BZ #31383)
 2024-02-28 13:23 UTC  (3+ messages)
` [PATCH v3] "

[PATCH] s390: Improve static-pie configure tests
 2024-02-28 11:45 UTC  (2+ messages)

[PATCH v1 3/3] Add system-wide tunables: Apply tunables part
 2024-02-28  4:44 UTC 

[PATCH v1 2/3] Add system-wide tunables: cache ld.so.cache
 2024-02-28  4:43 UTC 

[PATCH v1 1/3] Add system-wide tunables: ldconfig part
 2024-02-28  4:43 UTC 

[PATCH v1 0/3] System-wide tunables
 2024-02-28  4:43 UTC 

[PATCH v13 0/7] RISC-V: ifunced memcpy using new kernel hwprobe interface
 2024-02-27 22:56 UTC  (8+ messages)
` [PATCH v13 1/7] riscv: Add Linux hwprobe syscall support
` [PATCH v13 2/7] linux: Introduce INTERNAL_VSYSCALL
` [PATCH v13 3/7] riscv: Add hwprobe vdso call support
` [PATCH v13 4/7] riscv: Add __riscv_hwprobe pointer to ifunc calls
` [PATCH v13 5/7] riscv: Enable multi-arg ifunc resolvers
` [PATCH v13 6/7] riscv: Add ifunc helper method to hwprobe.h
` [PATCH v13 7/7] riscv: Add and use alignment-ignorant memcpy

[PATCH] x86: Change ENQCMD test to CHECK_FEATURE_PRESENT
 2024-02-27 19:48 UTC  (2+ messages)

[PATCH] x86: Don't check XFD against /proc/cpuinfo
 2024-02-27 19:43 UTC 

[PATCH v10 0/1] x86: Update _dl_tlsdesc_dynamic to preserve caller-saved registers
 2024-02-27 17:00 UTC  (6+ messages)
` [PATCH v10 1/1] "

[PATCH 0/4] Extend rseq support
 2024-02-27 15:57 UTC  (6+ messages)
` [PATCH 1/4] nptl: fix potential merge of __rseq_* relro symbols
` [PATCH 2/4] Add rseq extensible ABI support
` [PATCH 3/4] nptl: Add public __rseq_feature_size symbol
` [PATCH 4/4] nptl: Add features to internal 'struct rseq_area'

[PATCH v2] S390: Always enable static PIE if build with lld
 2024-02-27 15:52 UTC  (6+ messages)

[PATCH] locale: Handle loading a missing locale twice (Bug 14247)
 2024-02-27 15:35 UTC 

[PATCH v6] sysdeps/x86_64/multiarch/memmem-avx2.c: add memmem-avx2.c
 2024-02-27 15:06 UTC  (10+ messages)
` [PATCH v7] "
  ` [PATCH v8] "

[COMMITTED] Update SHARED-FILES and license for Unicode 15.1.0
 2024-02-27 13:27 UTC 

[PATCH v2 0/3] Improve wcsstr
 2024-02-27 12:11 UTC  (6+ messages)
` [PATCH v2 1/3] string: Remove c_strstr from test-strstr
` [PATCH v2 2/3] wcsmbs: Add test-wcsstr
` [PATCH v2 3/3] wcsmbs: Ensure wcstr worst-case linear execution time (BZ 23865)

Sourceware infrastructure updates for Q1 2024
 2024-02-27  9:19 UTC 

[PATCH v12 0/7] RISC-V: ifunced memcpy using new kernel hwprobe interface
 2024-02-26 17:57 UTC  (10+ messages)
` [PATCH v12 2/7] linux: Introduce INTERNAL_VSYSCALL

[RFC] Raise the minimum version of GCC for glibc build
 2024-02-26 16:58 UTC  (2+ messages)

Monday Patch Queue Review update (2024-02-26)
 2024-02-26 15:11 UTC 

[PATCH v3 00/10] Improve fortify support with clang
 2024-02-26 14:07 UTC  (31+ messages)
` [PATCH v3 01/10] cdefs.h: Add clang fortify directives
` [PATCH v3 02/10] libio: Improve fortify with clang
` [PATCH v3 03/10] string: "
` [PATCH v3 04/10] stdlib: "
` [PATCH v3 05/10] unistd: "
` [PATCH v3 06/10] socket: "
` [PATCH v3 07/10] syslog: "
` [PATCH v3 08/10] wcsmbs: "
` [PATCH v3 09/10] debug: Improve fcntl.h fortify warnings "
` [PATCH v3 10/10] debug: Improve mqueue.h "

state of the ports
 2024-02-26 12:44 UTC  (8+ messages)

[PATCH v2] S390: Do not clobber r7 in clone [BZ #31402]
 2024-02-26 12:41 UTC  (4+ messages)

[PATCH] aarch64/fpu: Sync libmvec routines from 2.39 and before with AOR
 2024-02-26  9:35 UTC  (3+ messages)

[PATCH] x86_64: Suppress false positive valgrind error
 2024-02-26  0:03 UTC 

[PATCH v3] x86_64: Exclude SSE, AVX and FMA4 variants in libm multiarch
 2024-02-25 19:26 UTC  (2+ messages)

[COMMITTED 01/10] conform: Reformat Makefile
 2024-02-25 18:39 UTC  (10+ messages)
` [COMMITTED 02/10] csu: "
` [COMMITTED 03/10] ctype: "
` [COMMITTED 04/10] dirent: "
` [COMMITTED 05/10] dlfcn: "
` [COMMITTED 06/10] gmon: "
` [COMMITTED 07/10] hesiod: "
` [COMMITTED 08/10] htl: "
` [COMMITTED 09/10] htl/tests: "
` [COMMITTED 10/10] hurd: "

[PATCH v9 0/1] x86: Update _dl_tlsdesc_dynamic to preserve caller-saved registers
 2024-02-25 17:25 UTC  (2+ messages)
` [PATCH v9 1/1] "

[PATCH] Support compiling .S files with additional options
 2024-02-25 14:27 UTC  (2+ messages)

[PATCH] x86_64: Exclude SSE, AVX and FMA4 variants in libm multiarch
 2024-02-24 22:23 UTC  (26+ messages)
                                    ` [PATCH v2] "

[PATCH v8 0/2] x86: Update _dl_tlsdesc_dynamic to preserve caller-saved registers
 2024-02-24 19:10 UTC  (14+ messages)
` [PATCH v8 1/2] x86-64: Save APX registers in ld.so trampoline
` [PATCH v8 2/2] x86: Update _dl_tlsdesc_dynamic to preserve caller-saved registers
` PING: [PATCH v8 0/2] "

[PATCH] Add strstr-avx2 based on strstr-avx512
 2024-02-24 16:31 UTC  (3+ messages)

[PATCH] RISC-V: Fix the static-PIE non-relocated object check
 2024-02-23  3:47 UTC  (4+ messages)

[PATCH v12 0/7] RISC-V: ifunced memcpy using new kernel hwprobe interface
 2024-02-22 19:41 UTC  (2+ messages)

[PATCH v12 0/7] RISC-V: ifunced memcpy using new kernel hwprobe interface
 2024-02-22 18:44 UTC  (2+ messages)

[PATCH] arm: Use _dl_find_object on __gnu_Unwind_Find_exidx (BZ 31405)
 2024-02-22 17:54 UTC  (5+ messages)

[PATCH] powerpc: Remove power7 strstr optimization
 2024-02-22 17:41 UTC  (3+ messages)

[PATCH] S390: Do not clobber r7 in clone [BZ #31402]
 2024-02-22 14:04 UTC  (3+ messages)

[PATCH] elf: Add new LoongArch reloc types (110 to 126) into elf.h
 2024-02-22 10:57 UTC 

[PATCH] treewide: python-scripts: use `is None` for none-equality
 2024-02-22  6:30 UTC  (3+ messages)

Update on powerpc maintainer
 2024-02-21 17:47 UTC  (2+ messages)

[PATCH] S390: Always enable static PIE if build with lld
 2024-02-21 15:05 UTC  (4+ messages)

[PATCH] build-many-glibcs.py: Add s390 --disable-multi-arch / multi-arch configurations
 2024-02-21  7:53 UTC  (3+ messages)

[PATCH v8 7/8] aarch64: Add rseq_load32_load32_relaxed
 2024-02-20 17:55 UTC  (2+ messages)

[PATCH 1/8] aarch64/fpu: Add vector variants of erf
 2024-02-20 16:59 UTC  (6+ messages)
` [PATCH 3/8] aarch64/fpu: Add vector variants of acosh
` [PATCH 4/8] aarch64/fpu: Add vector variants of asinh
` [PATCH 5/8] aarch64/fpu: Add vector variants of atanh
` [PATCH 6/8] aarch64/fpu: Add vector variants of sinh
` [PATCH 8/8] aarch64/fpu: Add vector variants of erfc


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