unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2021-04-08 07:05:55 to 2021-04-15 12:21:07 UTC [more...]

[PATCH 0/5] Added optimized memcpy/memmove/memset for A64FX
 2021-04-15 12:20 UTC  (5+ 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

[PATCH v2 00/14] Dynamic TLS related data race fixes
 2021-04-15  9:53 UTC  (28+ 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]

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

Candidate Linux ABI for Intel AMX and hypothetical new related features
 2021-04-15  5:47 UTC  (23+ messages)

[PATCH] powerpc: Remove backtrace implementation
 2021-04-14 21:37 UTC  (9+ 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  (15+ messages)
` [PATCH 02/11] misc: Add syslog test
` [PATCH 03/11] misc: syslog: Fix indentation and style
` [PATCH 04/11] misc: syslog: Use bool for connected
` [PATCH 05/11] misc: syslog: Assume MSG_NOSIGNAL support (BZ #17144)
` [PATCH 06/11] misc: syslog: Simplify implementation
` [PATCH 07/11] misc: syslog: Use static buffer
` [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 10/11] misc: syslog: Move SYSLOG_NAME to USE_MISC (BZ #16355)
` [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 v8 1/3] arm64: mte: make the per-task SCTLR_EL1 field usable elsewhere
 2021-04-14 10:10 UTC  (2+ messages)

[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  (6+ 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)

Fix REALLOC_ZERO_BYTES_FREES comment
 2021-04-12 19:44 UTC  (7+ messages)

[PATCH v3 1/4] libsupport: Add support_select_modifies_timeout
 2021-04-12 19:20 UTC  (10+ messages)
` [PATCH v3 2/4] libsupport: Add support_select_normalizes_timeout
` [PATCH v3 3/4] linux: Normalize and return timeout on select (BZ #27651)
` [PATCH v3 4/4] linux: always update select timeout (BZ #27706)

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

[PATCH] arm: Fix an incorrect check in ____longjmp_chk [BZ #27709]
 2021-04-12 12:45 UTC  (2+ messages)

[PATCH] misc: Add syslog test
 2021-04-12 12:30 UTC  (3+ messages)

Monday patch review meeting: Storm brewing in Pune
 2021-04-12 11:23 UTC  (2+ messages)

[PATCH v4 00/35] SYNOPSIS: Use syscall(SYS_...); and fix '#include's
 2021-04-12  9:09 UTC  (8+ messages)
` [PATCH v5 "

[PATCH v2 0/4] tunables and setxid programs
 2021-04-12  3:30 UTC  (6+ messages)
` [PATCH 4/4] Fix SXID_ERASE behavior in setuid programs (BZ #27471)

[PATCH 1/4] support: Add capability to fork an sgid child
 2021-04-12  3:15 UTC  (3+ messages)
` [PATCH v2] "

[hurd,commited] hurd: Export _hurd_libc_proc_init
 2021-04-11 22:23 UTC 

[PATCH v5] Set the retain attribute on _elf_set_element if CC supports [BZ #27492]
 2021-04-09 22:36 UTC  (12+ messages)

[COMMITTED] powerpc: Update libm test ulps
 2021-04-09 21:26 UTC 

[PATCH] Bug 3604: fix calls to openlog() with LOG_KERN facility
 2021-04-09 17:37 UTC  (2+ messages)

[PATCH 00/15] Dynamic TLS related data race fixes
 2021-04-09 14:55 UTC  (5+ messages)
` [PATCH 11/15] x86_64: Avoid lazy relocation of tlsdesc [BZ #27137]

s390x: Diagnose missing VXE at run time if required at build time
 2021-04-09 13:50 UTC  (5+ messages)

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

[PATCH v2 1/2] linux: Normalize and return timeout on select (BZ #27651)
 2021-04-09 12:46 UTC  (5+ messages)
` [PATCH v2 2/2] linux: always update select timeout (BZ #27706)

[PATCH v2] powerpc: Add log IFUNC multiarch support for POWER10
 2021-04-08 18:15 UTC 

[PATCH] powerpc: Add log IFUNC multiarch support for POWER10
 2021-04-08 18:14 UTC  (3+ messages)

[PATCH 1/1] malloc: remove redundant check of unsorted bin corruption
 2021-04-08  9:29 UTC 

[COMMITTED] aarch64: update libm test ulps
 2021-04-08  7:27 UTC 

localedata: Updates for Taiwanese locales [BZ #24409]
 2021-04-08  7:05 UTC 


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