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

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

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

glibc 2.30 - 6 days until ABI freeze
 2019-06-25 20:57 UTC  (6+ messages)

[PATCH v4 00/12] nptl: Implement POSIX-proposed _clock variants of existing _timed functions
 2019-06-25 20:42 UTC  (12+ messages)
` [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 01/12] m68k: Remove vDSO support
 2019-06-25 19:47 UTC  (4+ messages)
` [PATCH 11/12] linux: Consolidate time implementation

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

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

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

[PATCH 1/2] PPC64: Add libmvec SIMD single-precision power function
 2019-06-25 18:01 UTC  (3+ messages)
` [PATCH 2/2] PPC64: Add libmvec SIMD double-precision "

[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 locale/programs/ld-ctype.c
 2019-06-25 13:54 UTC  (6+ messages)

[PATCH] Fix build warnings in nptl/tst-eintr1.c
 2019-06-25 13:33 UTC  (3+ 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)

nss_db: protect against empty mappings
 2019-06-25  7:56 UTC  (4+ messages)

[RFC v1 00/16] RISC-V glibc port for the 32-bit
 2019-06-25  3:37 UTC  (38+ 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

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)

[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  (4+ 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)


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