unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2020-06-02 03:41:19 to 2020-06-04 19:08:46 UTC [more...]

[PATCH] ieee754/dbl-64: Reduce the scope of temporary storage variables
 2020-06-04 19:08 UTC  (5+ messages)
` [PATCH v2] "

[PATCH v6 00/13] glibc port to ARC processors
 2020-06-04 19:01 UTC  (34+ messages)
` [PATCH v6 01/13] ARC: ABI Implementation
` [PATCH v6 06/13] ARC: hardware floating point support
        ` static inline math functions (was Re: [PATCH v6 06/13] ARC: hardware floating point support)
` [PATCH v6 07/13] ARC: Linux Syscall Interface
` [PATCH v6 09/13] ARC: Linux Startup and Dynamic Loading
` [PATCH v6 10/13] ARC: ABI lists
` [PATCH v6 11/13] ARC: Build Infrastructure
` [PATCH v6 12/13] build-many-glibcs.py: Enable ARC builds
` [PATCH v6 13/13] Documentation for ARC port

ppc64le and 32-bit LE userland compatibility
 2020-06-04 19:00 UTC  (21+ messages)
                ` [musl] "

[PATCH] Add comments to explain when a stream is freed by, __libc_freeres()
 2020-06-04 18:35 UTC  (5+ messages)

[RFC PATCH] Remove --enable-obsolete-rpc flag
 2020-06-04 17:50 UTC  (11+ messages)

[PATCH glibc 0/3] Restartable Sequences enablement
 2020-06-04 17:46 UTC  (13+ messages)
` [PATCH glibc 1/3] glibc: Perform rseq registration at C startup and thread creation (v20)

[PATCH] arm: fix memcpy and memmove for negative len [BZ #25620]
 2020-06-04 17:30 UTC  (3+ messages)

[PATCH] Avoid using up static TLS surplus for optimizations [BZ #25051]
 2020-06-04 16:23 UTC  (4+ messages)

[PATCH] elf: Fix crash in late dlmopen failure when auditing (bug 26076)
 2020-06-04 16:19 UTC  (3+ messages)

[PATCHv2] powerpc: define USE_FMAF128_BUILTIN in math-use-builtins.h
 2020-06-04 16:19 UTC  (3+ messages)

[PATCH] powerpc64le: add optimized strlen for P9
 2020-06-04 13:55 UTC  (5+ messages)

[PATCH] nss_dns: Do not call res_dnok in getnetby* implementation
 2020-06-04 13:08 UTC  (2+ messages)

[PATCH] elf: Fix dlclose of an empty namespace in auditing mode (bug 26076)
 2020-06-04 12:57 UTC  (5+ messages)

[PATCH v3] arm: memcpy: fix copying big data does not meet expectations [BZ #25620]
 2020-06-04 12:32 UTC  (3+ messages)

[PATCH] manual/jobs.texi: remove unused var from example code
 2020-06-04 12:18 UTC  (6+ messages)

[COMMITTED] powerpc: Fix powerpc64le due a7a3435c9a
 2020-06-04 12:06 UTC 

[PATCH] aarch64: MTE compatible strchrnul
 2020-06-04 12:04 UTC  (14+ messages)

[PATCH] powerpc: define USE_FMAF128_BUILTIN in math-use-builtins.h
 2020-06-04 11:39 UTC  (3+ messages)

[PATCH] manual: Show copyright information not just in the printed manual
 2020-06-04  9:54 UTC  (2+ messages)

[PATCH v2] string: Add page tests for test-strncasecmp and test-strncpy
 2020-06-03 21:48 UTC  (2+ messages)

[RFC 00/12] [RFC] y2038: Convert timespec_{sub|add|create} in support to be Y2038 safe
 2020-06-03 20:45 UTC  (6+ messages)
` [Y2038] Replacement of struct timespec with struct __timespec64 in glibc internal code

[PATCH v2 01/13] signal: Add signum-{generic,arch}.h
 2020-06-03 18:34 UTC  (13+ messages)
` [PATCH v2 02/13] signal: Move sys_siglist to a compat symbol
` [PATCH v2 03/13] signal: Move sys_errlist "
` [PATCH v2 04/13] linux: Fix __NSIG_WORDS and add __NSIG_BYTES
` [PATCH v2 05/13] string: Remove old TLS usage on strsignal
` [PATCH v2 06/13] string: Implement strerror in terms of strerror_l
` [PATCH v2 07/13] string: Use tls-internal on strerror_l
` [PATCH v2 08/13] string: Simplify strerror_r
` [PATCH v2 09/13] string: Add strsignal test
` [PATCH v2 10/13] string: Add strerror, strerror_r, and strerror_l test
` [PATCH v2 11/13] string: Add strerror_l on test-strerror-errno
` [PATCH v2 12/13] string: Add sigabbrev_np and sigdescr_np
` [PATCH v2 13/13] string: Add strerrorname and strerrordesc

[PATCH 0/2] Add __libc_single_threaded
 2020-06-03 17:52 UTC  (7+ messages)
` [PATCH 2/2] manual: Document __libc_single_threaded

[PATCHv2 4/4] powerpc64le: ifunc (almost) all *f128 routines in multiarch mode
 2020-06-03 17:34 UTC  (2+ messages)

[PATCH v2 00/18] glibc port for 32-bit RISC-V (RV32)
 2020-06-03 17:34 UTC  (20+ messages)
` [PATCH v2 01/18] RISC-V: Use 64-bit time_t and off_t for RV32 and RV64
` [PATCH v2 02/18] RISC-V: Define __NR_* as __NR_*_time64/64 for 32-bit
` [PATCH v2 03/18] RISC-V: Add support for 32-bit vDSO calls
` [PATCH v2 04/18] RISC-V: Support dynamic loader for the 32-bit
` [PATCH v2 05/18] RISC-V: Add path of library directories "
` [PATCH v2 06/18] RISC-V: Add arch-syscall.h for RV32
` [PATCH v2 07/18] RISC-V: nptl: update default pthread-offsets.h
` [PATCH v2 08/18] riscv32: Add an architecture ipctypes.h
` [PATCH v2 09/18] RISC-V: The ABI implementation for 32-bit
` [PATCH v2 10/18] RISC-V: Hard float support "
` [PATCH v2 11/18] RISC-V: Add ABI lists
` [PATCH v2 12/18] RISC-V: Add the RV32 libm-test-ulps
` [PATCH v2 13/18] RISC-V: Fix llrint and llround missing exceptions on RV32
` [PATCH v2 14/18] RISC-V: Build Infastructure for 32-bit
` [PATCH v2 15/18] riscv32: Specify the arch_minimum_kernel as 5.4
` [PATCH v2 16/18] RISC-V: Add rv32 path to RTLDLIST in ldd
` [PATCH v2 17/18] Documentation for the RISC-V 32-bit port
` [PATCH v2 18/18] Add RISC-V 32-bit target to build-many-glibcs.py

[PATCH v3 0/4] Enable generic math code for more arches
 2020-06-03 17:22 UTC  (9+ messages)
` [PATCH v3 1/4] iee754: provide gcc builtins based generic sqrt functions
` [PATCH v3 2/4] iee754: provide gcc builtins based generic fma functions
` [PATCH v3 3/4] aarch/fpu: use generic builtins based math functions
` [PATCH v3 4/4] powerpc/fpu: use generic fma functions

[PATCH 2/2] manual: Document __libc_single_threaded
 2020-06-03 17:11 UTC  (13+ messages)

[PATCH 00/13] Signal and error list refactoring
 2020-06-03 16:39 UTC  (14+ messages)
` [PATCH 06/13] string: Implement strerror in terms of strerror_l
` [PATCH 12/13] string: Add sigabbrev_np and sigdescr_np
` [PATCH 13/13] string: Add errname_np and errdesc_np

[PATCH v3] manual: Add pthread_attr_setsigmask_np, pthread_attr_getsigmask_np
 2020-06-03 12:28 UTC 

[PATCH v2] manual: Add pthread_attr_setsigmask_np, pthread_attr_getsigmask_np
 2020-06-03 12:24 UTC  (4+ messages)

sys/sysinfo.h clash with linux/kernel.h
 2020-06-03 11:45 UTC  (2+ messages)

[PATCH] aarch64: MTE compatible strlen
 2020-06-03  9:53 UTC 

[PATCH] aarch64: MTE compatible strchr
 2020-06-03  9:49 UTC 

[PATCH v2] ld.so: Check for new cache format first and enhance corruption check
 2020-06-03  9:35 UTC 

[PATCH 00/19] Signal mask for timer helper thread
 2020-06-03  9:26 UTC  (13+ messages)
` [PATCH 15/19] nptl: Destroy the default thread attribute as part of freeres
` [PATCH 16/19] nptl: Make pthread_attr_t dynamically extensible
` [PATCH 17/19] nptl: Add pthread_attr_setsigmask_np, pthread_attr_getsigmask_np
` [PATCH 18/19] manual: "
` [PATCH 19/19] Linux: Use __pthread_attr_setsigmask_internal for timer helper thread

[PATCH v2 0/4] Enable generic math code for more arches
 2020-06-03  6:29 UTC  (15+ messages)
` [PATCH v2 1/4] iee754: provide gcc builtins based generic sqrt functions
` [PATCH v2 2/4] iee754: provide gcc builtins based generic fma functions
` [PATCH v2 3/4] aarch/fpu: use generic builtins based math functions

[PATCH v9 0/2] Support semctl_syscall() for __TIMESIZE==64
 2020-06-02 20:41 UTC  (3+ messages)
` [PATCH v9 1/2] sysv: linux: Define the __semid_ds32 struct
` [PATCH v9 2/2] sysv: linux: Pass 64-bit version of semctl syscall

[PATCHv3] powerpc: Automatic CPU detection in preconfigure
 2020-06-02 20:45 UTC  (2+ messages)

[PATCH 0/5] use gcc builtins for sqrt and fma functions
 2020-06-02 18:12 UTC  (5+ messages)
` [PATCH 4/5] aarch/fpu: use generic sqrt, "

[PATCH] string: Add page tests for test-strncasecmp and test-strncpy
 2020-06-02 14:08 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).