unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2019-06-23 15:16:01 to 2019-06-26 16:28:31 UTC [more...]

[RFC v2 00/20] RISC-V glibc port for the 32-bit
 2019-06-26 16:28 UTC  (59+ messages)
` [RFC v2 01/20] y2038: Introduce internal for glibc struct __timespec64
` [RFC v2 02/20] y2038: Provide conversion helpers for "
` [RFC v2 03/20] y2038: linux: Provide __clock_settime64 implementation
` [RFC v2 04/20] include/time.h: Fix conflicting timespec types on 32-bit
` [RFC v2 05/20] sysdeps/nanosleep: Use clock_nanosleep_time64 if avaliable
` [RFC v2 06/20] sysdeps/futex: Use futex_time64 "
` [RFC v2 07/20] sysdeps/gettimeofday: Use clock_gettime64 "
` [RFC v2 08/20] sysdeps/wait: Use waitid "
` [RFC v2 09/20] sysdeps/getrlimit: Use prlimit64 "
` [RFC v2 10/20] Documentation for the RISC-V 32-bit port
` [RFC v2 11/20] RISC-V: Use 64-bit time_t and off_t for RV32 and RV64
` [RFC v2 12/20] RISC-V: Support dynamic loader for the 32-bit
` [RFC v2 13/20] RISC-V: Add path of library directories "
` [RFC v2 14/20] RISC-V: The ABI implementation "
` [RFC v2 15/20] RISC-V: Hard float support for the 32 bit
` [RFC v2 16/20] RISC-V: Regenerate ULPs of RISC-V
` [RFC v2 17/20] RISC-V: Add ABI lists
` [RFC v2 18/20] RISC-V: Build Infastructure for the 32-bit
` [RFC v2 19/20] RISC-V: Fix llrint and llround missing exceptions on RV32
` [RFC v2 20/20] Add RISC-V 32-bit target to build-many-glibcs.py

glibc at the Toolchains microconference at LPC 2019
 2019-06-26 16:01 UTC 

_ioperm support for Arm
 2019-06-26 15:56 UTC  (15+ messages)
      ` [PATCH] Remove ioperm etc. support for arm (was: Re: _ioperm support for Arm)
          ` [PATCH] Remove ioperm etc. support for arm

[PATCH] x86: Add sysdeps/x86/dl-lookupcfg.h
 2019-06-26 15:40 UTC 

New glibc-testfail io/tst-copy_file_range with kernel-next
 2019-06-26 15:40 UTC  (4+ messages)

[PATCH] Bump up the runtime for "short" benchmarks
 2019-06-26 15:38 UTC 

[PATCH 1/2] PPC64: Add libmvec SIMD single-precision power function
 2019-06-26 14:52 UTC  (5+ messages)
` [PATCH 2/2] PPC64: Add libmvec SIMD double-precision "
` [2/2 PATCH v2] "

[PATCH 4/4] Use compat_symbol for _finite symbols
 2019-06-26 14:02 UTC 

[PATCH 3/4] Remove x64 _finite tests and references
 2019-06-26 14:00 UTC 

[PATCH 2/4] Remove finite-math tests
 2019-06-26 13:59 UTC 

[PATCH 1/4] Remove math-finite.h
 2019-06-26 13:57 UTC 

[PATCH v3 0/6] Implement POSIX-proposed _clockwait variants of existing _timedwait functions
 2019-06-26 13:47 UTC  (10+ messages)
` [PATCH v3 2/6] nptl: Add POSIX-proposed sem_clockwait

Question about EI_ABIVERSION handling
 2019-06-26 13:13 UTC  (3+ messages)

[PATCH 01/12] m68k: Remove vDSO support
 2019-06-26 13:03 UTC  (5+ messages)
` [PATCH 11/12] linux: Consolidate time implementation

[PATCH 00/28] powerpc floating-point optimization refactor
 2019-06-26 12:59 UTC  (7+ messages)
` [PATCH 21/28] powerpc: Refactor powerpc32 lround/lroundf/llround/llroundf
` [PATCH 22/28] powerpc: Use generic e_expf

[PATCH v2] Linux: Add nds32 specific syscalls to syscall-names.list
 2019-06-26 11:09 UTC  (2+ messages)

[PATCH] Fix build warnings in nptl/tst-eintr1.c
 2019-06-26 10:32 UTC  (4+ messages)

[PATCH] Fix build warnings in locale/programs/ld-ctype.c
 2019-06-26 10:32 UTC  (7+ messages)

[PATCH] nftw: fill in stat buf for dangling links [BZ #23501]
 2019-06-26  8:27 UTC  (7+ messages)
` [PATCHv2] "

[PATCH] Linux: Add nds32 specific syscalls to syscall-names.list
 2019-06-26  8:02 UTC  (3+ messages)

glibc 2.30 - 6 days until ABI freeze
 2019-06-25 23:59 UTC  (8+ messages)

[PATCH v4 00/12] nptl: Implement POSIX-proposed _clock variants of existing _timed functions
 2019-06-25 22:13 UTC  (16+ messages)
` [PATCH v4 06/12] nptl: Add POSIX-proposed pthread_cond_clockwait
` [PATCH v4 07/12] nptl: pthread_rwlock: Move timeout validation into _full functions
` [PATCH v4 08/12] nptl: Add POSIX-proposed pthread_rwlock_clockrdlock & pthread_rwlock_clockwrlock
` [PATCH v4 09/12] nptl: Rename lll_timedlock to lll_clocklock and add clockid parameter
` [PATCH v4 10/12] nptl: Add POSIX-proposed pthread_mutex_clocklock
` [PATCH v4 11/12] Update NEWS for new _clockwait and _clocklock functions
` [PATCH v4 12/12] nptl: Remove futex_supports_exact_relative_timeouts

nss_db: protect against empty mappings
 2019-06-25 21:36 UTC  (6+ messages)
      ` [PATCHv7] "

[PATCH 1/2] powerpc: Remove rt_sigreturn usage on context function
 2019-06-25 18:12 UTC  (10+ messages)
` [PATCH 2/2] mips: "

[glibc] <sys/stat.h>: Use Linux UAPI header for statx if available and useful
 2019-06-25 17:49 UTC  (13+ messages)

[PATCH] posix: Add posix_spawn_file_actions_closefrom
 2019-06-25 14:57 UTC  (2+ messages)

[PATCH] nptl: Remove cancellation checks from sem_{timed}wait (BZ #23006)
 2019-06-25 14:29 UTC  (9+ messages)

[PATCH] Fix build warnings in resolv/res_send.c
 2019-06-25 13:18 UTC 

[PATCH COMMITTED] S390: Regenerate ULPs
 2019-06-25 13:15 UTC 

[PATCH 0/2] aarch64: Enable pointer auth in PLT
 2019-06-25 11:19 UTC  (16+ messages)

[RFC v1 00/16] RISC-V glibc port for the 32-bit
 2019-06-25  3:37 UTC  (26+ messages)
` [RFC v1 01/16] sysdeps/nanosleep: Use clock_nanosleep_time64 instead of nanosleep
` [RFC v1 05/16] sysdeps/getrlimit: Use __NR_prlimit64 if avaliable
` [RFC v1 07/16] RISC-V: Use 64-bit time_t and off_t for RV32 and RV64
` [RFC v1 10/16] RISC-V: The ABI implementation for the 32-bit

dladdr(): adventure in ABIs, function descriptors in IA-64 and HPPA vs PPC64 ELFv1
 2019-06-24 23:47 UTC  (2+ messages)

[PATCH COMMITTED] szl_PL locale: Fix a typo in the previous commit (bug 24652)
 2019-06-24 20:27 UTC 

[PATCH v5 00/11] nds32 glibc port, v5
 2019-06-24 10:55 UTC  (8+ messages)
` [PATCH v5 09/11] nds32: Add ABI list

[PATCH COMMITTED] szl_PL locale: Spelling corrections (bug 24652)
 2019-06-24  9:03 UTC 

glibc benchmarks' results can be unreliable for short runtimes (on Aarch64)
 2019-06-24  7:52 UTC  (2+ messages)

glibc for 32-bit kernel without __ARCH_WANT_TIME32_SYSCALLS
 2019-06-24  2:49 UTC  (9+ 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).