public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
[PATCH v3 00/16] Move libdl into libc
 2021-06-01 19:31 UTC  (21+ messages)
` [PATCH v2 01/16] stdio-common: Remove _IO_vfwscanf
` [PATCH 02/16] Add missing symbols to Version files
` [PATCH 03/16] scripts/versions.awk: Add local: * to all version nodes
` [PATCH v2 04/16] Add libc ABI extension kludge for baseline-violating libdl symbols
` [PATCH 05/16] dlfcn: Move dlerror into libc
` [PATCH 06/16] dlfcn: Move dlclose "
` [PATCH 07/16] dlfcn: Move dladdr "
` [PATCH 08/16] dlfcn: Move dlsym "
` [PATCH 09/16] dlfcn: Move dlmopen "
` [PATCH 10/16] dlfcn: Move dladdr1 "
` [PATCH 11/16] dlfcn: Move dlinfo "
` [PATCH 12/16] dlfcn: Move dlvsym "
` [PATCH 13/16] dlfcn: Move dlopen "
` [PATCH 14/16] dlfcn: Cleanups after -ldl is no longer required
` [PATCH v2 15/16] dlfcn: Eliminate GLIBC_PRIVATE dependency from tststatic2
` [PATCH 16/16] dlfcn: Rework static dlopen hooks

GLIBC Localedata out of memory
 2021-06-01 18:01 UTC  (6+ messages)

RFC: pthread pid accessor (BZ# 27880)
 2021-06-01 18:01 UTC  (9+ messages)

[PATCH] Fix use of __pthread_attr_copy in mq_notify (bug 27896)
 2021-06-01 17:48 UTC 

Update floating-point feature test macro handling for C2X
 2021-06-01 17:36 UTC  (6+ messages)
` Ping "
  ` Ping^2 "

[PATCH v2 0/9] nptl: pthread cancellation refactor
 2021-06-01 16:36 UTC  (27+ 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)

time64 functions for glibc
 2021-06-01 16:32 UTC  (10+ messages)

Clarification of IRC network for #glibc IRC channel?
 2021-06-01 15:55 UTC  (3+ messages)

[PATCH v8 0/3] Add an internal wrapper for clone, clone2 and clone3
 2021-06-01 14:55 UTC  (4+ messages)
` [PATCH v8 1/3] "
` [PATCH v8 2/3] x86-64: Add the clone3 wrapper
` [PATCH v8 3/3] Add static tests for __clone_internal

[PATCH] Use __pthread_attr_copy in mq_notify (bug 27896)
 2021-06-01 13:55 UTC  (2+ messages)

[PATCH] Suppress -Wcast-qual warnings in bsearch
 2021-06-01 10:09 UTC  (4+ messages)
    ` [PATCH v3] "

[COMMITTED] aarch64: align stack in clone [BZ #27939]
 2021-06-01  9:46 UTC 

Patch review status for 64-bit time_t patches
 2021-06-01  8:40 UTC  (4+ messages)

[COMMITTED 1/1] malloc: fix typo "accomodate" should be "accommodate"
 2021-06-01  8:09 UTC  (4+ messages)

[PATCH v7 0/3] Add an internal wrapper for clone, clone2 and clone3
 2021-06-01  8:07 UTC  (23+ 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] powerpc: Optimized memcmp for power10
 2021-05-31 21:05 UTC  (3+ messages)

[PATCH v3] x86-64: Align child stack to 16 bytes [BZ #27902]
 2021-05-31 18:29 UTC  (2+ messages)

[PATCH v3] Improve test coverage of strlen function
 2021-05-31 18:21 UTC  (2+ messages)

[PATCH v2] Improve test coverage of strlen function
 2021-05-31 16:02 UTC  (2+ messages)

[PATCH] Improve test coverage of strlen function
 2021-05-31 14:52 UTC  (8+ messages)

[PATCH 0/4] Move libio lock single-thread optimization to generic libc-lock
 2021-05-30 13:11 UTC  (7+ 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][PATCH v10 0/7] Implementation of RTLD_SHARED for dlmopen
 2021-05-28 23:22 UTC  (15+ messages)
` [RFC][PATCH v10 1/7] Define a new dynamic section tag - DT_GNU_FLAGS_1 (bug 22745)
` [RFC][PATCH v10 2/7] Abstract loaded-DSO search code into a helper function
` [RFC][PATCH v10 3/7] Use the new DSO finder "
` [RFC][PATCH v10 4/7] Add DT_GNU_FLAGS_1/DF_GNU_1_UNIQUE to glibc DSOs (bug 22745)
` [RFC][PATCH v10 5/7] Implement dlmopen RTLD_SHARED flag "

[COMMITTED] support: Do not build xpthread_attr_setaffinity_np for hurd
 2021-05-28 19:02 UTC 

PIC/PIE issue on Nios2
 2021-05-28  8:01 UTC  (2+ messages)

[PATCH 00/11] nptl: pthread cancellation refactor
 2021-05-28  1:08 UTC  (35+ 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

[PATCH 0/5] Added optimized memcpy/memmove/memset for A64FX
 2021-05-27 23:50 UTC  (6+ messages)
` [PATCH v2 0/6] aarch64: "
  ` [PATCH v3 1/2] aarch64: Added optimized memcpy and memmove "
  ` [PATCH v3 2/2] aarch64: Added optimized memset "

[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 

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

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

[PATCH v5 0/5] Add an internal wrapper for clone, clone2 and clone3
 2021-05-26 12:42 UTC  (4+ messages)
` [PATCH v6 3/5] nptl: Always pass stack size to create_thread

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