public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
[PATCH v2] nptl: Add backoff mechanism to spinlock loop
 2022-05-04  2:58 UTC  (3+ messages)
` [PATCH v3] "

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

[PATCH] stdio-common: Add the fgetln function
 2022-05-04  0:40 UTC  (8+ messages)

[PATCH v3] linux: Add fallback for clone failure on posix_spawn (BZ#29115)
 2022-05-03 22:49 UTC  (4+ messages)

[PATCH 0/5] Linux: Fall back to mmap if early sbrk fails
 2022-05-03 20:16 UTC  (22+ messages)
` [PATCH 1/5] Linux: Implement a useful version of _startup_fatal
` [PATCH 2/5] Linux: Define MMAP_CALL_INTERNAL
` [PATCH 3/5] i386: Remove OPTIMIZE_FOR_GCC_5 from Linux libc-do-syscall.S
` [PATCH 4/5] i386: Honor I386_USE_SYSENTER for 6-argument Linux system calls
` [PATCH 5/5] csu: Implement and use _dl_early_allocate during static startup

[PATCH] elf: Rewrite long RESOLVE_MAP macro to a debug friendly function
 2022-05-03 20:12 UTC  (5+ messages)
  ` [PATCH v2] "

V2 [PATCH 0/4] ld.so: Add --list-tunables to print tunable values
 2022-05-03 18:51 UTC  (18+ messages)
` [PATCH 1/4] x86: Initialize CPU info via IFUNC relocation [BZ 26203]
                ` V3 [PATCH] "
                        ` V4 "
                          ` PING: "
                            ` PING^2: "

[PATCH v3 0/2] Args adjustment with ./ld.so exe [BZ #23293]
 2022-05-03 17:00 UTC  (7+ messages)
` [PATCH v3 1/2] aarch64: Use generic argv adjustment in ld.so "
` [PATCH v3 2/2] aarch64: Move ld.so _start to separate file and drop _dl_skip_args

[PATCH v2] linux: Add fallback for clone failure on posix_spawn (BZ#29115)
 2022-05-03 16:37 UTC  (5+ messages)

[PATCH] S390: Enable static PIE
 2022-05-03 15:36 UTC  (6+ messages)

[PATCH] Update RISC-V specific ELF definitions
 2022-05-03 15:14 UTC 

LD_AUDIT: Not enough space in static TLS block
 2022-05-03  7:22 UTC  (3+ messages)

[PATCH] linux: Fallback to fork and exec for clone fail on posix_spawn (BZ#29115)
 2022-05-02 20:09 UTC  (13+ messages)

[PATCH] elf: Simplify version test when searching a versioned symbol
 2022-05-02 18:58 UTC  (4+ messages)

[PATCH] elf: Remove fallback to the start of DT_STRTAB for dladdr
 2022-05-02 16:06 UTC  (8+ messages)

[PATCH] linux: Fix posix_spawn return code if clone fails (BZ#29109)
 2022-05-02 15:42 UTC 

[PATCH] powerpc32: Remove unused HAVE_PPC_SECURE_PLT
 2022-05-02  8:34 UTC  (2+ messages)

[PATCH] Change fno-unit-at-a-time to fno-toplevel-reorder
 2022-05-01  7:10 UTC  (2+ messages)

[PATCH 0/3] Simplify ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA and revert aarch64/arm's extern protected data handling
 2022-05-01  6:06 UTC  (4+ messages)
` [PATCH 1/3] elf: Remove ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA check for non-DL_EXTERN_PROTECTED_DATA ports
` [PATCH 2/3] Revert "[AArch64][BZ #17711] Fix extern protected data handling"
` [PATCH 3/3] Revert "[ARM][BZ "

[PATCH] elf: Remove one-default-version check when searching an unversioned symbol
 2022-05-01  2:06 UTC 

Use __ehdr_start rather than _begin in _dl_start_final
 2022-04-30 11:27 UTC  (6+ messages)

New Georgian PO file for 'libc' (version 2.34.9000)
 2022-04-29 22:57 UTC 

[PATCH] x86-64: Use testl to check __x86_string_control
 2022-04-29 22:07 UTC  (4+ messages)

[PATCH v1 1/5] x86: Optimize strcmp-avx2.S and fix for [BZ# 28755]
 2022-04-29 22:05 UTC  (6+ messages)
` [PATCH v3 1/7] x86: Fix __wcsncmp_avx2 in strcmp-avx2.S "
  ` [PATCH v3 2/7] x86: Fix __wcsncmp_evex in strcmp-evex.S "

[PATCH v3 1/2] scripts: Add glibcelf.py module
 2022-04-29 20:48 UTC  (18+ messages)
` [PATCH v3 2/2] Default to --with-default-link=no (bug 25812)

[PATCH v2 3/4] Move libio lock single-thread optimization to generic libc-lock (BZ #27842)
 2022-04-29 17:13 UTC  (2+ messages)

[PATCH v3] manual: Document the dlinfo function
 2022-04-29 14:53 UTC  (2+ messages)

[PATCH] Do not use --hash-style=both for building glibc shared objects
 2022-04-29 12:54 UTC  (2+ messages)

[committed 0/2] benchtests: libmvec cleanups
 2022-04-29  6:50 UTC  (3+ messages)
` [committed 1/2] benchtests: Add UNSUPPORTED benchmark status
` [committed 2/2] benchtests: Better libmvec integration

[PATCH v2] linux: Fix fchmodat with AT_SYMLINK_NOFOLLOW for 64 bit time_t (BZ#29097)
 2022-04-28 21:49 UTC  (5+ messages)

[PATCH v1 1/6] elf: Refactor dl_new_hash so it can be tested / benchmarked
 2022-04-28 18:03 UTC  (25+ messages)
` [PATCH v2 "
  ` [PATCH v2 3/6] nss: Add tests for the nss_hash in nss_hash.h
` [PATCH v3 1/6] elf: Refactor dl_new_hash so it can be tested / benchmarked
  ` [PATCH v3 3/6] nss: Add tests for the nss_hash in nss_hash.h
  ` [PATCH v3 6/6] elf: Optimize _dl_new_hash in dl-new-hash.h
` [PATCH v4 1/6] elf: Refactor dl_new_hash so it can be tested / benchmarked
  ` [PATCH v4 2/6] elf: Add tests for the dl hash funcs (_dl_new_hash and _dl_elf_hash)
  ` [PATCH v4 3/6] nss: Add tests for the nss_hash in nss_hash.h
  ` [PATCH v4 4/6] benchtests: Add benchtests for dl_elf_hash, dl_new_hash and nss_hash
  ` [PATCH v4 5/6] nss: Optimize nss_hash in nss_hash.c
  ` [PATCH v4 6/6] elf: Optimize _dl_new_hash in dl-new-hash.h

[PATCH] dlfcn: Implement the RTLD_DI_PHDR request type for dlinfo
 2022-04-28 17:24 UTC  (2+ messages)

[PATCH v2] manual: Document the dlinfo function
 2022-04-28 17:16 UTC  (2+ messages)

[PATCH v2 0/4] Move libio lock single-thread optimization to generic libc-lock
 2022-04-28 17:14 UTC  (18+ messages)
` [PATCH v2 1/4] libio: Assume _IO_MTSAFE_IO
` [PATCH v2 2/4] Consolidate stdio-lock.h
` [PATCH v2 3/4] Move libio lock single-thread optimization to generic libc-lock (BZ #27842)

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

[PATCH] x86-64: Require BMI2 for strchr-avx2.S
 2022-04-28 10:19 UTC  (4+ messages)

[PATCH] x86-64: Add Avoid_Short_Distance_REP_MOVSB
 2022-04-28  0:15 UTC  (4+ messages)

[PATCH v8 0/4] Improve roundeven function
 2022-04-28  0:11 UTC  (3+ messages)
` [PATCH v8 3/4] x86_64: roundeven with sse4.1 support

[PATCH v1 1/2] String: Add three more overflow tests cases to test-strnlen.c
 2022-04-28  0:08 UTC  (4+ messages)
` [PATCH v1 2/2] x86: Remove unnecessary overflow check from wcsnlen-sse4_1.S

[PATCH v1 2/2] x86: Improve memmove-vec-unaligned-erms.S
 2022-04-28  0:07 UTC  (5+ messages)
` [PATCH v2 1/2] Bench: Add support for choose direction of memcpy in benchtests
  ` [PATCH v2 2/2] x86: Improve memmove-vec-unaligned-erms.S

[PATCH v1] x86: Improve memset-vec-unaligned-erms.S
 2022-04-28  0:06 UTC  (13+ messages)

[PATCH v1 1/3] x86: Expand bench-memcmp.c and test-memcmp.c
 2022-04-28  0:03 UTC  (8+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/3] x86: Optimize memcmp-avx2-movbe.S
  ` [PATCH v2 3/3] x86: Optimize memcmp-evex-movbe.S

[PATCH v1] x86: Add EVEX optimized memchr family not safe for RTM
 2022-04-27 23:57 UTC  (4+ messages)
` [PATCH v4] "

[PATCH] x86: Set rep_movsb_threshold to 2112 on processors with FSRM
 2022-04-27 23:56 UTC  (8+ messages)
        ` [PATCH v2] "

[PATCH v1 1/2] x86: Optimize strlen-avx2.S
 2022-04-27 23:54 UTC  (9+ messages)
` [PATCH v3 1/2] x86: Optimize strchr-avx2.S
` [PATCH v4 "
  ` [PATCH v4 2/2] x86: Optimize strchr-evex.S

[PATCH v5 1/2] x86: Optimize less_vec evex and avx512 memset-vec-unaligned-erms.S
 2022-04-27 23:49 UTC  (3+ messages)

[PATCH v8 1/2] x86: Update large memcpy case in memmove-vec-unaligned-erms.S
 2022-04-27 23:46 UTC  (6+ messages)

[PATCH v4 1/2] x86: Refactor and improve performance of strchr-avx2.S
 2022-04-27 23:43 UTC  (6+ messages)

[PATCH] x86: Adding an upper bound for Enhanced REP MOVSB
 2022-04-27 23:38 UTC  (4+ messages)

[v3] posix/glob.c: update from gnulib
 2022-04-27 21:21 UTC  (3+ messages)

[PATCH v1] sysdeps: Add 'get_fast_jitter' interace in fast-jitter.h
 2022-04-27 20:46 UTC  (7+ messages)
` [PATCH v2] "

[PATCH] scripts/glibcelf.py: Mark as UNSUPPORTED on Python 3.5 and earlier
 2022-04-27 20:45 UTC  (6+ messages)

[PATCH] benchtests: Add pthread-mutex-locks bench
 2022-04-27 20:38 UTC  (6+ messages)
` [PATCH v2] "

[COMMITTED] linux: Fix missing internal 64 bit time_t stat usage
 2022-04-27 17:51 UTC 

[PATCH] linux: Fix fchmodat with AT_SYMLINK_NOFOLLOW for 64 bit time_t (BZ#29097)
 2022-04-27 16:55 UTC 

Question regarding gcc 12 Werror=stringop-overflow in iconv/loop.c
 2022-04-27 15:24 UTC  (2+ messages)

[PATCH v2] Fix deadlock when pthread_atfork handler calls pthread_atfork or dlclose
 2022-04-27 13:46 UTC 

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