unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2021-05-20 19:41:24 to 2021-05-26 10:26:19 UTC [more...]

[PATCH v2 0/6] aarch64: Added optimized memcpy/memmove/memset for A64FX
 2021-05-26 10:25 UTC  (11+ messages)
` [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 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)

[PATCH] nptl: Install SIGSETXID handler with SA_ONSTACK [BZ #27914]
 2021-05-26  6:05 UTC 

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)

Update floating-point feature test macro handling for C2X
 2021-05-24 19:08 UTC  (4+ messages)
` Ping "

[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  (15+ messages)
` [PATCH 1/8] nptl: Perform signal initialization upon pthread_create
` [PATCH 2/8] nptl: Eliminate the __static_tls_size, __static_tls_align_m1 variables
` [PATCH 3/8] nptl: Move semi-public __pthread_get_minstack symbol into libc
` [PATCH v2 4/8] elf: Use custom NODELETE DSO for tst-dlopenfail, tst-dlopenfail-2
` [PATCH 5/8] nptl: Move pthread_create, thrd_create into libc
` [PATCH 6/8] nptl: Remove remaining code from libpthread
` [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  (22+ messages)
` [PATCH 01/10] nptl: Perform signal initialization upon pthread_create
` [PATCH 04/10] elf: Use custom NODELETE DSO for tst-dlopenfail, tst-dlopenfail-2
` [PATCH 05/10] nptl: Move pthread_create, thrd_create into libc
` [PATCH 07/10] nptl: Remove remaining code from libpthread
` [PATCH 08/10] elf: Do not load libpthread for PTHREAD_IN_LIBC
` [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  (43+ 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  7:17 UTC  (7+ 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 v5 0/5] Add an internal wrapper for clone, clone2 and clone3
 2021-05-22  1:55 UTC  (16+ messages)
` [PATCH v5 1/5] "
` [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

[PATCH v2 00/25] Add 64 bit time support on legacy ABIs
 2021-05-21 19:17 UTC  (11+ messages)
` [PATCH v2 05/25] linux: Add fallback for 64-bit time_t SO_{RCV, SND}TIMEO
` [PATCH v2 06/25] linux: Add fallback for 64-bit time_t SO_TIMESTAMP{NS}

[PATCH v1 0/2] arm64: Enable BTI for the executable as well as the interpreter
 2021-05-21 14:46 UTC  (3+ messages)
` [PATCH v1 1/2] elf: Allow architectures to parse properties on the main executable
` [PATCH v1 2/2] arm64: Enable BTI for main executable as well as the interpreter

[PATCH v2 0/2] Convenience function for allocating (alternate signal) stacks
 2021-05-21 12:37 UTC  (3+ messages)
` [PATCH 1/2] Add generic version of sysconf_sigstksz
` [PATCH v2 2/2] misc: Add <sys/cstack.h> and the cstack_* family of functions

[RFC v2] bpf.2: Use standard types and attributes
 2021-05-21 11:12 UTC  (5+ messages)
` [PATCH v3] "

[PATCH v1] x86: Improve memset-vec-unaligned-erms.S
 2021-05-20 20:44 UTC  (4+ 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).