public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
[PATCH v1 1/6] elf: Refactor dl_new_hash so it can be tested / benchmarked
 2022-05-23  7:46 UTC  (79+ messages)
` [PATCH v8 "
  ` [PATCH v8 6/6] elf: Optimize _dl_new_hash in dl-new-hash.h
` [PATCH v9 1/6] elf: Refactor dl_new_hash so it can be tested / benchmarked
  ` [PATCH v9 2/6] elf: Add tests for the dl hash funcs (_dl_new_hash and _dl_elf_hash)
  ` [PATCH v9 3/6] nss: Add tests for the nss_hash in nss_hash.h
  ` [PATCH v9 4/6] benchtests: Add benchtests for dl_elf_hash, dl_new_hash and nss_hash
  ` [PATCH v9 5/6] nss: Optimize nss_hash in nss_hash.c
  ` [PATCH v9 6/6] elf: Optimize _dl_new_hash in dl-new-hash.h
` [PATCH v10 1/6] elf: Refactor dl_new_hash so it can be tested / benchmarked
  ` [PATCH v10 2/6] elf: Add tests for the dl hash funcs (_dl_new_hash and _dl_elf_hash)
  ` [PATCH v10 3/6] nss: Add tests for the nss_hash in nss_hash.h
  ` [PATCH v10 4/6] benchtests: Add benchtests for dl_elf_hash, dl_new_hash and nss_hash
  ` [PATCH v10 5/6] nss: Optimize nss_hash in nss_hash.c
  ` [PATCH v10 6/6] elf: Optimize _dl_new_hash in dl-new-hash.h
` [PATCH v11 1/6] elf: Refactor dl_new_hash so it can be tested / benchmarked
  ` [PATCH v11 2/6] elf: Add tests for the dl hash funcs (_dl_new_hash and _dl_elf_hash)
  ` [PATCH v11 3/6] nss: Add tests for the nss_hash in nss_hash.h
  ` [PATCH v11 4/6] benchtests: Add benchtests for dl_elf_hash, dl_new_hash and nss_hash
  ` [PATCH v11 5/6] nss: Optimize nss_hash in nss_hash.c
  ` [PATCH v11 6/6] elf: Optimize _dl_new_hash in dl-new-hash.h

[PATCH] elf: Rewrite long RESOLVE_MAP macro to a debug friendly function
 2022-05-23  7:28 UTC  (8+ messages)
` [PATCH v3] "

[PATCH] string.h: fix __fortified_attr_access macro call [BZ #29162]
 2022-05-23  7:23 UTC  (6+ messages)

[PATCH 00/26] vfprintf rework to remove vtables
 2022-05-23  7:20 UTC  (31+ messages)
` [PATCH 04/26] stdio-common: Add tst-printf-width-i18n to cover numeric field width
` [PATCH 05/26] vfprintf: Move argument processing into vfprintf-process-arg.c
` [PATCH 06/26] vfprintf: Consolidate some multibyte/wide character processing
` [PATCH 07/26] __printf_fphex always uses LC_NUMERIC
` [PATCH 08/26] stdio-common: Add tst-memstream-string for open_memstream overflow
` [PATCH 09/26] stdio-common: Add printf specifier registry to <printf.h>
` [PATCH 10/26] stdio-common: Move union printf_arg int <printf.h>
` [PATCH 11/26] stdio-common: Simplify printf_unknown interface in vfprintf-internal.c
` [PATCH 12/26] locale: Call _nl_unload_locale from _nl_archive_subfreeres
` [PATCH 13/26] locale: Remove cleanup function pointer from struct __localedata
` [PATCH 14/26] locale: Remove private union from struct __locale_data
` [PATCH 15/26] locale: Add more cached data to LC_CTYPE

patchwork.sourceware.org certificate expired
 2022-05-22 22:39 UTC  (2+ messages)

[PATCH] x86-64: Ignore r_addend for R_X86_64_GLOB_DAT/R_X86_64_JUMP_SLOT
 2022-05-22 22:10 UTC  (2+ messages)

[PATCH] dlfcn: Move RTLD_DEFAULT/RTLD_NEXT outside __USE_GNU
 2022-05-22 19:36 UTC 

[PATCH] dlsym: Make RTLD_NEXT prefer default version definition [#BZ #14932]
 2022-05-22 18:54 UTC  (4+ messages)

Absent from Monday Patch Queue Review (Victoria Day Holiday)
 2022-05-22 15:09 UTC 

[PATCH] linux: use statx for fstat if neither newfstatat nor fstatat64 is present
 2022-05-22  4:03 UTC 

[PATCH v2] Enable DT_RELR in glibc shared libraries and PIEs automatically
 2022-05-21  1:51 UTC  (4+ messages)

[RFC Linux patch] powerpc: add documentation for HWCAPs
 2022-05-21  0:11 UTC  (7+ messages)

[PATCH] Avoid RMW of flags2 outside lock (BZ #27842)
 2022-05-20 10:34 UTC  (6+ messages)

[PATCH 0/5] Assume UTF-8 encoding for localedef input files
 2022-05-19 21:06 UTC  (6+ messages)
` [PATCH 1/5] locale: Turn ADDC and ADDS into functions in linereader.c
` [PATCH 2/5] locale: Fix signed char bug in lr_getc
` [PATCH 3/5] locale: Introduce translate_unicode_codepoint into linereader.c
` [PATCH 4/5] locale: localdef input files are now encoded in UTF-8
` [PATCH 5/5] de_DE: Convert to UTF-8

[PATCH v3] Fix deadlock when pthread_atfork handler calls pthread_atfork or dlclose
 2022-05-19 18:46 UTC  (2+ messages)

[PATCH v3] Remove special flags of libc.5.so and libc.4.so
 2022-05-19 17:23 UTC  (2+ messages)

[PATCH] S390: Enable static PIE
 2022-05-19 15:20 UTC  (10+ messages)
              ` [COMMITTED 2.35] "
                ` [COMMITTED 2.34] "

[PATCH] x86_64: Implement evex512 version of strlen, strnlen, wcslen and wcsnlen
 2022-05-19 15:03 UTC  (6+ messages)
    ` [PATCH v2] "

Pthread QOS interface
 2022-05-18 20:55 UTC  (4+ messages)

[PATCH v6 00/10] Add arc4random support
 2022-05-18 20:44 UTC  (12+ messages)
` [PATCH v6 01/10] stdlib: Add arc4random, arc4random_buf, and arc4random_uniform (BZ #4417)
` [PATCH v6 02/10] stdlib: Add arc4random tests
` [PATCH v6 03/10] benchtests: Add arc4random benchtest
` [PATCH v6 04/10] aarch64: Add optimized chacha20
` [PATCH v6 05/10] x86: Add SSE2 "
` [PATCH v6 06/10] x86: Add AVX2 "
` [PATCH v6 07/10] powerpc64: Add "
` [PATCH v6 08/10] s390x: "
` [PATCH v6 09/10] stdlib: Add TLS optimization to arc4random
` [PATCH v6 10/10] manual: Add documentation for arc4random functions

[PATCH 2/3]: C++20 P0482R6 and C2X N2653: Implement mbrtoc8, c8rtomb, char8_t
 2022-05-18 17:57 UTC  (14+ messages)

[PATCH 1/3]: C++20 P0482R6 and C2X N2653: Fix for bug 25744, mbrtowc with Big5-HKSCS
 2022-05-18 15:29 UTC  (3+ messages)

[RISCV] RISC-V GNU Toolchain Meeting Cancell (May 19, 2022)
 2022-05-18 14:29 UTC 

[PATCH v3 00/13] GLIBC LoongArch PATCHES
 2022-05-18  7:33 UTC  (11+ messages)
` [PATCH v4 08/13] LoongArch: Linux Syscall Interface
` [PATCH v4 09/13] LoongArch: Linux ABI

[PATCH v2] Remove special flags of libc.5.so and libc.4.so
 2022-05-18  5:13 UTC  (3+ messages)

[PATCH v5 00/10] Add arc4random support
 2022-05-17 19:16 UTC  (4+ messages)
` [PATCH v5 01/10] stdlib: Add arc4random, arc4random_buf, and arc4random_uniform (BZ #4417)

[PATCH 3/3]: C++20 P0482R6 and C2X N2653: Tests for mbrtoc8, c8rtomb, char8_t
 2022-05-17 18:34 UTC  (2+ messages)

[PATCH v6 0/4] Args adjustment with ./ld.so exe [BZ #23293]
 2022-05-17  9:27 UTC  (4+ messages)
` [PATCH v6 1/4] rtld: Use generic argv adjustment in ld.so "

[PATCH] scripts/glibcelf.py: Add *T_RISCV_* constants
 2022-05-16 22:41 UTC  (6+ messages)

[PATCH v2 00/15] linux: Add new syscalls
 2022-05-16 21:12 UTC  (12+ messages)
` [PATCH v2 01/15] linux: Add pidfd_open
` [PATCH v2 02/15] linux: Add pidfd_getfd
` [PATCH v2 03/15] linux: Add pidfd_send_signal
` [PATCH v2 04/15] linux: Add P_PIDFD
` [PATCH v2 05/15] linux: Add tst-pidfd.c

[PATCH] socket: Check lengths before advancing pointer in CMSG_NXTHDR
 2022-05-16 21:03 UTC 

[PATCH v2 3/4] Move libio lock single-thread optimization to generic libc-lock (BZ #27842)
 2022-05-16 16:23 UTC  (4+ messages)

[PATCH 0/3]: C++20 P0482R6 and C2X N2653: support for char8_t, mbrtoc8(), and c8rtomb()
 2022-05-16 16:04 UTC  (3+ messages)

[PATCH] Check for ISO C compilers should also allow C++
 2022-05-16 15:50 UTC  (5+ 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).