unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2020-02-19 18:19:13 to 2020-02-27 20:39:27 UTC [more...]

[PATCH 0/7] Remaining ldbl-128ibm-compat support
 2020-02-27 20:39 UTC  (9+ messages)
` [PATCH 1/7] ldbl-128ibm-compat: Provide nexttoward functions
` [PATCH 2/7] ldbl-128ibm-compat: enforce correct abi flags on internal file
` [PATCH 4/7] ldbl-128ibm-compat: fixup subdir location of several funcs
` [PATCH 5/7] ldbl-128ibm-compat: enforce ibm128 on compat tests

Carlos' patchwork queue
 2020-02-27 18:52 UTC  (6+ messages)

[PATCH] mips: Fix argument passing for inlined syscalls on Linux [BZ #25523]
 2020-02-27 18:23 UTC  (4+ messages)

[PATCH 01/15] powerpc: Consolidate Linux syscall definition
 2020-02-27 17:49 UTC  (7+ messages)
` [PATCH 08/15] nios2: Use Linux kABI for syscall return

[PATCH v2 1/3] support: Add support_process_state_wait
 2020-02-27 16:45 UTC  (7+ messages)
` [PATCH v2 2/3] posix: Refactor tst-waitid (BZ #14666)
` [PATCH v2 3/3] posix: Remove posix waitid

[PATCH] malloc/tst-mallocfork2: Kill lingering process for unexpected failures
 2020-02-27 16:42 UTC  (3+ messages)

[PATCH] Reserve static TLS for dynamically loaded initial-exec TLS only [BZ #25051]
 2020-02-27 16:31 UTC  (10+ messages)

Rseq registration: Google tcmalloc vs glibc
 2020-02-27 10:32 UTC  (14+ messages)

[PATCH v3] binfmt_misc: pass binfmt_misc flags to the interpreter
 2020-02-27  7:27 UTC 

[PATCH] elf: Apply attribute_relro to pointers in elf/dl-minimal.c
 2020-02-27  6:58 UTC  (5+ messages)

[PATCH][AArch64] Cleanup memset
 2020-02-27  5:50 UTC  (2+ messages)

[PATCH] Introduce <elf-initfini.h> and ELF_INITFINI for all architectures
 2020-02-26 20:02 UTC  (18+ messages)
        ` ELF_INITFINI for ARC (was Re: [PATCH] Introduce <elf-initfini.h> and ELF_INITFINI for all architectures)

[RFC v6 00/23] RISC-V glibc port for the 32-bit
 2020-02-26 16:28 UTC  (48+ messages)
` [RFC v6 07/23] RISC-V: Use 64-bit time_t and off_t for RV32 and RV64
          ` switching ARC to 64-bit time_t (Re: [RFC v6 07/23] RISC-V: Use 64-bit time_t and off_t for RV32 and RV64)

[PATCH v2][AArch64] Improve integer memcpy
 2020-02-26 16:18 UTC 

long double redirects and dynamic loader behavior
 2020-02-26  9:49 UTC  (3+ messages)

[PATCH v3] Convert Python scripts to Python 3
 2020-02-26  0:56 UTC  (3+ messages)

[PATCH v3] powerpc: Refactor fenvinline.h
 2020-02-25 23:15 UTC  (5+ messages)

[PATCH] Improve adherance to the GNU Kind Communication Guidelines
 2020-02-25 23:14 UTC  (7+ messages)

[PATCH] csu: Use ELF constructor instead of _init in libc.so
 2020-02-25 22:46 UTC  (11+ messages)

[PATCH] asm-generic ABI: Allow statx syscall despite fstatat64,fstat64
 2020-02-25 16:55 UTC  (12+ messages)
          ` [PATCH v2] "
              ` [PATCH v3] "
                ` [PATCH v3] asm-generic ABI: Allow statx syscall despite fstatat64, fstat64

[PATCH 0/7] More type safety for NSS modules
 2020-02-25 16:44 UTC  (10+ messages)
` [PATCH 9/7] nss_nis: Use NSS_DECLARE_MODULE_FUNCTIONS

[PATCH] stdint: Use __extension__ on long long constants
 2020-02-25 15:06 UTC  (9+ messages)

[PATCH] Force 64-bit time based syscalls for TIMESIZE==64 on 32-bit arches
 2020-02-25  9:27 UTC  (4+ messages)

[PATCH] manual: Document the System V sigpause function
 2020-02-24 19:07 UTC 

[PATCH] signal: Deprecate additional legacy signal handling functions
 2020-02-24 19:07 UTC 

[PATCH 0/6] long double to _Float128 redirecting support
 2020-02-24 14:58 UTC  (10+ messages)
` [PATCH 2/6] Undefine redirections after long double definition on __LDBL_COMPAT [BZ #23294]
` [PATCH 3/6] ldbl-128ibm-compat: Redirect long double functions to f128/ieee128 functions
` [PATCH 5/6] ldbl-128ibm-compat: Provide ieee128 symbols to narrow functions

[PATCH 0/4] Avoid malloc symbol interposition in the dynamic loader [BZ #25486]
 2020-02-24 11:53 UTC  (3+ messages)
` [PATCH 4/4] ld.so: Do not export free/calloc/malloc/realloc functions "

[PATCH v2 1/3] y2038: include: Move struct __timespec64 definition to a separate file
 2020-02-24  9:17 UTC  (6+ messages)
` [PATCH v2 2/3] y2038: linux: Provide __mq_timedsend_time64 implementation
` [PATCH v2 3/3] y2038: linux: Provide __mq_timedreceive_time64 implementation

binutils ld and new PT_GNU_PROPERTY segment
 2020-02-22  5:19 UTC 

[PATCH] ldbl-128ibm: make ieee754.h work with IEEE 128 long double
 2020-02-21 14:32 UTC  (3+ messages)

[PATCH v2] sysv: linux: Pass 64-bit version of semctl syscall
 2020-02-21 14:03 UTC  (4+ messages)

Are ifuncs intended to be allowed to resolve to symbols in another DSO?
 2020-02-21 13:28 UTC  (6+ messages)

[PATCH v4 0/8] Always use 32-bit time_t for certain syscalls
 2020-02-21 10:08 UTC  (7+ messages)
` [PATCH v4 5/8] linux: Use long time_t __getitimer/__setitimer
` [PATCH v4 7/8] linux: Use long time_t for wait4/getrusage
` [PATCH v4 8/8] sysv/alpha: Use generic __timeval32 and helpers

XFS reports lchmod failure, but changes file system contents
 2020-02-21  5:21 UTC  (10+ messages)

[PATCH 0/3] y2038: Refactor utime and utimes to support 64 bit time
 2020-02-20 22:25 UTC  (11+ messages)
` [PATCH 1/3] y2038: Introduce struct __utimbuf64 - new internal glibc type
` [PATCH 2/3] y2038: linux: Provide __utimes64 implementation
` [PATCH 3/3] y2038: linux: Provide __utime64 implementation

[PATCH v0] PPC64: Remove vec_finite_alias.c as aliases it creates are no longer required
 2020-02-20 19:37 UTC  (3+ messages)

[PATCH v2] Fix time/tst-cpuclock1 intermitent failures
 2020-02-20 18:17 UTC  (5+ messages)
` [PATCH v3] "

New French PO file for 'libc' (version 2.30.9000)
 2020-02-20 17:17 UTC 

[PATCH] support: Kill process group for test failure
 2020-02-20 16:50 UTC  (6+ messages)

[PATCH 00/13] nptl: Move more functions from libpthread to libc
 2020-02-20  7:54 UTC  (4+ messages)
` [PATCH 02/13] nptl: Sort routines list in Makefile alphabetically

[PATCH] argp: argp.doc prints incorrectly when it starts with "\v" [BZ #19038]
 2020-02-20  7:09 UTC  (12+ messages)

[PATCH] elf.h: Add R_RISCV_IRELATIVE
 2020-02-19 21:19 UTC  (2+ messages)

[PATCH] Speed up realpath and fix EOVERFLOW bug
 2020-02-19 21:03 UTC 

[patch] ldconfig: trace origin paths with -v
 2020-02-19 20:45 UTC  (2+ messages)

[PATCH] Fix use-after-free in glob when expanding ~user (bug 25414)
 2020-02-19 20:40 UTC  (2+ messages)

[PATCH v0] PPC64: Attach SIMD attribute to cosf, sin, sinf function declarations
 2020-02-19 18:32 UTC  (6+ 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).