public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
[PATCH v2 0/4] Avoid relying on autoconf internals in `preconfigure' scripts
 2022-05-12 22:29 UTC  (5+ 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 v5 1/2] Linux: Introduce __brk_call for invoking the brk system call
 2022-05-12 18:37 UTC  (6+ messages)
` [PATCH v5 2/2] csu: Implement and use _dl_early_allocate during static startup

[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

[RFC] _FORTIFY_SOURCE strictness
 2022-05-12 13:15 UTC  (19+ messages)
` [PATCH 0/2] More compliant wcrtomb
  ` [PATCH 1/2] benchtests: Add wcrtomb microbenchmark
      ` [committed] "
  ` [PATCH 2/2] wcrtomb: Make behavior POSIX compliant
    ` [PATCH v2] "
    ` [PATCH v3] "

[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

[PATCH 0/3] Simplify ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA and revert aarch64/arm's extern protected data handling
 2022-05-12  4:56 UTC  (5+ messages)

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)

[PATCH v3 00/13] GLIBC LoongArch PATCHES
 2022-05-11 17:32 UTC  (21+ messages)
` [PATCH v4 01/13] LoongArch: Update NEWS and README for the LoongArch port
` [PATCH v4 02/13] LoongArch: Add LoongArch entries to config.h.in
` [PATCH v4 03/13] LoongArch: Add relocations and ELF flags to elf.h and scripts/glibcelf.py
` [PATCH v4 04/13] LoongArch: ABI Implementation
` [PATCH v4 05/13] LoongArch: Thread-Local Storage Support
` [PATCH v4 06/13] LoongArch: Generic <math.h> and soft-fp Routines
` [PATCH v4 07/13] LoongArch: Atomic and Locking Routines
` [PATCH v4 08/13] LoongArch: Linux Syscall Interface
` [PATCH v4 09/13] LoongArch: Linux ABI
` [PATCH v4 10/13] LoongArch: Add ABI Lists

LD_AUDIT: Not enough space in static TLS block
 2022-05-11 17:31 UTC  (7+ messages)

[PATCH v4 0/3] Linux: Fix posix_spawn when user with time namespaces
 2022-05-11 16:01 UTC  (7+ messages)
` [PATCH v4 1/3] linux: Add CLONE_NEWTIME from Linux 5.6 to bits/sched.h
` [PATCH v4 2/3] support: Add support_enter_time_namespace
` [PATCH v4 3/3] linux: Add fallback for clone failure on posix_spawn (BZ #29115)

[PATCH v1 1/6] elf: Refactor dl_new_hash so it can be tested / benchmarked
 2022-05-11  3:07 UTC  (33+ messages)
` [PATCH v5 "
  ` [PATCH v5 2/6] elf: Add tests for the dl hash funcs (_dl_new_hash and _dl_elf_hash)
  ` [PATCH v5 3/6] nss: Add tests for the nss_hash in nss_hash.h
  ` [PATCH v5 4/6] benchtests: Add benchtests for dl_elf_hash, dl_new_hash and nss_hash
  ` [PATCH v5 5/6] nss: Optimize nss_hash in nss_hash.c
  ` [PATCH v5 6/6] elf: Optimize _dl_new_hash in dl-new-hash.h
` [PATCH v6 1/6] elf: Refactor dl_new_hash so it can be tested / benchmarked
  ` [PATCH v6 2/6] elf: Add tests for the dl hash funcs (_dl_new_hash and _dl_elf_hash)
  ` [PATCH v6 3/6] nss: Add tests for the nss_hash in nss_hash.h
  ` [PATCH v6 4/6] benchtests: Add benchtests for dl_elf_hash, dl_new_hash and nss_hash
  ` [PATCH v6 5/6] nss: Optimize nss_hash in nss_hash.c
  ` [PATCH v6 6/6] elf: Optimize _dl_new_hash in dl-new-hash.h
` [PATCH v7 1/6] elf: Refactor dl_new_hash so it can be tested / benchmarked
  ` [PATCH v7 2/6] elf: Add tests for the dl hash funcs (_dl_new_hash and _dl_elf_hash)
  ` [PATCH v7 3/6] nss: Add tests for the nss_hash in nss_hash.h
  ` [PATCH v7 4/6] benchtests: Add benchtests for dl_elf_hash, dl_new_hash and nss_hash
  ` [PATCH v7 5/6] nss: Optimize nss_hash in nss_hash.c
  ` [PATCH v7 6/6] elf: Optimize _dl_new_hash in dl-new-hash.h
` [PATCH v8 1/6] elf: Refactor dl_new_hash so it can be tested / benchmarked
  ` [PATCH v8 2/6] elf: Add tests for the dl hash funcs (_dl_new_hash and _dl_elf_hash)
  ` [PATCH v8 3/6] nss: Add tests for the nss_hash in nss_hash.h
  ` [PATCH v8 4/6] benchtests: Add benchtests for dl_elf_hash, dl_new_hash and nss_hash
  ` [PATCH v8 5/6] nss: Optimize nss_hash in nss_hash.c
  ` [PATCH v8 6/6] elf: Optimize _dl_new_hash in dl-new-hash.h

Supporting RISC-V Vendor Extensions in the GNU Toolchain
 2022-05-11  0:01 UTC 

Request a Quote
 2022-05-10 17:51 UTC 

BZ #16503
 2022-05-10 16:02 UTC  (4+ messages)

[PATCH v2] Fix deadlock when pthread_atfork handler calls pthread_atfork or dlclose
 2022-05-10 13:55 UTC  (2+ messages)

[PATCH v3] math: Add math-use-builtins-fabs (BZ#29027)
 2022-05-10  9:04 UTC  (2+ messages)

Monday Patch Queue Review update (2022-05-09)
 2022-05-09 20:43 UTC 

Monday Patch Queue Review update (2022-05-02)
 2022-05-09 20:34 UTC 

[PATCH v4 1/3] ia64: Always define IA64_USE_NEW_STUB as a flag macro
 2022-05-09 17:37 UTC  (12+ messages)
` [PATCH v4 3/3] csu: Implement and use _dl_early_allocate during static startup

[PATCH] elf: Rewrite long RESOLVE_MAP macro to a debug friendly function
 2022-05-09 13:38 UTC  (3+ messages)
` [PATCH v3] "

[PATCH v4 00/13] GLIBC LoongArch PATCHES
 2022-05-09 12:46 UTC  (16+ messages)
` [PATCH v4 01/13] LoongArch: Update NEWS and README for the LoongArch port
` [PATCH v4 02/13] LoongArch: Add LoongArch entries to config.h.in
` [PATCH v4 03/13] LoongArch: Add relocations and ELF flags to elf.h and scripts/glibcelf.py
` [PATCH v4 04/13] LoongArch: ABI Implementation
` [PATCH v4 05/13] LoongArch: Thread-Local Storage Support
` [PATCH v4 06/13] LoongArch: Generic <math.h> and soft-fp Routines
` [PATCH v4 07/13] LoongArch: Atomic and Locking Routines
` [PATCH v4 08/13] LoongArch: Linux Syscall Interface
` [PATCH v4 09/13] LoongArch: Linux ABI
` [PATCH v4 10/13] LoongArch: Add ABI Lists

[PATCH v4 11/13] LoongArch: Build Infastructure
 2022-05-09  2:34 UTC  (3+ messages)
` [PATCH v4 12/13] LoongArch: Hard Float Support
` [PATCH v4 13/13] LoongArch: Update build-many-glibcs.py for the LoongArch Port

[PATCH v3 00/13] GLIBC LoongArch PATCHES
 2022-05-09  2:26 UTC  (4+ messages)
` [PATCH v3 01/13] LoongArch: Update NEWS and README for the LoongArch port

[PATCH] linux: Fix posix_spawn return code if clone fails (BZ#29109)
 2022-05-06 13:43 UTC  (2+ messages)

[PATCH v6 0/4] Args adjustment with ./ld.so exe [BZ #23293]
 2022-05-06 10:07 UTC  (2+ messages)

[PATCH v3] nptl: Add backoff mechanism to spinlock loop
 2022-05-06  3:06 UTC  (8+ messages)
` [PATCH v4] "
  ` [PATCH v5] "

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