unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2019-06-18 11:44:16 to 2019-06-25 00:12:04 UTC [more...]

[RFC v2 00/20] RISC-V glibc port for the 32-bit
 2019-06-25  0:08 UTC  (6+ 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

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

[RFC v1 00/16] RISC-V glibc port for the 32-bit
 2019-06-24 23:57 UTC  (37+ messages)
` [RFC v1 01/16] sysdeps/nanosleep: Use clock_nanosleep_time64 instead of nanosleep
` [RFC v1 02/16] sysdeps/futex: Use __NR_futex_time64 if we don't have __NR_futex
` [RFC v1 03/16] sysdeps/gettimeofday: Use clock_gettime64 syscall for gettimeofday
` [RFC v1 04/16] sysdeps/wait: Use __NR_waitid if avaliable
` [RFC v1 05/16] sysdeps/getrlimit: Use __NR_prlimit64 "
` [RFC v1 06/16] Documentation for the RISC-V 32-bit port
` [RFC v1 07/16] RISC-V: Use 64-bit time_t and off_t for RV32 and RV64
` [RFC v1 08/16] RISC-V: Support dynamic loader for the 32-bit
` [RFC v1 09/16] RISC-V: Add path of library directories "
` [RFC v1 10/16] RISC-V: The ABI implementation "
` [RFC v1 11/16] RISC-V: Hard float support for the 32 bit
` [RFC v1 12/16] RISC-V: Regenerate ULPs of RISC-V
` [RFC v1 13/16] RISC-V: Add ABI lists
` [RFC v1 14/16] RISC-V: Build Infastructure for the 32-bit
` [RFC v1 15/16] RISC-V: Fix llrint and llround missing exceptions on RV32
` [RFC v1 16/16] Add RISC-V 32-bit target to build-many-glibcs.py

nss_db: protect against empty mappings
 2019-06-24 23:51 UTC  (14+ messages)
      ` [PATCH v4] "
      ` [PATCH v5] "
          ` [PATCH V6] "

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

[PATCH 00/28] powerpc floating-point optimization refactor
 2019-06-24 21:07 UTC  (3+ messages)
` [PATCH 21/28] powerpc: Refactor powerpc32 lround/lroundf/llround/llroundf

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

[PATCH v4 00/12] nptl: Implement POSIX-proposed _clock variants of existing _timed functions
 2019-06-24 19:35 UTC  (22+ messages)
` [PATCH v4 01/12] support: Add xclock_now helper function
` [PATCH v4 02/12] support: Invent verbose_printf macro
` [PATCH v4 03/12] nptl: Convert various tests to use libsupport
` [PATCH v4 04/12] nptl: Add clockid parameter to futex timed wait calls
` [PATCH v4 05/12] nptl: Add POSIX-proposed sem_clockwait
` [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

[PATCH 0/2] aarch64: Enable pointer auth in PLT
 2019-06-24 19:13 UTC  (13+ messages)
` [PATCH 1/2] Add DT_AARCH64_BTI_PLT and DT_AARCH64_PAC_PLT to elf.h
` [PATCH 2/2] aarch64: Support PLT with PAC

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

[PATCH] nptl: Remove cancellation checks from sem_{timed}wait (BZ #23006)
 2019-06-24 17:53 UTC  (3+ messages)

[PATCH v5 00/11] nds32 glibc port, v5
 2019-06-24 10:55 UTC  (18+ messages)
` [PATCH v5 01/11] nds32: Build Infrastructure
` [PATCH v5 02/11] nds32: ABI Implementation
` [PATCH v5 03/11] nds32: Thread-Local Storage Support
` [PATCH v5 04/11] nds32: Startup and Dynamic Loader
` [PATCH v5 05/11] nds32: Generic <math.h>, soft-fp Routines
` [PATCH v5 06/11] nds32: Atomic and Locking Routines
` [PATCH v5 07/11] nds32: Linux Syscall Interface
` [PATCH v5 08/11] nds32: Linux ABI
` [PATCH v5 09/11] nds32: Add ABI list
` [PATCH v5 10/11] Add nds32 port to build-many-glibcs.py
` [PATCH v5 11/11] Skeleton documentation

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

[PATCH COMMITTED] nl_{AW,NL}: Correct the thousands separator and grouping (bug 23831)
 2019-06-21 18:47 UTC 

[PATCH v2] powerpc: Fix static-linked version of __ppc_get_timebase_freq [BZ #24640]
 2019-06-21 17:59 UTC  (6+ messages)
` [PATCH v3] "

New Dutch PO file for 'libc' (version 2.28.9000)
 2019-06-21 17:42 UTC 

[PATCH] MIPS support for GNU hash
 2019-06-21 14:03 UTC  (3+ messages)

[PATCH v2] Add missing VDSO_{NAME,HASH}_* macros and use them for PREPARE_VERSION_KNOWN
 2019-06-21 13:35 UTC  (2+ messages)

[PATCH] Linux: Add fortify wrapper for getdents64
 2019-06-21 12:43 UTC  (5+ messages)

[PATCH] Linux: Add tables with system call numbers
 2019-06-21 12:29 UTC  (5+ messages)

[PATCH v2] Aarch64: Add simd exp/expf functions
 2019-06-21 12:02 UTC  (6+ messages)

[PATCH] Linux: Add fortify wrapper for getdents64
 2019-06-21 11:00 UTC  (5+ messages)

glibc benchmarks' results can be unreliable for short runtimes (on Aarch64)
 2019-06-21  7:20 UTC 

[PATCH] libio: do not cleanup wide buffers of legacy standard files [BZ #24228]
 2019-06-20 17:42 UTC  (15+ messages)
      ` [PATCH v3] libio: do not unbuffer legacy standard files in compatibility mode "
                  ` [PATCH v4] libio: do not attempt to free wide buffers of legacy streams "
                      ` [PATCH v5] "

[PATCH 0/2 v2] [powerpc] utilize faster method to get FPSCR
 2019-06-20 16:57 UTC  (6+ messages)
` [PATCH 1/2 v2] [powerpc] add 'volatile' to asm
` [PATCH 2/2 v2] [powerpc] Use faster means to access FPSCR when possible in some cases
  ` [PATCH] "

[PATCH] x86-64: Compile branred.c with -mprefer-vector-width=128
 2019-06-20 16:30 UTC  (16+ messages)
  ` [PATCH] x86-64: Compile branred.c with -mprefer-vector-width=128 [BZ #24603]

[PATCH] Replace PREPARE_VERSION macro with inline function
 2019-06-20 14:20 UTC  (7+ messages)

[PATCH] nl_AW locale: Correct the negative monetary format (bug 24614)
 2019-06-19 21:56 UTC  (2+ messages)

[PATCH] posix: Fix large mmap64 offset for mips64n32 (BZ#24699)
 2019-06-19 14:13 UTC 

New Belarusian PO file for 'libc' (version 2.28.9000)
 2019-06-19 10:47 UTC 

[PATCH] Fix gcc 9 build errors for make xcheck
 2019-06-19 10:38 UTC  (3+ messages)

[PATCH] dlfcn: Avoid one-element flexible array in Dl_serinfo
 2019-06-18 22:17 UTC  (3+ messages)

mmap64 with very large offset broken since glibc 2.26 (MIPS64 n32)
 2019-06-18 18:49 UTC  (7+ messages)

[PATCH 01/12] m68k: Remove vDSO support
 2019-06-18 17:31 UTC  (4+ messages)
` [PATCH 08/12] powerpc: Refactor vsyscall internal macros

[PATCH] Linux: Add <sys/direntries.h>
 2019-06-18 16:15 UTC  (3+ messages)

[PATCH v3 0/6] Implement POSIX-proposed _clockwait variants of existing _timedwait functions
 2019-06-18 14:18 UTC  (11+ messages)
` [PATCH v3 1/6] nptl: Add clockid parameter to futex timed wait calls
` [PATCH v3 3/6] nptl: Add POSIX-proposed pthread_cond_clockwait

[PATCH v1 0/4] nptl: Add POSIX-proposed pthread_mutex_clocklock function
 2019-06-18 14:02 UTC  (5+ messages)
` [PATCH v1 3/4] nptl: Rename lll_timedlock to lll_clocklock and add clockid parameter


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