unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2020-11-23 16:13:08 to 2020-11-26 21:29:11 UTC [more...]

[PATCH] Linux: Add execveat system call wrapper
 2020-11-26 21:28 UTC  (5+ messages)

[PATCH] nptl: Add EOVERFLOW checks for futex calls
 2020-11-26 20:39 UTC 

[PATCH v5] io:nftw/ftw:fix stack overflow when large nopenfd [BZ #26353]
 2020-11-26 20:37 UTC  (2+ messages)

[PATCH v4 00/11] glibc-hwcaps support
 2020-11-26 20:29 UTC  (14+ messages)
` [PATCH 01/11] support: Add support_copy_file
` [PATCH 02/11] elf: Introduce enum opt_format in the ldconfig implementation
  ` [PATCH 12/11] s390x: Add Add glibc-hwcaps support
` [PATCH 03/11] elf: Add glibc-hwcaps support for LD_LIBRARY_PATH
` [PATCH 09/11] elf: Add glibc-hwcaps subdirectory support to ld.so cache processing

[PATCH v3 0/8] Memory tagging support
 2020-11-26 18:25 UTC  (55+ messages)
` [PATCH v3 1/8] config: Allow memory tagging to be enabled when configuring glibc
` [PATCH v3 2/8] elf: Add a tunable to control use of tagged memory
` [PATCH v3 3/8] malloc: Basic support for memory tagging in the malloc() family
` [PATCH v3 6/8] linux: Add compatibility definitions to sys/prctl.h for MTE
` [PATCH v3 7/8] aarch64: Add sysv specific enabling code for memory tagging

[PATCH v2 0/4] x86: Improve Minimum Alternate Stack Size
 2020-11-26 17:44 UTC  (12+ messages)
` [PATCH v2 1/4] x86/signal: Introduce helpers to get the maximum signal frame size
` [PATCH v2 2/4] x86/elf: Support a new ELF aux vector AT_MINSIGSTKSZ
` [PATCH v2 3/4] x86/signal: Prevent an alternate stack overflow before a signal delivery

V3 [PATCH] x86: Support GNU_PROPERTY_X86_ISA_1_V[234] marker [BZ #26717]
 2020-11-26 15:39 UTC  (2+ messages)
` PING^1: "

[PATCH] nptl: Fix PTHREAD_PRIO_PROTECT timed lock
 2020-11-26 12:51 UTC  (4+ messages)

[Y2038][time namespaces] Question regarding CLOCK_REALTIME support plans in Linux time namespaces
 2020-11-26  8:21 UTC  (17+ messages)

[PATCH] add inputs to auto-libm-test-in yielding larger errors
 2020-11-26  8:16 UTC  (3+ messages)

[PATCH v4] io:nftw/ftw:fix stack overflow when large nopenfd [BZ #26353]
 2020-11-26  2:21 UTC  (3+ messages)

unnormal Intel 80-bit long doubles and isnanl
 2020-11-26  0:23 UTC  (13+ messages)

[PATCH 01/13] linux: Remove unused internal futex functions
 2020-11-25 17:56 UTC  (34+ messages)
` [PATCH 02/13] nptl: Remove futex_wait_cancelable
` [PATCH 03/13] nptl: Remove clockwait_tid
` [PATCH 04/13] linux: Extend __futex_abstimed_wait_cancelable64 comment
` [PATCH 05/13] linux: nptl: Consolidate __futex_abstimed_wait_{cancelable}64
` [PATCH 06/13] linux: nptl: Remove _futex_clock_wait_bitset64
` [PATCH 07/13] linux: nptl: Replace __futex_clocklock_wait64 with __futex_abstimed_wait64
` [PATCH 08/13] linux: nptl: Replace lll_timedwait "
` [PATCH 09/13] linux: nptl: Replace lll_futex_{timed_}wait by futex-internal.h
` [PATCH 10/13] linux: nptl: Replace lll_futex_supported_clockid with futex-internal.h
` [PATCH 11/13] nptl: Replace lll_futex_wake "
` [PATCH v2 12/13] nptl: Return EINVAL for pthread_mutex_clocklock/PI with CLOCK_MONOTONIC [BZ #26801]
` [PATCH 13/13] linux: Return EINVAL for invalid clock for pthread_clockjoin_np

[PATCH 0/3] Improved ASLR
 2020-11-25 17:49 UTC  (7+ messages)
` [PATCH 1/3] csu: randomize location of TCB
` [PATCH 2/3] malloc: use mmap() to improve ASLR
` [PATCH 3/3] dl-sysdep: disable remaining calls to sbrk()

[PATCH v1] libm,ieee754:New algorithm of fmod function
 2020-11-25 16:37 UTC  (6+ messages)
  `  "

Bug 26517 - timezone: Fix zdump duplicate binary
 2020-11-25 14:59 UTC  (2+ messages)

[PATCH v3] y2038: Convert aio_suspend to support 64 bit time
 2020-11-25 12:57 UTC  (3+ messages)

[PATCH] Turn ___brk_addr into a compat symbol
 2020-11-25 11:15 UTC  (9+ messages)

[PATCH v3] Mark mtrace tests UNSUPPORTED if bug-ga2.mtrace or tst-leaks2.mtrace are missing
 2020-11-25  7:37 UTC  (3+ messages)

Questions about elf/tst-prelink-cmp
 2020-11-25  5:16 UTC  (2+ messages)

Support both -mstack-protector-guard={global,tls}
 2020-11-24 22:08 UTC  (3+ messages)

[PATCH] elf: Fix uninitialized variable for _dl_write
 2020-11-24 19:55 UTC  (2+ messages)

[PATCH] iconv: Fix incorrect UCS4 inner loop bounds (BZ#26923)
 2020-11-24 19:15 UTC  (3+ messages)

[RFC PATCH 0/3] Improved ALSR
 2020-11-24 18:44 UTC  (14+ messages)
` [RFC PATCH 1/3] csu: randomize location of TCB

[RFC PATCH] Linux: Add seccomp probing to faccessat2
 2020-11-24 17:39 UTC  (2+ messages)

[PATCH 0/4] powerpc: Add support for system call vectored
 2020-11-24 17:33 UTC  (9+ messages)
` [PATCH 2/4] powerpc: Make PT_THREAD_POINTER available to assembly code
` [PATCH 3/4] powerpc: Runtime selection between sc and scv for syscalls

[PATCH v3] io:nftw/ftw:fix stack overflow when large nopenfd [BZ #26353]
 2020-11-24 14:14 UTC  (2+ messages)

[PATCH v2] Mark mtrace tests UNSUPPORTED if bug-ga2.mtrace or tst-leaks2.mtrace are missing
 2020-11-24 13:14 UTC  (3+ messages)

[PATCH 1/2] Replace __libc_multiple_libcs with tri-state __libc_type
 2020-11-24 11:23 UTC  (6+ messages)
` [PATCH 2/2] malloc: Use __libc_type to detect an inner libc

[PATCH] Mark mtrace tests UNSUPPORTED if bug-ga2.mtrace or tst-leaks2.mtrace are missing
 2020-11-24 10:38 UTC  (3+ messages)

[PATCH] set_tid_address.2: SYNOPSIS: Fix set_tid_address() return type
 2020-11-24  9:50 UTC  (2+ messages)

[RFC] Archive old patches on patchwork?
 2020-11-23 22:35 UTC  (2+ messages)

[PATCH] restart_syscall.2: SYNOPSIS: Fix restart_syscall() return type
 2020-11-23 21:53 UTC  (2+ messages)

Problems with the new pthread clock implementations
 2020-11-23 16:12 UTC  (5+ 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).