public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
BZ #16503
 2022-05-10 16:02 UTC  (4+ messages)

[PATCH v1 1/6] elf: Refactor dl_new_hash so it can be tested / benchmarked
 2022-05-10 15:31 UTC  (28+ messages)
` [PATCH v3 "
  ` [PATCH v3 6/6] elf: Optimize _dl_new_hash in dl-new-hash.h
` [PATCH v5 1/6] elf: Refactor dl_new_hash so it can be tested / benchmarked
  ` [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 0/3] Simplify ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA and revert aarch64/arm's extern protected data handling
 2022-05-10 15: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 v5 1/2] Linux: Introduce __brk_call for invoking the brk system call
 2022-05-09 18:18 UTC  (2+ messages)
` [PATCH v5 2/2] csu: Implement and use _dl_early_allocate during static startup

[PATCH v4 1/3] ia64: Always define IA64_USE_NEW_STUB as a flag macro
 2022-05-09 17:37 UTC  (17+ messages)
` [PATCH v4 2/3] Linux: Implement a useful version of _startup_fatal
` [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] "

[RFC] _FORTIFY_SOURCE strictness
 2022-05-09 13:35 UTC  (18+ 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 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  (11+ 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 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  (6+ 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 v2] nptl: Add backoff mechanism to spinlock loop
 2022-05-06  3:06 UTC  (10+ messages)
` [PATCH v3] "
  ` [PATCH v4] "
    ` [PATCH v5] "

LD_AUDIT: Not enough space in static TLS block
 2022-05-05 19:56 UTC  (5+ messages)

[PATCH 0/4] time: Use __nonnull to avoid null pointer
 2022-05-05 12:26 UTC  (18+ messages)
` [PATCH 1/4] adjtimex/adjtimex64: "
` [PATCH 2/4] ntp_xxxtimex: "
` [PATCH 3/4] clock_adjtime: "
` [PATCH 4/4] clock_settime/clock_gettime: "
` [PATCH v2 0/4] time: "
  ` [PATCH v2 1/4] adjtimex/adjtimex64: "
  ` [PATCH v2 2/4] ntp_xxxtimex: "
  ` [PATCH v2 3/4] clock_adjtime: "
  ` [PATCH v2 4/4] clock_settime/clock_gettime: "

[PATCH v3 1/3] ia64: Always define IA64_USE_NEW_STUB as a flag macro
 2022-05-05 12:15 UTC  (3+ messages)
` [PATCH v3 2/3] Linux: Implement a useful version of _startup_fatal
` [PATCH v3 3/3] csu: Implement and use _dl_early_allocate during static startup

[PATCH v2 1/3] ia64: Always define IA64_USE_NEW_STUB as a flag macro
 2022-05-05 11:39 UTC  (12+ messages)
` [PATCH v2 2/3] Linux: Implement a useful version of _startup_fatal
` [PATCH v2 3/3] csu: Implement and use _dl_early_allocate during static startup

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

[hurd,commited] hurd spawni: Fix reauthenticating closed fds
 2022-05-05  0:15 UTC 

[PATCH] Change fno-unit-at-a-time to fno-toplevel-reorder
 2022-05-04 18:34 UTC  (2+ messages)

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

[PATCH v2] x86-64: Optimize bzero
 2022-05-04 14:54 UTC  (22+ messages)

[PATCH] S390: Enable static PIE
 2022-05-04 13:39 UTC  (8+ messages)

[PATCH 0/5] Linux: Fall back to mmap if early sbrk fails
 2022-05-04 13:10 UTC  (4+ messages)
` [PATCH 2/5] Linux: Define MMAP_CALL_INTERNAL

[RISCV] RISC-V GNU Toolchain Biweekly Sync-up call (May 05, 2022)
 2022-05-04 12:42 UTC 

[committed] manual: Clarify that abbreviations of long options are allowed
 2022-05-04 10:27 UTC 

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

[PATCH] manual: Clarify that abbreviations of long options are allowed
 2022-05-04  7:38 UTC  (4+ messages)

[PATCH v1 12/23] x86: Fix fallback for wcsncmp_avx2 in strcmp-avx2.S [BZ #28896]
 2022-05-04  6:05 UTC  (6+ messages)
` [PATCH v2 12/31] "

[PATCH v1] x86: Fix bug in strncmp-evex and strncmp-avx2 [BZ #28895]
 2022-05-04  6:02 UTC  (4+ messages)
` [PATCH v4] "

[PATCH v1] x86: Set .text section in memset-vec-unaligned-erms
 2022-05-04  6:01 UTC  (4+ messages)

[PATCH v1] x86: Remove SSE3 instruction for broadcast in memset.S (SSE2 Only)
 2022-05-04  5:48 UTC  (5+ messages)
` [PATCH v2] x86: Remove SSSE3 "

[PATCH v1] x86: Improve vec generation in memset-vec-unaligned-erms.S
 2022-05-04  5:46 UTC  (5+ messages)
` [PATCH v2] "

[PATCH 1/2] x86-64: Fix strcmp-avx2.S
 2022-05-04  5:44 UTC  (4+ messages)
` [PATCH 2/2] x86-64: Fix strcmp-evex.S

[PATCH v4 1/5] string/test-str*cmp: remove stupid_[strcmp, strncmp, wcscmp, wcsncmp]
 2022-05-04  5:40 UTC  (8+ messages)
` [PATCH v4 3/5] x86: Optimize strcmp-avx2.S
` [PATCH v4 4/5] x86: Optimize strcmp-evex.S

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