public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
[PATCH v1] x86: Improve memset-vec-unaligned-erms.S
 2021-05-20 20:03 UTC  (4+ messages)

[PATCH 00/10] nptl: Complete libpthread removal
 2021-05-20 19:57 UTC  (35+ messages)
` [PATCH 01/10] nptl: Perform signal initialization upon pthread_create
` [PATCH 02/10] nptl: Eliminate the __static_tls_size, __static_tls_align_m1 variables
` [PATCH 03/10] nptl: Move semi-public __pthread_get_minstack symbol into libc
` [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 06/10] nptl: Remove unused __libc_pthread_init function
` [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 10/10] nptl: Stop building libpthread

Candidate Linux ABI for Intel AMX and hypothetical new related features
 2021-05-20 19:16 UTC  (18+ messages)

[PATCH v2 00/25] Add 64 bit time support on legacy ABIs
 2021-05-20 18:46 UTC  (57+ messages)
` [PATCH v2 01/25] linux: mips: Split libpthread.abilist in n32 and n64
` [PATCH v2 02/25] linux: mips: Split librt.abilist "
` [PATCH v2 03/25] linux: mips: Split libanl.abilist "
` [PATCH v2 04/25] linux: s390: Add libanl.abilist in s390 and s390x
` [PATCH v2 05/25] linux: Add fallback for 64-bit time_t SO_{RCV, SND}TIMEO
  ` [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 v2 07/25] linux: Add recvvmsg "
` [PATCH v2 08/25] y2038: Add __USE_TIME_BITS64 support for time_t
` [PATCH v2 09/25] y2038: Add __USE_TIME_BITS64 support for struct timeval
` [PATCH v2 10/25] y2038: Add __USE_TIME_BITS64 support for struct timespec
` [PATCH v2 11/25] y2038: Add __USE_TIME_BITS64 support for struct utimbuf
` [PATCH v2 12/25] y2038: linux: Add __USE_TIME_BITS64 support for struct timex
` [PATCH v2 13/25] y2038: Use a common definition for stat
` [PATCH v2 14/25] y2038: Use a common definition for msqid_ds
` [PATCH v2 15/25] y2038: Use a common definition for semid_ds
` [PATCH v2 16/25] y2038: Use a common definition for shmid_ds
` [PATCH v2 17/25] y2038: Add __USE_TIME_BITS64 support for socket-constants.h
` [PATCH v2 18/25] time: Add 64 bit time support for getdate
` [PATCH v2 19/25] y2038: Add support for 64 bit time on legacy ABIs
` [PATCH v2 20/25] posix: Add glob64 with 64 bit time_t support
` [PATCH v2 21/25] io: Add fts64 "
` [PATCH v2 22/25] io: Add ftw64 "
` [PATCH v2 23/25] libsupport: Add 64 bit time_t support for time functions
` [PATCH v2 24/25] libsupport: Add 64 bit time_t support for stat functions
` [PATCH v2 25/25] y2038: Add test coverage

[PATCH v5 0/5] Add an internal wrapper for clone, clone2 and clone3
 2021-05-20 18:39 UTC  (13+ messages)
` [PATCH v5 1/5] "
` [PATCH v5 2/5] nptl: Always pass stack size to create_thread
` [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 0/3] Convenience function for allocating (alternate signal) stacks
 2021-05-20 14:41 UTC  (9+ messages)
` [PATCH 1/3] elf: Initialize GLRO (dl_minsigstacksize) after static dlopen
` [PATCH 2/3] Hurd: Define ARCH_MIN_GUARD_SIZE in internal <pthread.h>
` [PATCH 3/3] Misc: Add <sys/cstack.h> and the cstack_* family of functions

libc online documentation
 2021-05-20 10:19 UTC 

[PATCH v2 5/6] scripts: Added Vector Length Set test helper script
 2021-05-20  7:34 UTC  (2+ messages)

Linux powerpc new system call instruction and ABI
 2021-05-20  5:12 UTC  (11+ messages)

[PATCH] nptl: Add missing __pthread_cond_wait alias in static builds
 2021-05-19 20:20 UTC  (3+ messages)

[PATCH 00/14] Move libdl into libc
 2021-05-19 18:05 UTC  (15+ 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] Suppress -Wcast-qual warnings in bsearch
 2021-05-19 15:50 UTC  (3+ messages)

[PATCH] ldconfig: Fix memory leaks
 2021-05-19 14:22 UTC  (10+ messages)

[COMMITTED] Remove --enable-stackguard-randomization (BZ #27872)
 2021-05-19 13:44 UTC 

[PATCH v9 0/6] Improve Minimum Alternate Stack Size
 2021-05-19  9:25 UTC  (8+ messages)
` [PATCH v9 1/6] uapi: Define the aux vector AT_MINSIGSTKSZ
` [PATCH v9 2/6] x86/signal: Introduce helpers to get the maximum signal frame size
` [PATCH v9 3/6] x86/elf: Support a new ELF aux vector AT_MINSIGSTKSZ
` [PATCH v9 4/6] selftest/sigaltstack: Use the AT_MINSIGSTKSZ aux vector if available
` [PATCH v9 5/6] x86/signal: Detect and prevent an alternate signal stack overflow
` [PATCH v9 6/6] selftest/x86/signal: Include test cases for validating sigaltstack

[PATCH v1 1/3] x86: Expand bench-memcmp.c and test-memcmp.c
 2021-05-19  2:29 UTC  (15+ messages)
` [PATCH v1 2/3] x86: Optimize memcmp-avx2-movbe.S
` [PATCH v1 3/3] x86: Optimize memcmp-evex-movbe.S
` [PATCH v2 1/3] x86: Expand bench-memcmp.c and test-memcmp.c
  ` [PATCH v2 2/3] x86: Optimize memcmp-avx2-movbe.S
  ` [PATCH v2 3/3] x86: Optimize memcmp-evex-movbe.S

[PATCH v3] configure: Replaced obsolete AC_TRY_COMPILE
 2021-05-19  0:46 UTC  (3+ messages)
` [PATCH v4] "

[PATCH] tst-mallinfo2.c: Use correct multiple for total variable
 2021-05-19  0:32 UTC  (5+ messages)
` [PATCH v2] "

[PATCH 0/5] Added optimized memcpy/memmove/memset for A64FX
 2021-05-19  0:11 UTC  (4+ messages)

[PATCH v8 0/6] Improve Minimum Alternate Stack Size
 2021-05-18 20:53 UTC  (6+ messages)
` [PATCH v8 5/6] x86/signal: Detect and prevent an alternate signal stack overflow

[COMMITTED] linux: Fix clock_getres fallback
 2021-05-18 20:41 UTC  (3+ messages)

Do not declare asctime_r and ctime_r for C2X
 2021-05-18 18:38 UTC  (2+ messages)

[hurd,commited] htl: Add __libpthread_freeres
 2021-05-18 18:17 UTC 

[PATCH 0/3] Checking HWCAP bits against compiler flags
 2021-05-18 17:41 UTC  (8+ messages)
` [PATCH 2/3] powerpc64le: Check HWCAP bits against compiler build flags

[PATCH 00/23] nptl: Move almost all remaining functions into libc
 2021-05-18 17:33 UTC  (19+ messages)
` [PATCH 01/23] nptl: Move __nptl_initial_report_events into ld.so/startup code
` [PATCH 12/23] nptl: Introduce __nptl_deferred_init
` [PATCH 13/23] nptl: Eliminate the __static_tls_size, __static_tls_align_m1 variables

[PATCH v2] rtld: make ldd show relative addresses and add option for aligned output
 2021-05-18 14:01 UTC  (5+ messages)

make check failures on armv7l
 2021-05-18 13:51 UTC  (3+ messages)

[hurd,commited] hurd: Add execveat
 2021-05-18  9:37 UTC 

[PATCH v2] Fix stringop-overflow warning in bug-regex19.c
 2021-05-18  8:09 UTC  (2+ messages)

[PATCH] localedata: Use U+00AF MACRON in more EBCDIC charasets [BZ #27882]
 2021-05-18  5:12 UTC  (2+ messages)

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