unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2022-01-04 14:00:48 to 2022-01-10 21:40:33 UTC [more...]

[PATCH v1 1/5] x86: Optimize strcmp-avx2.S and fix for [BZ# 28755]
 2022-01-10 21:35 UTC  (32+ messages)
` [PATCH v1 2/5] x86: Optimize strcmp-evex.S "
` [PATCH v1 3/5] string: remove stupid_[strcmp, strncmp, wcscmp, wcsncmp]
` [PATCH v1 4/5] string: Improve coverage in test-strcmp.c and test-strncmp.c
` [PATCH v1 5/5] benchtests: Add more coverage for strcmp and strncmp benchmarks
` [PATCH v2 1/7] x86: Fix __wcsncmp_avx2 in strcmp-avx2.S [BZ# 28755]
  ` [PATCH v2 2/7] x86: Fix __wcsncmp_evex in strcmp-evex.S "
  ` [PATCH v2 3/7] string/test-str*cmp: remove stupid_[strcmp, strncmp, wcscmp, wcsncmp]
  ` [PATCH v2 4/7] string: Improve coverage in test-strcmp.c and test-strncmp.c
  ` [PATCH v2 5/7] x86: Optimize strcmp-avx2.S
  ` [PATCH v2 6/7] x86: Optimize strcmp-evex.S
  ` [PATCH v2 7/7] benchtests: Add more coverage for strcmp and strncmp benchmarks
` [PATCH v3 1/7] x86: Fix __wcsncmp_avx2 in strcmp-avx2.S [BZ# 28755]
  ` [PATCH v3 2/7] x86: Fix __wcsncmp_evex in strcmp-evex.S "
  ` [PATCH v3 3/7] string/test-str*cmp: remove stupid_[strcmp, strncmp, wcscmp, wcsncmp]
  ` [PATCH v3 4/7] string: Improve coverage in test-strcmp.c and test-strncmp.c
  ` [PATCH v3 5/7] x86: Optimize strcmp-avx2.S
  ` [PATCH v3 6/7] x86: Optimize strcmp-evex.S
  ` [PATCH v3 7/7] benchtests: Add more coverage for strcmp and strncmp benchmarks

[PATCH] powerpc: Use the correct flag for 32-bit known libraries
 2022-01-10 19:21 UTC  (3+ messages)
` [RFC] Remove special flags of libc.5.so and libc.4.so

[PATCH v2 3/7] string/test-str*cmp: remove stupid_[strcmp, strncmp, wcscmp, wcsncmp]
 2022-01-10 18:39 UTC  (6+ messages)

[PATCH] debug: Improve error message on fdelt_chk
 2022-01-10 18:38 UTC  (3+ messages)

glibc-2.35 - Entering slush ABI freeze / Reviewing release blockers
 2022-01-10 16:52 UTC  (5+ messages)

[PATCH 0/2] _FORTIFY_SOURCE fixes
 2022-01-10 16:30 UTC  (19+ messages)
` [PATCH 1/2] debug: Refactor and expand _FORTIFY_SOURCE tests
` [PATCH 2/2] debug: Synchronize feature guards in fortified functions [BZ #28746]
` [PATCH v2 0/2] _FORTIFY_SOURCE fixes "
  ` [PATCH v2 1/2] debug: Refactor and expand _FORTIFY_SOURCE tests
  ` [PATCH v2 2/2] debug: Synchronize feature guards in fortified functions [BZ #28746]
` [PATCH v3 0/2] _FORTIFY_SOURCE fixes "
  ` [PATCH v3 1/2] debug: Autogenerate _FORTIFY_SOURCE tests
  ` [PATCH v3 2/2] debug: Synchronize feature guards in fortified functions [BZ #28746]
` [PATCH v4 0/2] _FORTIFY_SOURCE fixes "
  ` [PATCH v4 1/2] debug: Autogenerate _FORTIFY_SOURCE tests
  ` [PATCH v4 2/2] debug: Synchronize feature guards in fortified functions [BZ #28746]

[PATCH v2 0/9] ld: Implement DT_RELR for x86
 2022-01-10 15:42 UTC  (15+ messages)
` [PATCH v2 1/9] elf: Add .relr.dyn to special_sections_r
` [PATCH v2 2/9] elf: Extract _bfd_elf_process_reverse_copy
` [PATCH v2 3/9] elf: Pass need_layout to _bfd_elf_map_sections_to_segments
` [PATCH v2 4/9] ld: Initial DT_RELR support
` [PATCH v2 5/9] elf: Add size_relative_relocs and finish_relative_relocs
` [PATCH v2 6/9] elf: Support DT_RELR in linker tests
` [PATCH v2 7/9] x86: Add DT_RELR support
` [PATCH v2 8/9] ld: Add simple DT_RELR tests
` [PATCH v2 9/9] ld: Add glibc dependency for DT_RELR

Monday Patch Queue Review update (2022-01-10)
 2022-01-10 15:20 UTC 

Why -static-libgcc? (Or: Do we need a build-time libc.so linker script?)
 2022-01-10 13:26 UTC  (4+ messages)

[PATCH] timezone: Fix tst-bz28707 Makefile rule
 2022-01-10 13:18 UTC 

[PATCH] Add valgrind smoke test
 2022-01-10 12:38 UTC  (4+ messages)

[PATCH] elf: Simplify software TM implementation in _dl_find_object
 2022-01-10 12:29 UTC  (2+ messages)

[PATCH] Disable debuginfod in printer tests [BZ #28757]
 2022-01-09 18:42 UTC 

Public review for RISC-V psABI v1.0-rc1
 2022-01-09  9:58 UTC 

[RFC PATCH] elf: Fix link error missing Unwind_Backtrace symbol
 2022-01-09  0:49 UTC  (3+ messages)

[PATCH 0/10] ld: Implement DT_RELR for x86
 2022-01-08 18:37 UTC  (31+ messages)
` [PATCH 01/10] ld: Extract _bfd_elf_link_iterate_on_relocs
` [PATCH 02/10] elf: Add .relr.dyn to special_sections_r
` [PATCH 03/10] elf: Extract _bfd_elf_process_reverse_copy
` [PATCH 04/10] elf: Pass need_layout to _bfd_elf_map_sections_to_segments
` [PATCH 05/10] ld: Initial DT_RELR support
` [PATCH 06/10] elf: Add size_relative_relocs and finish_relative_relocs
` [PATCH 07/10] elf: Support DT_RELR in linker tests
` [PATCH 08/10] x86: Add DT_RELR support
` [PATCH 09/10] ld: Add simple DT_RELR tests
` [PATCH 10/10] ld: Add glibc dependency for DT_RELR

[PATCH 3/3]: C++20 P0482R6 and C2X N2653: Tests for mbrtoc8, c8rtomb, char8_t
 2022-01-08  0:39 UTC 

[PATCH 2/3]: C++20 P0482R6 and C2X N2653: Implement mbrtoc8, c8rtomb, char8_t
 2022-01-08  0:39 UTC 

[PATCH 1/3]: C++20 P0482R6 and C2X N2653: Fix for bug 25744, mbrtowc with Big5-HKSCS
 2022-01-08  0:39 UTC 

[PATCH 0/3]: C++20 P0482R6 and C2X N2653: support for char8_t, mbrtoc8(), and c8rtomb()
 2022-01-08  0:39 UTC 

[PATCH] elf: Simplify software TM implementation in _dl_find_object
 2022-01-07 16:29 UTC  (5+ messages)

[PATCH] Restore ENTRY_POINT definition on hppa, ia64 (bug 28749)
 2022-01-07 13:43 UTC  (2+ messages)

[PATCH v7 0/4] arm64: Enable BTI for the executable as well as the interpreter
 2022-01-07 13:10 UTC  (11+ messages)

[PATCH v2] elf: Fix fences in _dl_find_object_update (bug 28745)
 2022-01-07 12:15 UTC  (2+ messages)

[PATCH] elf: Fix fences in _dl_find_object_update (bug 28745)
 2022-01-07 11:59 UTC  (6+ messages)

[hurd,commited] ttydefaults.h: Fix CSTATUS to control-t
 2022-01-06 23:23 UTC 

[PATCH v3 0/7] Fix getdents{64} regression on some FS
 2022-01-06 22:01 UTC  (5+ messages)
` [PATCH v3 7/7] dirent: Deprecate getdirentries

Volunteer release manager for glibc 2.35 - February 1st 2021 release?
 2022-01-06 14:35 UTC  (2+ messages)

Interest in having a mempbrk() function in glibc
 2022-01-06 10:25 UTC  (3+ messages)

correctly rounded mathematical functions
 2022-01-06  9:55 UTC  (5+ messages)

[PATCH v5 00/13] Glibc OpenRISC port
 2022-01-05 21:34 UTC  (10+ messages)
` [PATCH v5 10/13] or1k: ABI lists
` [PATCH v5 13/13] Documentation for OpenRISC port
    ` [PATCH v5 00/13] Glibc OpenRISC port - PUSHED

Best practices in regard to -D_TIME_BITS=64
 2022-01-05 20:12 UTC  (5+ messages)

[PATCH v2] debug: Remove catchsegv and libSegfault (BZ #14913)
 2022-01-05 19:55 UTC  (2+ messages)

[PATCH] AArch64: Check for SVE in ifuncs [BZ #28744]
 2022-01-05 19:10 UTC  (2+ messages)

[PATCH v3 1/3] x86: Implement arch_prctl(ARCH_VSYSCALL_CONTROL) to disable vsyscall
 2022-01-05 16:03 UTC  (3+ messages)
` [PATCH v3 2/3] selftests/x86/Makefile: Support per-target $(LIBS) configuration
  ` [PATCH v3 3/3] x86: Add test for arch_prctl(ARCH_VSYSCALL_CONTROL)

Help needed for glibc software transaction memory algorithm
 2022-01-05 13:07 UTC  (4+ messages)

Initial DT_RELR support in bfd linker
 2022-01-05  4:44 UTC  (2+ messages)

[PATCH] Properly check linker option in LIBC_LINKER_FEATURE [BZ #28738]
 2022-01-04 21:47 UTC  (4+ messages)
  ` [PATCH] Set LC_ALL=C for "

[PATCH v2 00/14] GLIBC LoongArch PATCHES
 2022-01-04 20:31 UTC  (16+ messages)
` [PATCH v2 05/14] LoongArch: Thread-Local Storage Support
` [PATCH v2 06/14] LoongArch: Generic <math.h> and soft-fp Routines
` [PATCH v2 07/14] LoongArch: Atomic and Locking Routines
` [PATCH v2 08/14] LoongArch: Linux Syscall Interface
` [PATCH v2 09/14] LoongArch: Linux ABI
` [PATCH v2 10/14] LoongArch: Linux Startup and Dynamic Loading Code
` [PATCH v2 12/14] LoongArch: Build Infastructure

[PATCH v9 0/4] Multiple rtld-audit fixes
 2022-01-04 17:13 UTC  (3+ messages)
` [PATCH v9 1/4] elf: Add la_activity during application exit

[PATCH v5] elf: Sort tests and modules-names
 2022-01-04 15:00 UTC  (5+ messages)
        ` [PATCH] elf: Add a comment after trailing backslashes

[PATCH] Add and use link-test-modules-rpath-link [BZ #28455]
 2022-01-04 14:00 UTC 


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