unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2021-03-24 13:04:56 to 2021-03-30 06:19:58 UTC [more...]

[PATCH 0/5] Added optimized memcpy/memmove/memset for A64FX
 2021-03-30  6:19 UTC  (9+ messages)
` [PATCH 1/5] config: Added HAVE_SVE_ASM_SUPPORT for aarch64
` [PATCH 2/5] aarch64: Added optimized memcpy and memmove for A64FX
` [PATCH 4/5] scripts: Added Vector Length Set test helper script

Candidate Linux ABI for Intel AMX and hypothetical new related features
 2021-03-30  5:50 UTC  (16+ messages)

iconv: illegal input sequence
 2021-03-30  5:46 UTC  (4+ messages)

[PATCH v3 1/2] x86: Update large memcpy case in memmove-vec-unaligned-erms.S
 2021-03-30  0:12 UTC  (2+ messages)
` [PATCH v3 2/2] x86: Expanding test-memmove.c, test-memcpy.c, bench-memcpy-large.c

[PATCH] Set the retain attribute on _elf_set_element if CC supports [BZ #27492]
 2021-03-29 23:24 UTC  (8+ messages)
` [PATCH v2] "
            ` [PATCH v3] "

[PATCH v2 1/2] x86: Update large memcpy case in memmove-vec-unaligned-erms.S
 2021-03-29 23:16 UTC  (3+ messages)
` [PATCH v2 2/2] x86: Expanding test-memmove.c, test-memcpy.c, bench-memcpy-large.c

[PATCH v2 00/10] x86-64: Avoid RTM abort inside a RTM region
 2021-03-29 23:06 UTC  (3+ messages)

[PATCH 1/2] Move __isnanf128 to libc.so
 2021-03-29 22:02 UTC  (4+ messages)
` [PATCH v2 "

[PATCH v2] stdio-common/printf-prs.c: Reword comment
 2021-03-29 21:53 UTC  (3+ messages)

[PATCH] stdio-common/printf-prs.c: Simplify test
 2021-03-29 20:43 UTC  (4+ messages)

[PATCH] fork.h: replace with register-atfork.h
 2021-03-29 19:41 UTC  (3+ messages)

[PATCH 1/4] Remove architecture specific sched_cpucount optimizations
 2021-03-29 18:25 UTC  (4+ messages)
` [PATCH 2/4] linux: Use sched_getaffinity for __get_nprocs (BZ #27645)
` [PATCH 3/4] linux: Use /sys/devices/system/cpu/possible on __get_nprocs_conf
` [PATCH 4/4] linux: Remove /proc/cpuinfo fallback on alpha and sparc

[PATCH] stdio: fix vfscanf with matches longer than INT_MAX (bug 27650)
 2021-03-29 18:06 UTC  (9+ messages)
` [PATCH 2/2] stdio: add test for scanf "

[PATCH] io: Check at runtime if timestamp supports nanoseconds
 2021-03-29 17:43 UTC 

[PATCH] nptl: Move stack list variables into _rtld_global
 2021-03-29 14:29 UTC  (9+ messages)

[PATCH] add workload traces for missing functions (double format)
 2021-03-29 14:20 UTC  (3+ messages)

[PATCH v2] powerpc: Add missing registers to clobbers list for syscalls [BZ #27623]
 2021-03-29 13:35 UTC 

[PATCH] powerpc: Add missing registers to clobbers list for syscalls [BZ #27623]
 2021-03-29 13:27 UTC  (3+ messages)

[PATCH 0/5] More stat fixes
 2021-03-29 12:48 UTC  (14+ messages)
` [PATCH 1/5] linux: Implement fstatat with __fstatat64_time64
` [PATCH 2/5] linux: Disable fstatat64 fallback if __ASSUME_STATX is defined
` [PATCH 3/5] linux: Use statx for MIPSn64
` [PATCH 4/5] support: Add support_path_support_time64_value
` [PATCH 5/5] linux: Add y2106 support on utimensat tests

[PATCH] manual: clarify that scanf %n supports type modifiers
 2021-03-29 11:45 UTC 

[PATCH] inet: getnameinfo fix serv for abstract socket [BZ #27634]
 2021-03-29  8:22 UTC  (5+ messages)

[PATCH v3 00/37] libpthread removal: NPTL forwarders are gone
 2021-03-27 21:41 UTC  (43+ messages)
` [PATCH v3 19/37] dlfcn: Failures after dlmopen should not terminate process [BZ #24772]
` [PATCH v3 23/37] nptl: Move part of TCB initialization from libpthread to __tls_init_tp
` [PATCH v3 24/37] nptl: Move pthread_key_create, __pthread_key_create into libc
` [PATCH v3 25/37] nptl: Move pthread_getspecific, __pthread_getspecific "
` [PATCH v3 26/37] nptl: Move pthread_setspecific, __pthread_setspecific "
` [PATCH v3 27/37] nptl: Move pthread_key_delete "
` [PATCH v3 28/37] nptl: Move rwlock functions with forwarders "
` [PATCH v3 29/37] nptl: Move the internal thread priority protection symbols "
` [PATCH v3 30/37] pthread: Introduce __pthread_early_init
` [PATCH v3 31/37] nptl: Move internal symbol __mutex_aconf into libc
` [PATCH v3 32/37] nptl: pthread_mutex_lock, pthread_mutex_unock single-threaded optimization
` [PATCH v3 33/37] x86: Remove low-level lock optimization
` [PATCH v3 34/37] nptl: Move core mutex functions into libc
` [PATCH v3 35/37] nptl: Move core condition variable "
` [PATCH v3 36/37] nptl: Move setxid broadcast implementation "
` [PATCH v3 37/37] nptl: Remove remnants of the libc/libpthread forwarder interface

[PATCH] x86: Disable RTM on Skylake [BZ #27398]
 2021-03-27 20:16 UTC  (8+ messages)

[PATCH] Bug 3604: fix calls to openlog() with LOG_KERN facility
 2021-03-27 20:07 UTC 

[PATCH] Check that strnlen won't go beyond the maximum length
 2021-03-27 18:34 UTC  (4+ messages)
  ` [PATCH v2] test-strnlen.c: "

[PATCH] Initialize wchar_t string with wmemset [BZ #27655]
 2021-03-27 17:56 UTC  (5+ messages)
  ` [PATCH v2] "

Why does glibc use AVX-512?
 2021-03-26 21:21 UTC  (14+ messages)

[PATCH] Linux: Add execveat system call wrapper
 2021-03-26 20:36 UTC  (3+ messages)

[buildbot committed] Add altra-ubunut-{aarch64,armhf} builders
 2021-03-26 17:20 UTC 

[PATCH] misc: Fix tst-select timeout handling (BZ#27648)
 2021-03-26 17:15 UTC  (4+ messages)

[PATCH] Improve the accuracy of tgamma (BZ #26983)
 2021-03-26 15:34 UTC 

SIGSTKSZ is now a run-time variable
 2021-03-26 12:46 UTC  (5+ messages)

[RFC PATCH] tst: Add test for gai_suspend
 2021-03-26 11:30 UTC  (4+ messages)

[PATCH 00/16] memory tagging improvements
 2021-03-26 11:29 UTC  (3+ messages)
` [PATCH 02/16] Remove PR_TAGGED_ADDR_ENABLE from sys/prctl.h

[PATCH] malloc: Print error when oldsize is not equal to the current size
 2021-03-26 11:05 UTC 

[PATCH v7 0/6] x86: Improve Minimum Alternate Stack Size
 2021-03-26 10:30 UTC  (14+ messages)
` [PATCH v7 5/6] x86/signal: Detect and prevent an alternate signal stack overflow

[PATCH] S390: Also check vector support in memmove ifunc-selector [BZ #27511]
 2021-03-26 10:07 UTC  (2+ messages)

[PATCH] S390: Don't test nanoseconds in io/tst-stat.c
 2021-03-26  9:24 UTC  (5+ messages)

[PATCH v2 00/14] libpthread removal: pthread-compat-wrappers and other libc symbols
 2021-03-25 18:13 UTC  (29+ messages)
` [PATCH v2 02/14] nptl: Remove send from libpthread
` [PATCH v2 03/14] nptl: Remove lseek "
` [PATCH v2 04/14] nptl: Remove open "
` [PATCH v2 05/14] nptl: Remove pread "
` [PATCH v2 06/14] nptl: Remove pwrite "
` [PATCH v2 07/14] nptl: Remove msgsnd from pthread-compat-wrappers
` [PATCH v2 08/14] nptl: Remove msgrcv "
` [PATCH v2 09/14] nptl: Remove sigsuspend "
` [PATCH v2 10/14] nptl: Move pthread_kill to libc
` [PATCH v2 11/14] nptl: Remove pthread raise implementation
` [PATCH v2 12/14] nptl: Move sigaction to libc
` [PATCH v2 13/14] nptl: Remove __libc_allocate_rtsig, __libc_current_sigrtmax, and __libc_current_sigrtmin
` [PATCH v2 14/14] nptl: Remove unused rules

[RFC][PATCH v10 0/7] Implementation of RTLD_SHARED for dlmopen
 2021-03-25 15:15 UTC  (2+ messages)

[PATCH] tst: Provide test for select
 2021-03-25 13:31 UTC  (16+ messages)

[PATCH v4 1/5] support: Add support_stack_alloc
 2021-03-24 22:42 UTC  (3+ messages)
` [PATCH v4 3/5] Linux: Add close_range

[PATCH] stdlib: Fix BZ #26241 testcase on GNU/Hurd
 2021-03-24 20:59 UTC  (3+ messages)

printf_arginfo_size_function error handling
 2021-03-24 19:39 UTC  (3+ messages)

[PATCH 0/8] Remove alloca usage from glob
 2021-03-24 17:39 UTC  (4+ messages)
` [PATCH 2/8] posix: Use char_array for internal glob dirname

[PATCH v2 0/3] Transparent support for multiple symbol versions
 2021-03-24 17:18 UTC  (5+ messages)
` [PATCH v2 2/3] locale: Use compat_symbol_reference in _nl_postload_ctype
` [PATCH v2 3/3] Fold compat_symbol_unique functionality into compat_symbol

[hurd,commited] htl: Add missing fork.h
 2021-03-24 13:09 UTC  (9+ messages)


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