unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2021-04-27 23:15:52 to 2021-05-03 13:06:16 UTC [more...]

[PATCH v8 0/6] Improve Minimum Alternate Stack Size
 2021-05-03 13:06 UTC  (3+ messages)
` [PATCH v8 2/6] x86/signal: Introduce helpers to get the maximum signal frame size

[PATCH COMMITTED] nptl: Re-sort Versions file
 2021-05-03 12:18 UTC 

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

[PATCH] add workload traces for cbrtl
 2021-05-03  9:30 UTC 

[PATCH] stdio: fix vfscanf with matches longer than INT_MAX (bug 27650)
 2021-05-03  8:57 UTC  (2+ messages)

[PATCH v1 1/3] Bench: Expand bench-memchr.c
 2021-05-03  8:44 UTC  (3+ messages)
` [PATCH v1 2/3] x86: Optimize memchr-avx2.S
` [PATCH v1 3/3] x86: Optimize memchr-evex.S

Candidate Linux ABI for Intel AMX and hypothetical new related features
 2021-05-03  5:18 UTC  (13+ messages)

Undefined use of weak symbols in gnulib
 2021-05-03  1:44 UTC  (20+ messages)

Cancelled Meeting: 2021-05-03 @ 0900h EST (UTC-5) for patch queue review
 2021-05-03  1:26 UTC 

[PATCH V3] Add RFC 8335 Definitions from Linux 5.13
 2021-05-02 22:58 UTC 

Update syscall lists for Linux 5.12
 2021-05-02 21:11 UTC  (6+ messages)

[PATCH 00/19] nptl: Move most C11 symbols into libc
 2021-05-02 20:48 UTC  (40+ messages)
` [PATCH 01/19] Add pthread-in-libc, libpthread-routines-var, librt-routines-var
` [PATCH 02/19] nptl: Move call_once into libc
` [PATCH 03/19] nptl: Move cnd_broadcast "
` [PATCH 04/19] nptl: Move cnd_destroy "
` [PATCH 05/19] nptl: Move cnd_init "
` [PATCH 06/19] nptl: Move cnd_signal "
` [PATCH 07/19] nptl: Move cnd_timedwait "
` [PATCH 08/19] nptl: Move cnd_wait "
` [PATCH 09/19] nptl: Move mtx_destroy "
` [PATCH 10/19] nptl: Move mtx_init "
` [PATCH 11/19] nptl: Move mtx_lock "
` [PATCH 12/19] nptl: Move mtx_timedlock "
` [PATCH 13/19] nptl: Move mtx_trylock "
` [PATCH 14/19] nptl: Move mtx_unlock "
` [PATCH 15/19] nptl: Move thrd_exit "
` [PATCH 16/19] nptl: Move tss_create "
` [PATCH 17/19] nptl: Move tss_delete "
` [PATCH 18/19] nptl: Move tss_get "
` [PATCH 19/19] nptl: Move tss_set "

[PATCH] nptl: Move pthread_yield into libc, as a compatibility symbol
 2021-05-02 20:46 UTC  (2+ messages)

[PATCH 00/14] nptl: Move remaining rwlock functions into libc
 2021-05-02 19:40 UTC  (30+ messages)
` [PATCH 01/14] nptl: Move pthread_rwlock_clockrdlock "
` [PATCH 02/14] nptl: Move pthread_rwlock_clockwrlock "
` [PATCH 03/14] nptl: Move pthread_rwlock_destroy "
` [PATCH 04/14] nptl: Move pthread_rwlock_init "
` [PATCH 05/14] nptl: Move pthread_rwlock_timedrdlock "
` [PATCH 06/14] nptl: Move pthread_rwlock_timedwrlock "
` [PATCH 07/14] nptl: Move pthread_rwlock_tryrdlock "
` [PATCH 08/14] nptl: Move pthread_rwlock_trywrlock "
` [PATCH 09/14] nptl: Move pthread_rwlockattr_destroy "
` [PATCH 10/14] nptl: Move pthread_rwlockattr_getkind_np "
` [PATCH 11/14] nptl: Move pthread_rwlockattr_getpshared "
` [PATCH 12/14] nptl: Move pthread_rwlockattr_init "
` [PATCH 13/14] nptl: Move pthread_rwlockattr_setkind_np "
` [PATCH 14/14] nptl: Move pthread_rwlockattr_setpshared "

[PATCH v4 0/4] Add new C.UTF-8 locale (Bug 17318)
 2021-05-02 19:18 UTC  (16+ messages)
` [PATCH v4 1/4] Add support for processing wide ellipsis ranges in UTF-8
` [PATCH v4 2/4] Update UTF-8 charmap processing
` [PATCH v4 3/4] Regenerate localedata files
` [PATCH v4 4/4] Add generic C.UTF-8 locale (Bug 17318)

[BZ 24106] Remove all usage of @BASH@ or ${BASH} in installed files, and hardcode /bin/bash instead
 2021-05-02 12:17 UTC 

[PATCH] x86: Set rep_movsb_threshold to 2112 on processors with FSRM
 2021-05-01 18:45 UTC  (7+ messages)
        ` [PATCH v2] "

[PATCH] Propagate -ffile-prefix-map from CFLAGS to ASFLAGS
 2021-05-01 17:50 UTC  (7+ messages)

[PATCH] bench-memcpy: Collect data from 2KB to 4KB
 2021-05-01 13:45 UTC  (2+ messages)

[PATCH] powerpc64le: Optimize memcpy for POWER10
 2021-04-30 21:19 UTC  (8+ messages)
  ` [PATCHv2] "

[PATCH v2] powerpc: Optimized memmove for POWER10
 2021-04-30 21:18 UTC  (5+ messages)

[PATCH v2] powerpc64le: Optimize memset for POWER10
 2021-04-30 21:15 UTC  (7+ messages)

Patchwork test patch
 2021-04-30 21:06 UTC 

[PATCH 0/5] Added optimized memcpy/memmove/memset for A64FX
 2021-04-30 15:40 UTC  (11+ messages)

[PATCH 00/52] Add 64 bit time support on legacy ABIs
 2021-04-30 14:11 UTC  (8+ messages)
` [PATCH 20/52] login: Add 64-bit time support to utmp/utmpx

[PATCH V2] Add RFC 8335 Definitions from Linux 5.12
 2021-04-30  9:56 UTC  (5+ messages)

[PATCH] Make Unicode generation reproducible
 2021-04-30  9:26 UTC  (2+ messages)

Cancelling Monday May 3rd Patch Queue review
 2021-04-30  8:18 UTC  (3+ messages)

[PATCH v2] nptl_db: Support different libpthread/ld.so load orders (bug 27744)
 2021-04-30  7:20 UTC  (6+ messages)

[PATCH] powerpc64le: Optimize memset for POWER10
 2021-04-29 23:49 UTC  (2+ messages)

[PATCH] powerpc64le: Optimize memset for POWER10
 2021-04-29 21:40 UTC  (7+ messages)

[PATCH] powerpc: Optimized memmove for POWER10
 2021-04-29 19:18 UTC  (7+ messages)

[PATCH] add attribute none to pthread_setspecific (BZ #27714)
 2021-04-29 16:16 UTC  (14+ messages)

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

[PATCH v3] Add new C.UTF-8 locale (Bug 17318)
 2021-04-29 11:57 UTC  (6+ messages)

Update kernel version to 5.12 in tst-mman-consts.py
 2021-04-29  8:55 UTC  (2+ messages)

tests failing on x86_64-linux
 2021-04-28 23:54 UTC  (13+ messages)
            ` tests failing on x86_64-linux (due to test-container?)

[RFC] elf: Implement filtering of symbols historically defined in libpthread
 2021-04-28 18:01 UTC 

use of fma
 2021-04-28 17:46 UTC  (9+ messages)

[PATCH,v2] regenerate ulps on x86_64 with -march=native
 2021-04-28  9:30 UTC  (2+ messages)

[PATCH] regenerate ulps on x86_64 with -march=native
 2021-04-28  9:03 UTC  (3+ messages)

[PATCH v3 00/13] Add futex2 syscalls
 2021-04-27 23:12 UTC  (7+ messages)
` [PATCH v3 08/13] selftests: futex2: Add timeout test
` [PATCH v3 09/13] selftests: futex2: Add wouldblock test
` [PATCH v3 10/13] selftests: futex2: Add waitv test
` [PATCH v3 11/13] selftests: futex2: Add requeue test
` [PATCH v3 12/13] perf bench: Add futex2 benchmark tests
` [PATCH v3 13/13] kernel: Enable waitpid() for futex2


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