public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
[PATCH v8] POSIX locale covers every byte [BZ# 29511]
 2023-02-07 14:16 UTC  (2+ messages)
` [PATCH v9] "

[RFC PATCH 00/19] riscv: ifunc support with optimized mem*/str*/cpu_relax routines
 2023-02-07 14:15 UTC  (27+ messages)
` [RFC PATCH 01/19] Inhibit early libcalls before ifunc support is ready
` [RFC PATCH 02/19] riscv: LEAF: Use C_LABEL() to construct the asm name for a C symbol
` [RFC PATCH 03/19] riscv: Add ENTRY_ALIGN() macro
` [RFC PATCH 04/19] riscv: Add hart feature run-time detection framework
` [RFC PATCH 05/19] riscv: Introduction of ISA extensions
` [RFC PATCH 06/19] riscv: Adding ISA string parser for environment variables
` [RFC PATCH 07/19] riscv: hart-features: Add fast_unaligned property
` [RFC PATCH 08/19] riscv: Add (empty) ifunc framework
` [RFC PATCH 09/19] riscv: Add ifunc support for memset
` [RFC PATCH 10/19] riscv: Add accelerated memset routines for RV64
` [RFC PATCH 11/19] riscv: Add ifunc support for memcpy/memmove
` [RFC PATCH 12/19] riscv: Add accelerated memcpy/memmove routines for RV64
` [RFC PATCH 13/19] riscv: Add ifunc support for strlen
` [RFC PATCH 14/19] riscv: Add accelerated strlen routine
` [RFC PATCH 15/19] riscv: Add ifunc support for strcmp
` [RFC PATCH 16/19] riscv: Add accelerated strcmp routines
` [RFC PATCH 17/19] riscv: Add ifunc support for strncmp
` [RFC PATCH 18/19] riscv: Add an optimized strncmp routine
` [RFC PATCH 19/19] riscv: Add __riscv_cpu_relax() to allow yielding in busy loops

[PATCH 0/3] Minor fixes from generic string routines
 2023-02-07 13:12 UTC  (4+ messages)
` [PATCH 1/3] string: Add libc_hidden_proto for strchrnul
` [PATCH 2/3] string: Add libc_hidden_proto for memrchr
` [PATCH 3/3] string: Disable stack protector in early static initialization

[PATCH] [RFC] Proposal for implementing AArch64 port of libmvec
 2023-02-07 13:11 UTC  (2+ messages)

`__if_nametoindex()` can leak an FD if its argument is too long
 2023-02-07 13:11 UTC 

[PATCH 0/2] RISC-V: ifunced memcpy using new kernel hwprobe interface
 2023-02-07 13:05 UTC  (7+ messages)
` [PATCH 1/2] riscv: Add Linux hwprobe syscall support
` [PATCH 2/2] riscv: Add and use alignment-ignorant memcpy

[PATCH] S390: Influence hwcaps/stfle via GLIBC_TUNABLES
 2023-02-07  8:22 UTC  (3+ messages)

[PATCH] sockaddr.3type: BUGS: Document that libc should be fixed using a union
 2023-02-07  1:21 UTC  (14+ messages)

Why did one of Wilco's patches land into an untitled series?
 2023-02-06 20:46 UTC  (2+ messages)

[PATCH] Use 64-bit time_t interfaces in strftime and strptime (bug 30053)
 2023-02-06 20:33 UTC  (7+ messages)

[PATCH] Use 64-bit time_t interfaces in strftime and strptime (bug 30053)
 2023-02-06 20:09 UTC  (2+ messages)

patch for hp-timing.h
 2023-02-06 19:34 UTC  (5+ messages)

[PATCH] NEWS: Document CVE-2023-25139
 2023-02-06 18:36 UTC  (2+ messages)

[PATCH v12 00/31] Improve generic string routines
 2023-02-06 17:36 UTC  (55+ messages)
` [PATCH v12 01/31] Parameterize op_t from memcopy.h
` [PATCH v12 02/31] Parameterize OP_T_THRES "
` [PATCH v12 03/31] Add string vectorized find and detection functions
` [PATCH v12 04/31] string: Improve generic strlen
` [PATCH v12 05/31] string: Improve generic strchrnul
` [PATCH v12 06/31] string: Improve generic strchr
` [PATCH v12 07/31] string: Improve generic strcmp
` [PATCH v12 08/31] string: Improve generic strncmp
` [PATCH v12 09/31] string: Improve generic stpcpy
` [PATCH v12 10/31] string: Improve generic strcpy
` [PATCH v12 11/31] string: Improve generic memchr
` [PATCH v12 12/31] string: Improve generic strnlen with memchr
` [PATCH v12 13/31] string: Improve generic memrchr
` [PATCH v12 14/31] string: Improve generic strrchr with memrchr and strlen
` [PATCH v12 15/31] hppa: Add memcopy.h
` [PATCH v12 16/31] hppa: Add string-fza.h, string-fzc.h, and string-fzi.h
` [PATCH v12 17/31] alpha: Add string-fza, string-fzb.h, string-fzi.h, and string-shift.h
` [PATCH v12 18/31] arm: Add string-fza.h
` [PATCH v12 19/31] powerpc: "
` [PATCH v12 20/31] sh: Add string-fzb.h
` [PATCH v12 21/31] riscv: Add string-fza.h and string-fzi.h
` [PATCH v12 22/31] string: Hook up the default implementation on test-strlen
` [PATCH v12 23/31] string: Hook up the default implementation on test-strnlen
` [PATCH v12 24/31] string: Hook up the default implementation on test-strchr
` [PATCH v12 25/31] string: Hook up the default implementation on test-strcmp
` [PATCH v12 26/31] string: Hook up the default implementation on test-strncmp
` [PATCH v12 27/31] string: Hook up the default implementation on test-stpcpy
` [PATCH v12 28/31] string: Hook up the default implementation on test-strcpy
` [PATCH v12 29/31] string: Hook up the default implementation on test-memchr
` [PATCH v12 30/31] string: Hook up the default implementation on test-memrchr
` [PATCH v12 31/31] string: Hook up the default implementation on test-strrchr

[patch] Use __builtin_FILE and __builtin_LINE in assert implementation in C++
 2023-02-06 16:25 UTC  (19+ messages)

[PATCH] Account for grouping in printf width (bug 30068)
 2023-02-06 15:24 UTC  (3+ messages)

Monday Patch Queue Review update (2023-02-06)
 2023-02-06 14:49 UTC 

[PATCH] AArch64: Improve SVE memcpy and memmove
 2023-02-06 14:29 UTC  (2+ messages)

[PATCH 1/2] riscv: sysdeps support for vectorised functions
 2023-02-06 12:49 UTC  (17+ messages)
` [PATCH 2/2] riscv: vectorised mem* and str* functions

(no subject)
 2023-02-06 11:12 UTC 

[PATCH v11 00/29] Improve generic string routines
 2023-02-05 17:33 UTC  (16+ messages)
` [PATCH v11 08/29] string: Improve generic strcmp
` [PATCH v11 09/29] string: Improve generic strncmp
` [PATCH v11 10/29] string: Improve generic stpcpy
` [PATCH v11 20/29] riscv: Add string-fza.h and string-fzi.h

New Georgian PO file for 'libc' (version 2.36.9000)
 2023-02-05 13:47 UTC 

[PATCH glibc] Move RETURN_TO to x86/sysdep.h and implement x86_64 version
 2023-02-05 11:37 UTC  (2+ messages)

[PATCH] configure.ac: fix include header discovery on gcc-12 [BZ #28183]
 2023-02-04 23:46 UTC  (2+ messages)

SLO for patch review at one-quater-year?
 2023-02-04 17:07 UTC 

[PATCH] Account for grouping in printf width (bug 23432)
 2023-02-04 16:22 UTC  (10+ messages)

New Russian PO file for 'libc' (version 2.36.9000)
 2023-02-04 12:32 UTC 

[PATCH] gmon: Fix allocated buffer overflow (bug 2944)
 2023-02-04 11:41 UTC 

[PATCH] Replace rawmemchr (s, '\0') with strchr
 2023-02-04 11:38 UTC  (4+ messages)

[PATCH 0/5] Add clone3 support for multiple architectures
 2023-02-03 21:13 UTC  (7+ messages)
` [PATCH 1/5] powerpc64: Add the clone3 wrapper
` [PATCH 2/5] s390x: "
` [PATCH 3/5] riscv: "
` [PATCH 4/5] arm: "
` [PATCH 5/5] mips: "

The time64 and Large File Support mess
 2023-02-03 18:56 UTC  (11+ messages)
` time64 / Large File Support: 2) default time64 breaks legacy 32bit binaries

[PATCH] Remove pthread-pi-defines.sym
 2023-02-03 16:20 UTC  (2+ messages)

[PATCH] C-SKY: Strip hard float abi from hard float feature
 2023-02-03 14:05 UTC  (2+ messages)

[PATCH v2] elf: Fix GL(dl_phdr) and GL(dl_phnum) for static builds [BZ #29864]
 2023-02-03 14:04 UTC  (3+ messages)

[PATCH v12 12/31] string: Improve generic strnlen with memchr
 2023-02-03 13:18 UTC 

[PATCH v12 14/31] string: Improve generic strrchr with memrchr and strlen
 2023-02-03 12:15 UTC  (2+ messages)

[PATCH] stdlib: tests: don't double-define _FORTIFY_SOURCE
 2023-02-03  4:01 UTC  (7+ messages)

New Chinese (traditional) PO file for 'libc' (version 2.36.9000)
 2023-02-02 17:02 UTC 

The GNU C Library version 2.37 is now available
 2023-02-02  3:06 UTC 

[hurd,commited] hurd: Move some i386 bits to x86
 2023-02-01 23:28 UTC 

[RFC PATCH 2/3] hurd: Implement O_TMPFILE
 2023-02-01 22:36 UTC  (3+ messages)
` [PATCH v2 3/3] hurd: Implement SHM_ANON

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