public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
[PATCH] Fix typo in NEWS file
 2020-11-30 10:20 UTC  (3+ messages)

[PATCH RFC] __builtin_dynamic_object_size with -D_FORTIFY_SOURCE=3
 2020-11-30 10:10 UTC  (6+ messages)

[PATCH v3 0/8] Memory tagging support
 2020-11-30  6:28 UTC  (71+ 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] Improved ASLR
 2020-11-29 14:13 UTC  (6+ messages)
` [PATCH 1/4] csu: randomize location of TCB
` [PATCH 2/4] malloc: use mmap() to improve ASLR
` [PATCH 3/4] dl-sysdep: disable remaining calls to sbrk()
` [PATCH 4/4] tunables: use mmap() instead of sbrk()

[PATCH v5] y2038: Convert aio_suspend to support 64 bit time
 2020-11-28 21:51 UTC 

[PATCH v1] libm,ieee754:New algorithm of fmod function
 2020-11-28 13:08 UTC  (7+ messages)
  `  "

[Patch V3]: add hp-timing support and minor fix
 2020-11-28  8:18 UTC  (4+ messages)
` [PATCH 1/3] mips: add hp-timing support for MIPS R2
` [PATCH 2/3] mips: make sp 16-byte aligned on N64/N32
` [PATCH 3/3] mips: remove register spill

Patch queue review meeting - Every Monday at 0900h EST (UTC -5)
 2020-11-28  2:29 UTC 

[PATCH v4] y2038: Convert aio_suspend to support 64 bit time
 2020-11-28  0:34 UTC  (5+ messages)

[PATCH v4 00/11] glibc-hwcaps support
 2020-11-27 19:49 UTC  (25+ 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 04/11] elf: Add endianness markup to ld.so.cache
` [PATCH 05/11] elf: Add extension mechanism "
` [PATCH 06/11] elf: Implement a string table for ldconfig, with tail merging
` [PATCH 09/11] elf: Add glibc-hwcaps subdirectory support to ld.so cache processing

[PATCH v4 1/2] arm64: mte: make the per-task SCTLR_EL1 field usable elsewhere
 2020-11-27 19:13 UTC  (2+ messages)

[PATCH] add inputs to auto-libm-test-in yielding larger errors
 2020-11-27 19:13 UTC  (4+ messages)

unnormal Intel 80-bit long doubles and isnanl
 2020-11-27 17:40 UTC  (9+ messages)

[PATCH 01/13] linux: Remove unused internal futex functions
 2020-11-27 17:39 UTC  (20+ messages)
` [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] Linux: Add execveat system call wrapper
 2020-11-27 17:38 UTC  (8+ messages)

[PATCH v2 0/4] x86: Improve Minimum Alternate Stack Size
 2020-11-27 17:32 UTC  (8+ 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 4/4] selftest/x86/signal: Include test cases for validating sigaltstack

[PATCH] nptl: Fix __futex_clocklock64 return error check [BZ #26964]
 2020-11-27 17:27 UTC  (2+ messages)

[PATCH] nptl: Fix __futex_clocklock64 return error check [BZ #26964]
 2020-11-27 14:33 UTC 

[PATCH v2 0/6] aarch64: avoid mprotect(PROT_BTI|PROT_EXEC) [BZ #26831]
 2020-11-27 13:21 UTC  (7+ messages)
` [PATCH v2 1/6] aarch64: Fix missing BTI protection from dependencies [BZ #26926]
` [PATCH v2 2/6] elf: lose is closely tied to _dl_map_object_from_fd
` [PATCH v2 3/6] elf: Fix failure handling in _dl_map_object_from_fd
` [PATCH v2 4/6] elf: Move note processing after l_phdr is updated
` [PATCH v2 5/6] elf: Pass the fd to note processing
` [PATCH v2 6/6] aarch64: Use mmap to add PROT_BTI instead of mprotect [BZ #26831]

[PATCH] nptl: Add EOVERFLOW checks for futex calls
 2020-11-27 13:07 UTC  (5+ messages)
    ` [PATCH v2] "

[COMMITTED] sh: Add sh4 fpu Implies folder
 2020-11-27 12:34 UTC  (2+ messages)

[PATCH] nptl: Fix PTHREAD_PRIO_PROTECT timed lock
 2020-11-27 11:22 UTC  (5+ messages)

[Patch V2]: add hp-timing support and fix syscall.S
 2020-11-27  9:22 UTC  (4+ messages)
` [PATCH 1/3] mips: add hp-timing support for MIPS R2
` [PATCH 2/3] mips: make sp 16-byte aligned on N64/N32
` [PATCH 3/3] mips: remove register spill

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

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

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

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

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

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)

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