unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2021-04-12 21:12:06 to 2021-04-17 02:53:29 UTC [more...]

[PATCH v1 1/2] x86: Optimize strlen-evex.S
 2021-04-17  2:52 UTC 

Candidate Linux ABI for Intel AMX and hypothetical new related features
 2021-04-17  1:57 UTC  (28+ messages)

[PATCH] powerpc: Add optimized strlen for POWER10
 2021-04-16 21:24 UTC 

[PATCH v8 1/2] x86: Update large memcpy case in memmove-vec-unaligned-erms.S
 2021-04-16 19:09 UTC  (7+ messages)
` [PATCH v8 2/2] x86: Expanding test-memmove.c, test-memcpy.c, bench-memcpy-large.c

[PATCH v2] nptl_db: Support different libpthread/ld.so load orders (bug 27744)
 2021-04-16 18:37 UTC 

[PATCH glibc] nptl_db: different libpthread/ld.so load orders (bug 27744)
 2021-04-16 18:35 UTC  (16+ messages)

[PATCH v8 1/3] arm64: mte: make the per-task SCTLR_EL1 field usable elsewhere
 2021-04-16 16:20 UTC  (3+ messages)

[PATCH v5] Set the retain attribute on _elf_set_element if CC supports [BZ #27492]
 2021-04-16 13:00 UTC  (14+ messages)

[PATCH v2] powerpc: Add missing registers to clobbers list for syscalls [BZ #27623]
 2021-04-16 11:44 UTC  (2+ messages)

Glibc commit causing regression in gdb
 2021-04-16 10:59 UTC  (4+ messages)

[PATCH v4 00/37] libpthread: Remove NPTL forwarders
 2021-04-16  9:24 UTC  (38+ messages)
` [PATCH v4 01/37] nptl: Move pthread_mutex_consistent into libc
` [PATCH v4 02/37] nptl: Move __pthread_cleanup_routine "
` [PATCH v4 03/37] nptl: Move legacy unwinding implementation "
` [PATCH v4 04/37] nptl: Move legacy cancelation handling into libc as compat symbols
` [PATCH v4 05/37] nptl: Remove longjmp, siglongjmp from libpthread
` [PATCH v4 06/37] x86: Restore compile-time check for shadow stack pointer in longjmp
` [PATCH v4 07/37] nptl: Move __pthread_cleanup_upto into libc
` [PATCH v4 08/37] nptl: Move pthread_once and __pthread_once "
` [PATCH v4 09/37] nptl: Move __pthread_unwind_next "
` [PATCH v4 10/37] csu: Move calling main out of __libc_start_main_impl
` [PATCH v4 11/37] nptl: Move internal __nptl_nthreads variable into libc
` [PATCH v4 12/37] nptl_db: Introduce DB_MAIN_ARRAY_VARIABLE
` [PATCH v4 13/37] nptl: Move __pthread_keys global variable into libc
` [PATCH v4 14/37] nptl: Move __nptl_deallocate_tsd "
` [PATCH v4 15/37] nptl: Move pthread_exit "
` [PATCH v4 16/37] nptl: Move pthread_setcancelstate "
` [PATCH v4 17/37] nptl: Move pthread_setcanceltype "
` [PATCH v4 18/37] nptl: Invoke the set_robust_list system call directly in fork
` [PATCH v4 19/37] dlfcn: Failures after dlmopen should not terminate process [BZ #24772]
` [PATCH v4 20/37] dlfcn: dlerror needs to call free from the base namespace [BZ #24773]
` [PATCH v4 21/37] Remove pthread_key_create-related internals from libc-lock.h
` [PATCH v4 22/37] elf: Introduce __tls_init_tp for second-phase TCB initialization
` [PATCH v4 23/37] nptl: Move part of TCB initialization from libpthread to __tls_init_tp
` [PATCH v4 24/37] nptl: Move pthread_key_create, __pthread_key_create into libc
` [PATCH v4 25/37] nptl: Move pthread_getspecific, __pthread_getspecific "
` [PATCH v4 26/37] nptl: Move pthread_setspecific, __pthread_setspecific "
` [PATCH v4 27/37] nptl: Move pthread_key_delete "
` [PATCH v4 28/37] nptl: Move rwlock functions with forwarders "
` [PATCH v4 29/37] nptl: Move the internal thread priority protection symbols "
` [PATCH v4 30/37] pthread: Introduce __pthread_early_init
` [PATCH v4 31/37] nptl: Move internal symbol __mutex_aconf into libc
` [PATCH v4 32/37] nptl: pthread_mutex_lock, pthread_mutex_unock single-threaded optimization
` [PATCH v4 33/37] x86: Remove low-level lock optimization
` [PATCH v4 34/37] nptl: Move core mutex functions into libc
` [PATCH v4 35/37] nptl: Move core condition variable "
` [PATCH v4 36/37] nptl: Move setxid broadcast implementation "
` [PATCH v4 37/37] nptl: Remove remnants of the libc/libpthread forwarder interface

[PATCH v2 00/14] Dynamic TLS related data race fixes
 2021-04-16  9:12 UTC  (34+ messages)
` [PATCH v2 01/14] elf: Fix a DTV setup issue [BZ #27136]
` [PATCH v2 02/14] elf: Add a DTV setup test "
` [PATCH v2 03/14] elf: Fix comments and logic in _dl_add_to_slotinfo
` [PATCH v2 04/14] elf: Refactor _dl_update_slotinfo to avoid use after free
` [PATCH v2 05/14] elf: Fix data races in pthread_create and TLS access [BZ #19329]
` [PATCH v2 06/14] elf: Use relaxed atomics for racy accesses "
` [PATCH v2 07/14] elf: Add test case for "
` [PATCH v2 08/14] elf: Fix DTV gap reuse logic [BZ #27135]
` [PATCH v2 09/14] x86_64: Avoid lazy relocation of tlsdesc [BZ #27137]
` [PATCH v2 10/14] i386: "
` [PATCH v2 11/14] x86_64: Remove lazy tlsdesc relocation related code
` [PATCH v2 12/14] i386: "
` [PATCH v2 13/14] elf: "
` [PATCH v2 14/14] RFC elf: Fix slow tls access after dlopen [BZ #19924]

[PATCH] powerpc: Remove backtrace implementation
 2021-04-15 20:44 UTC  (11+ messages)

[PATCH 0/5] Added optimized memcpy/memmove/memset for A64FX
 2021-04-15 12:20 UTC  (4+ messages)

[PATCH 00/15] Add some tests and infra changes
 2021-04-15 12:00 UTC  (29+ messages)
` [PATCH 01/15] io: Move file timestamps tests out of Linux
` [PATCH 02/15] linux: Add futimes test
` [PATCH 03/15] linux: Add lutimes test
` [PATCH 04/15] io: Add basic tests for utimensat
` [PATCH 05/15] io: Use temporary directory and file for ftwtest-sh
` [PATCH 06/15] time: Add getitimer and setitimer basic tests
` [PATCH 07/15] time: Add gmtime/gmtime_r tests
` [PATCH 08/15] time: Add timegm/timelocal basic tests
` [PATCH 09/15] time: Add basic timespec_get tests
` [PATCH 10/15] time: Add 64 bit tests for getdate / getdate_r
` [PATCH 11/15] posix: Add wait3 tests
` [PATCH 12/15] linux: mips: Split libpthread.abilist in n32 and n64

[COMMITTED] s390: Update ulps
 2021-04-15  9:09 UTC 

Mark Brown stepping down as member of glibc steering committee
 2021-04-15  6:13 UTC  (3+ messages)

UTF-8 in glibc commit messages
 2021-04-14 20:28 UTC  (9+ messages)

[committed] ARC: Update ulps
 2021-04-14 17:10 UTC 

[PATCH 01/11] support: Add xmkfifo
 2021-04-14 15:03 UTC  (10+ messages)
` [PATCH 04/11] misc: syslog: Use bool for connected
` [PATCH 05/11] misc: syslog: Assume MSG_NOSIGNAL support (BZ #17144)
` [PATCH 08/11] misc: syslog: Use CLOC_EXEC with _PATH_CONSOLE (BZ #17145)
` [PATCH 09/11] misc: syslog: Use static const for AF_UNIX address
` [PATCH 11/11] misc: syslog: Use RFC5424

compiling old glibc version
 2021-04-14 14:32 UTC  (3+ messages)

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

[PATCH] Add RFC 8335 Definitions from Linux 5.12
 2021-04-13 22:42 UTC 

[PATCH] malloc: Print error when oldsize is not equal to the current size
 2021-04-13 22:14 UTC  (2+ messages)

[PATCH 00/16] memory tagging improvements
 2021-04-13 21:32 UTC  (5+ messages)
` [PATCH 02/16] Remove PR_TAGGED_ADDR_ENABLE from sys/prctl.h

[PATCH] linux: sysconf: limit _SC_MAX_ARG to 6 MiB [BZ #25305]
 2021-04-13 20:47 UTC  (10+ messages)

[COMMITTED] s390: Update ulps
 2021-04-13 20:13 UTC 

[COMMITTED] i386: Update ulps
 2021-04-13 20:13 UTC 

[PATCH] Linux: Add execveat system call wrapper
 2021-04-13 19:27 UTC  (3+ messages)

Improve documentation for malloc etc. (BZ#27720)
 2021-04-13 19:22 UTC  (3+ messages)

[COMMITTED] arm: update libm test ulps
 2021-04-13 18:02 UTC  (5+ messages)

[RFC][PATCH v10 0/7] Implementation of RTLD_SHARED for dlmopen
 2021-04-13 17:02 UTC  (2+ messages)

[PATCH liburing] examples/ucontext-cp.c: cope with variable SIGSTKSZ
 2021-04-13 15:03 UTC 

[PATCH v2] tst: Provide test for getrusage
 2021-04-13  8:30 UTC  (3+ messages)

[PATCH v2] tst: Add test for adjtime
 2021-04-13  8:28 UTC  (3+ 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).