unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2022-01-06 22:00:27 to 2022-01-12 20:12:35 UTC [more...]

[PATCH 0/2] Remove some i386 system call optimizations
 2022-01-12 20:12 UTC  (12+ messages)
` [PATCH 1/2] i386: Always treat %ebx as an allocatable register
` [PATCH 2/2] i386: Always use __libc_do_syscall for 6-argument syscalls (bug 27997)

[PATCH] Linux: Add epoll_pwait2
 2022-01-12 19:37 UTC 

[PATCH] elf/dl-deps.c: Make _dl_build_local_scope breadth first
 2022-01-12 19:08 UTC  (3+ messages)

[RISCV] RISC-V GNU Toolchain Biweekly Sync-up call (Jan 13, 2022)
 2022-01-12 18:45 UTC  (2+ messages)

[PATCH] Add valgrind smoke test
 2022-01-12 17:15 UTC  (5+ messages)

[PATCH 0/4] Fix two sunrpc buffer overflows
 2022-01-12 17:01 UTC  (5+ messages)
` [PATCH 1/4] socket: Add the __sockaddr_un_set function
` [PATCH 2/4] sunrpc: Fix buffer overflow in clnt_create for "unix" (bug 22542)
` [PATCH 3/4] sunrpc: Test case for clnt_create "unix" buffer overflow "
` [PATCH 4/4] sunrpc: Fix path buffer overflow in svcunix_create (bug 28768)

[PATCH v2] Use LFS and 64 bit time for installed programs (BZ #15333)
 2022-01-12 16:07 UTC  (4+ messages)

[COMMITTED] Do not build libresolv module with 64 bit time_t flags
 2022-01-12 15:51 UTC 

[PATCH] timezone: Fix tst-bz28707 Makefile rule
 2022-01-12 13:37 UTC  (3+ messages)

[PATCH v4] linux: Fix ancillary 64-bit time timestamp conversion (BZ #28349, BZ #28350)
 2022-01-12 13:36 UTC  (2+ messages)

[PATCH 0/2] _FORTIFY_SOURCE fixes
 2022-01-12 13:28 UTC  (25+ messages)
` [PATCH v2 0/2] _FORTIFY_SOURCE fixes [BZ #28746]
  ` [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 v5 0/2] _FORTIFY_SOURCE fixes "
  ` [PATCH v5 1/2] debug: Autogenerate _FORTIFY_SOURCE tests
  ` [PATCH v5 2/2] debug: Synchronize feature guards in fortified functions [BZ #28746]

[PATCH] Enable _FORTIFY_SOURCE=3 for gcc 12 and above
 2022-01-12 12:52 UTC  (4+ messages)

[PATCH v2 0/9] ld: Implement DT_RELR for x86
 2022-01-12 12:33 UTC  (18+ 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

[PATCH] avoid buffer overflow in sunrpc clnt_create (BZ #22542)
 2022-01-12  9:30 UTC  (3+ messages)

Bugzilla account creation disabled
 2022-01-12  9:26 UTC  (2+ messages)

[PATCH] manual: Drop obsolete @refill
 2022-01-12  8:47 UTC  (2+ messages)

[PATCH 2/3]: C++20 P0482R6 and C2X N2653: Implement mbrtoc8, c8rtomb, char8_t
 2022-01-11 19:23 UTC  (3+ messages)

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

[PATCH 0/5] Linux: Auxiliary vector parsing cleanups
 2022-01-11 18:44 UTC  (6+ messages)
` [PATCH 1/5] elf: Merge dl-sysdep.c into the Linux version
` [PATCH 2/5] Linux: Remove HAVE_AUX_SECURE, HAVE_AUX_XID, HAVE_AUX_PAGESIZE
` [PATCH 3/5] Linux: Remove DL_FIND_ARG_COMPONENTS
` [PATCH 4/5] Linux: Assume that NEED_DL_SYSINFO_DSO is always defined
` [PATCH 5/5] Linux: Consolidate auxiliary vector parsing

[PATCH v9 0/4] Multiple rtld-audit fixes
 2022-01-11 18:12 UTC  (6+ messages)
` [PATCH v9 4/4] elf: Fix runtime linker auditing on aarch64 (BZ #26643)

[COMMITTED] aarch64: Add HWCAP2_ECV from Linux 5.16
 2022-01-11 16:15 UTC 

Use Linux 5.16 in build-many-glibcs.py
 2022-01-11  8:14 UTC  (2+ messages)

[PATCH v1 1/5] x86: Optimize strcmp-avx2.S and fix for [BZ# 28755]
 2022-01-11  2:15 UTC  (34+ 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

Why -static-libgcc? (Or: Do we need a build-time libc.so linker script?)
 2022-01-11  0:58 UTC  (5+ messages)

[PATCH v2 3/7] string/test-str*cmp: remove stupid_[strcmp, strncmp, wcscmp, wcsncmp]
 2022-01-10 21:38 UTC  (7+ 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  (4+ messages)

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

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


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