public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
[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 2/3]: C++20 P0482R6 and C2X N2653: Implement mbrtoc8, c8rtomb, char8_t
 2022-05-17 18:17 UTC  (7+ messages)

[PATCH v6 0/4] Args adjustment with ./ld.so exe [BZ #23293]
 2022-05-17  9:27 UTC  (10+ messages)
` [PATCH v6 1/4] rtld: Use generic argv adjustment in ld.so "
` [PATCH v6 2/4] rtld: Remove DL_ARGV_NOT_RELRO and make _dl_skip_args const
` [PATCH v6 3/4] linux: Add a getauxval test [BZ #23293]
` [PATCH v6 4/4] aarch64: Move ld.so _start to separate file and drop _dl_skip_args

[PATCH v1 1/6] elf: Refactor dl_new_hash so it can be tested / benchmarked
 2022-05-17  5:12 UTC  (36+ 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] 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] Remove special flags of libc.5.so and libc.4.so
 2022-05-16 19:24 UTC  (2+ messages)

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

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

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

Monday Patch Queue Review update (2022-05-16)
 2022-05-16 15:17 UTC 

[PATCH v2] Enable DT_RELR in glibc shared libraries and PIEs automatically
 2022-05-16 13:44 UTC  (2+ messages)

[PATCH] x86_64: Remove bzero optimization
 2022-05-16 13:29 UTC  (8+ messages)

[PATCH] Enable DT_RELR automatically
 2022-05-16 13:11 UTC  (2+ messages)

[PATCH v5 1/2] Linux: Introduce __brk_call for invoking the brk system call
 2022-05-16 13:04 UTC  (7+ messages)
` [PATCH v5 2/2] csu: Implement and use _dl_early_allocate during static startup

[PATCH v2 0/3] Remove kernel version and distinguish library check
 2022-05-16 12:50 UTC  (6+ messages)
` [PATCH v2 2/3] elf: Remove ldconfig kernel version check
` [PATCH v2 3/3] Remove dl-librecon.h header

Supporting RISC-V Vendor Extensions in the GNU Toolchain
 2022-05-16 12:32 UTC  (9+ messages)

[PATCH] linux: Use /sys/devices/system/cpu on __get_nprocs_conf (BZ#28991)
 2022-05-16 11:42 UTC  (2+ messages)

[PATCH] fortify: Ensure that __glibc_fortify condition is a constant [BZ #29141]
 2022-05-16 10:59 UTC  (2+ messages)

[PATCH] elf: Rewrite long RESOLVE_MAP macro to a debug friendly function
 2022-05-15  0:58 UTC  (6+ messages)
` [PATCH v3] "

[PATCH 0/3] Simplify ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA and revert aarch64/arm's extern protected data handling
 2022-05-13 23:09 UTC  (7+ messages)

[PATCH v2] x86_64: Remove bzero optimization
 2022-05-13 22:04 UTC  (2+ messages)

[PATCH 2/2] wcrtomb: Make behavior POSIX compliant
 2022-05-13 17:58 UTC  (13+ messages)
` [PATCH v3] "
            ` [committed] "

[PATCH v2 0/4] Avoid relying on autoconf internals in `preconfigure' scripts
 2022-05-13 16:10 UTC  (11+ messages)
` [PATCH v2 1/4] C-SKY: Use an autoconf template to produce `preconfigure'
` [PATCH v2 2/4] m68k: "
` [PATCH v2 3/4] MIPS: "
` [PATCH v2 4/4] RISC-V: "

[PATCH] Update RISC-V specific ELF definitions
 2022-05-12 20:41 UTC  (2+ messages)

[PATCH v1 1/5] benchtests: Improve bench-strrchr
 2022-05-12 20:16 UTC  (11+ messages)
` [PATCH v3 1/4] "
  ` [PATCH v3 2/4] x86: Optimize {str|wcs}rchr-sse2
  ` [PATCH v3 3/4] x86: Optimize {str|wcs}rchr-avx2
  ` [PATCH v3 4/4] x86: Optimize {str|wcs}rchr-evex

[PATCH] x86-64: Fix SSE2 memcmp and SSSE3 memmove for x32
 2022-05-12 20:12 UTC  (3+ messages)

[PATCH v1] x86: Fix missing __wmemcmp def for disable-multiarch build
 2022-05-12 20:04 UTC  (5+ messages)
` [PATCH v2] "

[PATCH v2 0/4] Remove fno_unit_at_a_time configure check
 2022-05-12 20:04 UTC  (11+ messages)
` [PATCH v2 1/4] Add declare_object_symbol_alias for assembly codes (BZ #28128)
` [PATCH v2 2/4] stdio: Remove the usage of $(fno-unit-at-a-time) for errlist.c
` [PATCH v2 3/4] stdio: Remove the usage of $(fno-unit-at-a-time) for siglist.c
` [PATCH v2 4/4] Remove configure fno_unit_at_a_time

[PATCH v1 1/3] x86: Optimize memcmp SSE2 in memcmp.S
 2022-05-12 20:03 UTC  (15+ messages)
` [PATCH v3 "
  ` [PATCH v3 2/3] x86: Remove memcmp-sse4.S
  ` [PATCH v3 3/3] x86: Cleanup page cross code in memcmp-avx2-movbe.S

[PATCH v1 1/2] x86: Small improvements for wcscpy-ssse3
 2022-05-12 19:55 UTC  (4+ messages)
` [PATCH v1 2/2] x86: Small improvements for wcslen

[PATCH v1 01/23] benchtests: Use json-lib in bench-strchr.c
 2022-05-12 19:54 UTC  (33+ messages)
` [PATCH v1 03/23] x86: Code cleanup in strchr-avx2 and comment justifying branch
` [PATCH v1 04/23] x86: Code cleanup in strchr-evex "
` [PATCH v1 07/23] x86: Optimize strcspn and strpbrk in strcspn-c.c
` [PATCH v1 08/23] x86: Optimize strspn in strspn-c.c
` [PATCH v1 09/23] x86: Remove strcspn-sse2.S and use the generic implementation
` [PATCH v1 10/23] x86: Remove strpbrk-sse2.S "
` [PATCH v1 11/23] x86: Remove strspn-sse2.S "
` [PATCH v1 17/23] x86: Optimize str{n}casecmp TOLOWER logic in strcmp.S
` [PATCH v1 18/23] x86: Optimize str{n}casecmp TOLOWER logic in strcmp-sse42.S
` [PATCH v1 23/23] x86: Remove AVX str{n}casecmp

[PATCH v1 21/23] x86: Add AVX2 optimized str{n}casecmp
 2022-05-12 19:52 UTC  (9+ messages)
` [PATCH v4 "
  ` [PATCH v4 22/23] x86: Add EVEX "

[PATCH v2 00/11] Remove bcopy and bzero optimizations
 2022-05-12 19:28 UTC  (3+ messages)
` [PATCH v2 04/11] x86_64: Remove bcopy optimizations

[PATCH] x86-64: Define __memcmpeq in ld.so
 2022-05-12 19:24 UTC  (5+ messages)

[PATCH] x86-64: Remove bzero weak alias in SS2 memset
 2022-05-12 19:23 UTC  (3+ messages)

[PATCH] x86_64/multiarch: Sort sysdep_routines and put one entry per line
 2022-05-12 19:20 UTC  (3+ messages)

[PATCH] x86: Improve L to support L(XXX_SYMBOL (YYY, ZZZ))
 2022-05-12 19:07 UTC  (3+ messages)

[PATCH] RISC-V: Use `as_fn_error' to report errors in `preconfigure'
 2022-05-12 18:39 UTC  (3+ messages)

[PATCH v3 0/7] Fix getdents{64} regression on some FS
 2022-05-12 15:40 UTC  (6+ messages)
` [PATCH v3 7/7] dirent: Deprecate getdirentries

[PATCH V9 13/24] LoongArch: Add system call support
 2022-05-12 12:11 UTC  (4+ messages)
              ` [musl] "

[PATCH 0/4] Remove fno_unit_at_a_time configure check
 2022-05-12  7:44 UTC  (7+ messages)
` [PATCH 1/4] Add declare_object_symbol_alias for assembly codes (BZ #28128)
` [PATCH 2/4] stdio: Remove the usage of $(fno-unit-at-a-time) for errlist.c
` [PATCH 3/4] stdio: Remove the usage of $(fno-unit-at-a-time) for siglist.c
` [PATCH 4/4] Remove configure fno_unit_at_a_time

PT_GNU_RELRO is somewhat broken
 2022-05-11 20:50 UTC  (8+ messages)

[PATCH] Change fno-unit-at-a-time to fno-toplevel-reorder
 2022-05-11 18:57 UTC  (3+ messages)

LD_AUDIT: Not enough space in static TLS block
 2022-05-11 17:31 UTC  (7+ 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).