unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2021-05-22 01:47:45 to 2021-05-27 23:50:57 UTC [more...]

[PATCH 0/5] Added optimized memcpy/memmove/memset for A64FX
 2021-05-27 23:50 UTC  (16+ messages)
` [PATCH v2 0/6] aarch64: "
  ` [PATCH v2 1/6] config: Added HAVE_AARCH64_SVE_ASM for aarch64
  ` [PATCH v2 2/6] aarch64: define BTI_C and BTI_J macros as NOP unless HAVE_AARCH64_BTI
  ` [PATCH v2 3/6] aarch64: Added optimized memcpy and memmove for A64FX
  ` [PATCH v2 4/6] aarch64: Added optimized memset "
  ` [PATCH v2 6/6] benchtests: Fixed bench-memcpy-random: buf1: mprotect failed
  ` [PATCH v3 1/2] aarch64: Added optimized memcpy and memmove for A64FX
  ` [PATCH v3 2/2] aarch64: Added optimized memset "

[PATCH] Improve test coverage of strlen function
 2021-05-27 23:48 UTC  (2+ messages)

[PATCH 00/11] nptl: pthread cancellation refactor
 2021-05-27 22:35 UTC  (34+ messages)
` [PATCH 01/11] nptl: Move Linux createthread to nptl
` [PATCH 02/11] nptl: Move createthread to pthread_create
` [PATCH 03/11] support: Add xpthread_attr_setaffinity_np wrapper
` [PATCH 04/11] nptl: Add pthread_attr_setaffinity_np failure test
` [PATCH 05/11] nptl: Deallocate the thread stack on setup failure (BZ #19511)
` [PATCH 06/11] nptl: Install cancellation handler on pthread_cancel
` [PATCH 07/11] nptl: Remove CANCELING_BITMASK
` [PATCH 08/11] nptl: Move cancel state out of cancelhandling
` [PATCH 09/11] nptl: Move cancel type "
` [PATCH 10/11] nptl: Implement raise in terms of pthread_kill
` [PATCH 11/11] nptl: Use pthread_kill on pthread_cancel

PIC/PIE issue on Nios2
 2021-05-27 22:21 UTC 

Patch review status for 64-bit time_t patches
 2021-05-27 21:46 UTC 

[PATCH 0/4] Move libio lock single-thread optimization to generic libc-lock
 2021-05-27 21:38 UTC  (6+ messages)
` [PATCH 1/4] libio: Assume _IO_lock_inexpensive
` [PATCH 2/4] libio: Assume _IO_MTSAFE_IO
` [PATCH 3/4] Consolidate stdio-lock.h
` [PATCH 4/4] Move libio lock single-thread optimization to generic libc-lock (BZ #27842)

RFC: pthread pid accessor (BZ# 27880)
 2021-05-27 19:36 UTC 

[PATCH v2 0/9] nptl: pthread cancellation refactor
 2021-05-27 17:28 UTC  (10+ messages)
` [PATCH v2 1/9] nptl: Remove exit-thread.h
` [PATCH v2 2/9] nptl: Deallocate the thread stack on setup failure (BZ #19511)
` [PATCH v2 3/9] nptl: Install cancellation handler on pthread_cancel
` [PATCH v2 4/9] nptl: Remove CANCELING_BITMASK
` [PATCH v2 5/9] nptl: Move cancel state out of cancelhandling
` [PATCH v2 6/9] nptl: Move cancel type "
` [PATCH v2 7/9] nptl: Implement raise in terms of pthread_kill
` [PATCH v2 8/9] nptl: Use pthread_kill on pthread_cancel
` [PATCH v2 9/9] nptl: Avoid async cancellation to wrongly update __nptl_nthreads (BZ #19366)

Update floating-point feature test macro handling for C2X
 2021-05-27 16:36 UTC  (5+ messages)
` Ping "
  ` Ping^2 "

[PATCH v2 1/2] rtld: Add --no-default-paths option
 2021-05-27 16:36 UTC  (4+ messages)
` [PATCH v2 2/2] rtld: Add tests for new "

[PATCH] nptl: Install SIGSETXID handler with SA_ONSTACK [BZ #27914]
 2021-05-27 12:50 UTC  (2+ messages)

Please, manage your data
 2021-05-26 15:41 UTC 

[PATCH v7 0/3] Add an internal wrapper for clone, clone2 and clone3
 2021-05-26 14:09 UTC  (10+ messages)
` [PATCH v7 1/3] "
` [PATCH v7 2/3] x86-64: Add the clone3 wrapper
` [PATCH v7 3/3] Add static tests for __clone_internal

[PATCH v5 0/5] Add an internal wrapper for clone, clone2 and clone3
 2021-05-26 12:42 UTC  (9+ messages)
` [PATCH v6 1/5] Add cast_to_pointer to cast an integer to void * pointer
` [PATCH v6 2/5] Add an internal wrapper for clone, clone2 and clone3
` [PATCH v6 3/5] nptl: Always pass stack size to create_thread
` [PATCH v6 4/5] x86-64: Add the clone3 wrapper
` [PATCH v6 5/5] Add static tests for __clone_internal

[PATCH v2 5/6] scripts: Added Vector Length Set test helper script
 2021-05-26 10:24 UTC  (3+ messages)

[PATCH] rtld: Add --no-default-paths option
 2021-05-26  8:10 UTC  (5+ messages)

Copyright assignment in place for Fujitsu
 2021-05-26  3:13 UTC  (2+ messages)

[PATCH v2] tst-mallinfo2.c: Use correct multiple for total variable
 2021-05-25 20:49 UTC  (2+ messages)

Your shipment address is invalid
 2021-05-25 17:17 UTC 

[PATCH v2 00/14] Move libdl into libc
 2021-05-25 16:45 UTC  (21+ messages)
` [PATCH 01/14] stdio-common: Remove _IO_vfwscanf
` [PATCH 02/14] Add libc ABI extension kludge for baseline-violating libdl symbols
` [PATCH 03/14] dlfcn: Move dlerror into libc
` [PATCH 04/14] dlfcn: Move dlclose "
` [PATCH 05/14] dlfcn: Move dladdr "
` [PATCH 06/14] dlfcn: Move dlsym "
` [PATCH 07/14] dlfcn: Move dlmopen "
` [PATCH 08/14] dlfcn: Move dladdr1 "
` [PATCH 09/14] dlfcn: Move dlinfo "
` [PATCH 10/14] dlfcn: Move dlvsym "
` [PATCH 11/14] dlfcn: Move dlopen "
` [PATCH 12/14] dlfcn: Cleanups after -ldl is no longer required
` [PATCH 13/14] dlfcn: Eliminate GLIBC_PRIVATE dependency from tststatic2
` [PATCH 14/14] dlfcn: Rework static dlopen hooks

[PATCH v3] configure: Replaced obsolete AC_TRY_COMPILE
 2021-05-25 16:07 UTC  (8+ messages)
` [PATCH v4] "
  ` [PATCH v5] "

[PATCH 3/3] Misc: Add <sys/cstack.h> and the cstack_* family of functions
 2021-05-25 12:29 UTC  (11+ messages)

[PATCH v7 1/3] math: redirect roundeven function
 2021-05-25 12:03 UTC  (6+ messages)
` [PATCH v7 2/3] x86_64: roundeven with sse4.1 support
` [PATCH v7 3/3] Use GCC builtins for roundeven functions if desired

[PATCH] testrun.sh: Improve --help message
 2021-05-25  4:52 UTC  (4+ messages)

Linux powerpc new system call instruction and ABI
 2021-05-24 20:33 UTC  (8+ messages)

[PATCH] Add valgrind smoke test
 2021-05-24 19:28 UTC  (3+ messages)

[PATCH v3] x86-64: Align child stack to 16 bytes [BZ #27902]
 2021-05-24 18:47 UTC 

[PATCH] x86-64: Align child stack to 16 bytes
 2021-05-24 18:46 UTC  (9+ messages)
  ` [PATCH v2] x86-64: Align child stack to 16 bytes [BZ #27902]

[PATCH v2 0/8] nptl: Complete libpthread move
 2021-05-24 18:27 UTC  (5+ messages)
` [PATCH 7/8] nptl: Do not install libpthread.so and do not link tests with it
` [PATCH 8/8] Linux: Remove remaining references to $(shared-thread-library)

[PATCH 00/10] nptl: Complete libpthread removal
 2021-05-24 18:25 UTC  (4+ messages)
` [PATCH 09/10] elf: Add facility to create stub DSOs in elf/stub-dsos

[PATCH] powerpc: Optimized memcmp for power10
 2021-05-24 17:07 UTC 

[PATCH 0/3] Convenience function for allocating (alternate signal) stacks
 2021-05-24 15:42 UTC 

[PATCH v2] Properly check stack alignment [BZ #27901]
 2021-05-24 14:33 UTC  (2+ messages)

GDB shared library tracking with stap probes x _dl_debug_state
 2021-05-24 14:22 UTC  (7+ messages)

[PATCH] Properly check stack alignment [BZ #27901]
 2021-05-24 13:08 UTC  (5+ messages)

[ANNOUNCE] The Linux Test Project has been released for MAY 2021
 2021-05-24 11:25 UTC 

[PATCH v1 1/2] Bench: Add support for choose direction of memcpy in benchtests
 2021-05-24  3:22 UTC  (9+ messages)
` [PATCH v1 2/2] x86: Improve memmove-vec-unaligned-erms.S
  ` [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 v6 1/3] math: redirect roundeven function
 2021-05-24  1:39 UTC  (12+ messages)
` [PATCH v6 2/3] x86_64: roundeven with sse4.1 support
` [PATCH v6 3/3] Use GCC builtins for roundeven functions if desired

Candidate Linux ABI for Intel AMX and hypothetical new related features
 2021-05-22 23:55 UTC  (23+ messages)

[PATCH 00/14] Move libdl into libc
 2021-05-22 17:16 UTC  (3+ messages)

abilist merger
 2021-05-22 17:15 UTC 

[PATCH v5 0/5] Add an internal wrapper for clone, clone2 and clone3
 2021-05-22  1:55 UTC  (11+ messages)
` [PATCH v5 3/5] GLIBC_PRIVATE: Export __clone_internal
` [PATCH v5 4/5] x86-64: Add the clone3 wrapper
` [PATCH v5 5/5] Add tests for __clone_internal


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