unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2020-07-09 18:00:57 to 2020-07-14 00:01:00 UTC [more...]

[PATCH v3 00/19] glibc port for 32-bit RISC-V (RV32)
 2020-07-14  0:00 UTC  (31+ messages)
` [PATCH v3 01/19] RISC-V: Use 64-bit time_t and off_t for RV32 and RV64
` [PATCH v3 02/19] RISC-V: Cleanup some of the sysdep.h code
` [PATCH v3 03/19] RISC-V: Use 64-bit-time syscall numbers with the 32-bit port
` [PATCH v3 04/19] RISC-V: Add support for 32-bit vDSO calls
` [PATCH v3 05/19] RISC-V: Support dynamic loader for the 32-bit
` [PATCH v3 06/19] sysv/linux: riscv: Fix dl-cache.h indentation
` [PATCH v3 07/19] RISC-V: Add path of library directories for the 32-bit
` [PATCH v3 08/19] RISC-V: Add arch-syscall.h for RV32
` [PATCH v3 09/19] RISC-V: nptl: update default pthread-offsets.h
` [PATCH v3 10/19] RISC-V: Support the 32-bit ABI implementation
` [PATCH v3 11/19] RISC-V: Hard float support for 32-bit
` [PATCH v3 12/19] RISC-V: Add ABI lists
` [PATCH v3 13/19] RISC-V: Add the RV32 libm-test-ulps
` [PATCH v3 14/19] RISC-V: Fix llrint and llround missing exceptions on RV32
` [PATCH v3 15/19] RISC-V: Build Infastructure for 32-bit
` [PATCH v3 16/19] riscv32: Specify the arch_minimum_kernel as 5.4
` [PATCH v3 17/19] RISC-V: Add rv32 path to RTLDLIST in ldd
` [PATCH v3 18/19] Documentation for the RISC-V 32-bit port
` [PATCH v3 19/19] Add RISC-V 32-bit target to build-many-glibcs.py

[PATCH v9] Fix time/tst-cpuclock1 intermitent failures
 2020-07-13 23:30 UTC  (7+ messages)
` [PATCH v10] "
          ` [PATCH] Correct timespec implementation [BZ #26232]

[PATCH v2 1/2] arm: remove string/tst-memmove-overflow XFAIL
 2020-07-13 21:23 UTC  (2+ messages)
` [PATCH v2 2/2] Add NEWS entry for CVE-2020-6096 (bug 25620)

[PATCH 01/23] linux: Simplify clock_adjtime
 2020-07-13 21:21 UTC  (25+ messages)
` [PATCH 02/23] linux: Simplify clock_gettime
` [PATCH 03/23] linux: Simplify clock_nanosleep
` [PATCH 04/23] linux: Simplify clock_settime
` [PATCH 05/23] linux: Simplify mq_timedreceive
` [PATCH 06/23] linux: Simplify mq_timedsend
` [PATCH 07/23] linux: Simplify ppoll
` [PATCH 08/23] linux: Simplify sched_rr_get_interval
` [PATCH 09/23] linux: Simplify timer_gettime
` [PATCH 10/23] linux: Simplify timerfd_settime
` [PATCH 11/23] linux: Simplify utimensat
` [PATCH 12/23] linux: Add helper function to optimize 64-bit time_t fallback support
` [PATCH 13/23] linux: Simplify clock_getres
` [PATCH 14/23] linux: Add ppoll time64 optimization
` [PATCH 15/23] linux: Add time64 semtimedop support
` [PATCH 16/23] linux: Add time64 pselect support
` [PATCH 17/23] linux: Add time64 select support
` [PATCH 18/23] linux: Add time64 recvmmsg support
` [PATCH 19/23] linux: Add time64 sigtimedwait support
` [PATCH 20/23] linux: Use 64-bit time_t syscall on clock_getcputclockid
` [PATCH 21/23] linux: Consolidate utimes
` [PATCH 22/23] linux: Fix time64 support for futimesat
` [PATCH 23/23] linux: Add time64 support for nanosleep

[RFC 00/10] y2038: nptl: futex: Provide support for futex_time64
 2020-07-13 21:08 UTC  (6+ messages)
` [RFC 03/10] y2038: Convert __lll_futex* functions to use futex_time64 when available

[RFC PATCH glibc] Linux: Use fixed rseq_len value for rseq registration
 2020-07-13 19:34 UTC 

ABI changes still pending for glibc 2.32?
 2020-07-13 18:38 UTC  (9+ messages)

[PATCH] Add NEWS entry for CVE-2020-6096 (bug 25620)
 2020-07-13 18:29 UTC  (3+ messages)

[PATCH] Remove --enable-obsolete-rpc configure flag
 2020-07-13 17:31 UTC  (7+ messages)

[PATCH v6 00/14] aarch64: branch protection support
 2020-07-13 16:55 UTC  (7+ messages)
` [PATCH v6 08/14] aarch64: enable BTI at runtime

[PATCH v2 00/18] glibc port for 32-bit RISC-V (RV32)
 2020-07-13 16:14 UTC  (17+ messages)
` [PATCH v2 01/18] RISC-V: Use 64-bit time_t and off_t for RV32 and RV64
` [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

Rename "master" branch to "main"?
 2020-07-13 15:14 UTC  (2+ messages)

New x86-64 micro-architecture levels
 2020-07-13 13:53 UTC  (14+ messages)

[PATCH] hurd: Fix build-many-glibcs.py
 2020-07-13 13:07 UTC  (2+ messages)

[RFC][PATCH v2 0/6] binutils patches to add DT_GNU_UNIQUE
 2020-07-13 12:52 UTC  (4+ messages)

V7: [PATCH 0/2] x86: Install <sys/platform/x86.h>
 2020-07-13 12:40 UTC  (12+ messages)
` V7: [PATCH 1/2] x86: Support usable check for all CPU features
      ` V8: [PATCH] "
          ` V9 "
              ` V10 "

[RFC PATCH] riscv: remove riscv-specific sigcontext.h
 2020-07-13 10:16 UTC  (3+ messages)

[PATCH] elf: Support at least 32-byte alignment in static dlopen
 2020-07-12 15:55 UTC  (5+ messages)

[PATCH 0/3] ld.so: Add --list-tunables to print tunable values
 2020-07-12 14:24 UTC  (4+ messages)
` [PATCH 1/3] x86: Initialize CPU info via IFUNC relocation [BZ 26203]
` [PATCH 2/3] Set tunable value as well as min/max values
` [PATCH 3/3] ld.so: Add --list-tunables to print tunable values

[PATCH] Allow memset local PLT reference for RISC-V
 2020-07-12  1:32 UTC  (19+ messages)

[PATCH] x86: Remove __ASSEMBLER__ check in init-arch.h
 2020-07-11 17:06 UTC 

[PATCH] x86: Remove the unused __x86_prefetchw
 2020-07-11 16:09 UTC 

[PATCH 00/30] RFC: elf: glibc-hwcaps support
 2020-07-11  9:02 UTC  (3+ messages)

[COMMITTED 01/13] ARC: ABI Implementation
 2020-07-10 23:38 UTC  (13+ messages)
` [COMMITTED 02/13] ARC: startup and dynamic linking code
` [COMMITTED 03/13] ARC: Thread Local Storage support
` [COMMITTED 04/13] ARC: Atomics and Locking primitives
` [COMMITTED 05/13] ARC: math soft float support
` [COMMITTED 06/13] ARC: hardware floating point support
` [COMMITTED 07/13] ARC: Linux Syscall Interface
` [COMMITTED 08/13] ARC: Linux ABI
` [COMMITTED 09/13] ARC: Linux Startup and Dynamic Loading
` [COMMITTED 10/13] ARC: ABI lists
` [COMMITTED 11/13] ARC: Build Infrastructure
` [COMMITTED 12/13] build-many-glibcs.py: Enable ARC builds
` [COMMITTED 13/13] Documentation for ARC port

[RFC PATCH] riscv: Add support for STT_GNU_IFUNC symbols
 2020-07-10 23:16 UTC  (2+ messages)

[PATCH] powerpc64: Fix calls when r2 is not used [BZ #26173]
 2020-07-10 23:06 UTC  (4+ messages)
` [PATCHv2] "

[PATCH] malloc: Deprecate more hook-related functionality
 2020-07-10 21:12 UTC  (2+ messages)

[PATCH v7.1 07/13] ARC: Linux Syscall Interface
 2020-07-10 20:56 UTC  (19+ messages)
` [PATCH v7.2 "
            ` ARC testsuite regressions (was Re: [PATCH v7.2 07/13] ARC: Linux Syscall Interface)

[PATCH 7/7] sysv: linux: Add 64-bit time_t variant for shmctl
 2020-07-10 17:59 UTC  (6+ messages)
` [PATCH v2] "

Fix memory leak in __printf_fp_l (bug 26215)
 2020-07-10 15:03 UTC  (4+ messages)

[PATCH v6] string: Adds tests for test-strncasecmp and test-strncpy
 2020-07-10 14:21 UTC  (5+ messages)

[RFC v2 0/4] futex2: Add new futex interface
 2020-07-10 13:45 UTC  (8+ messages)
` [RFC v2 1/4] "
` [RFC v2 3/4] selftests: futex: Add futex2 timeout test
` [RFC v2 4/4] selftests: futex: Add futex2 wouldblock test

[PATCH 0/3] sunrpc removal
 2020-07-10 10:56 UTC  (5+ messages)
` [PATCH 3/3] Remove --enable-obsolete-rpc configure flag

Thank you for patchwork v2.0
 2020-07-10  9:19 UTC  (2+ messages)

glibc 2.32 rseq support incompatible with Firefox sandbox
 2020-07-10  8:28 UTC  (6+ messages)

Fix double free in __printf_fp_l (bug 26214)
 2020-07-10  7:45 UTC  (3+ messages)

[PATCH] Update i386 libm-test-ulps
 2020-07-10  1:36 UTC  (2+ messages)

[PATCH] string: Do not run tst-strerror/tst-strsignal if msgfmt is not installed
 2020-07-09 18:38 UTC  (4+ messages)
` [PATCH v2] string: Make tst-strerror/tst-strsignal unsupported "


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