unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2020-02-11 21:36:30 to 2020-02-14 09:18:04 UTC [more...]

[PATCH v2 1/3] y2038: include: Move struct __timespec64 definition to a separate file
 2020-02-14  9:17 UTC  (2+ messages)
` [PATCH v2 2/3] y2038: linux: Provide __mq_timedsend_time64 implementation

[PATCH 0/3] y2038: Refactor utime and utimes to support 64 bit time
 2020-02-14  8:56 UTC  (2+ messages)

Review promise :-)
 2020-02-14  8:43 UTC  (16+ messages)

[PATCH 0/5] Race condition in /etc/resolv.conf reloading (bug 25420)
 2020-02-13 21:59 UTC  (11+ messages)
` [PATCH 2/5] resolv: Use <file_change_detection.h> in __resolv_conf_get_current
` [PATCH 3/5] resolv: Fix file handle leak in __resolv_conf_load [BZ #25429]
` [PATCH 4/5] resolv: Enhance __resolv_conf_load to capture file change data
` [PATCH 5/5] resolv: Fix ABA race in /etc/resolv.conf change detection [BZ #25420]

Adjust thresholds in Bessel function implementations (bug 14469)
 2020-02-13 21:55 UTC 

Add STATX_ATTR_VERITY from Linux 5.5 to bits/statx-generic.h
 2020-02-13 21:48 UTC  (3+ messages)
` Ping "

[PATCH v0] PPC64: Add aliases for SIMD log/logf, exp/expf, pow/powf functions
 2020-02-13 21:24 UTC  (2+ messages)

[PATCHv2 1/2] Add a generic scalb implementation
 2020-02-13 21:20 UTC  (3+ messages)
` [PATCHv2 2/2] ldbl-128ibm-compat: Provide a "

[PATCH v0] PPC64: Attach SIMD attribute to cosf, sin, sinf function declarations
 2020-02-13 21:00 UTC  (5+ messages)

[PATCH] Linux: Work around kernel bugs in chmod on /proc/self/fd paths
 2020-02-13 18:44 UTC  (5+ messages)

[PATCH] Fix tst-pkey expectations on pkey_get
 2020-02-13 18:41 UTC  (7+ messages)
` [PATCH V2] "

[PATCH] Reserve static TLS for dynamically loaded initial-exec TLS only [BZ #25051]
 2020-02-13 18:07 UTC  (5+ messages)

[PATCH 00/11] Unify dynamic loading of the libgcc_s unwinder
 2020-02-13 17:08 UTC  (12+ messages)
` [PATCH 01/11] Implement <unwind-link.h> for dynamically loading "
` [PATCH 02/11] backtrace: Implement on top of <unwind-link.h>
` [PATCH 03/11] arm: Implement backtrace "
` [PATCH 04/11] i386: "
` [PATCH 05/11] m68k: "
` [PATCH 06/11] sparc: Implement backtrace on top <unwind-link.h>
` [PATCH 07/11] s390: Implement backtrace on top of <unwind-link.h>
` [PATCH 08/11] __frame_state_for: Use <unwind-link.h> for unwinder access
` [PATCH 09/11] Move sysdeps/gnu/unwind-resume.c to sysdeps/generic/unwind-resume.c
` [PATCH 10/11] Implement _Unwind_Resume in libc on top of <unwind-link.h>
` [PATCH 11/11] nptl: Use <unwind-link.h> for accessing the libgcc_s unwinder

V2 [PATCH 0/5] i386: Finish CET support
 2020-02-13 17:04 UTC  (4+ messages)
` V2 [PATCH 5/5] i386: Enable CET support in ucontext functions
  ` V3 [PATCH] "
    ` V4 "

[PATCH v2] Use gcc -finput-charset=ascii for check-installed-headers
 2020-02-13 16:33 UTC  (4+ messages)

Avoid ldbl-96 stack corruption from range reduction of pseudo-zero (bug 25487) [committed]
 2020-02-13 15:59 UTC  (5+ messages)

[PATCH 4.14 005/173] sparc32: fix struct ipc64_perm type definition
 2020-02-13 15:18 UTC 

[PATCH 4.9 003/116] sparc32: fix struct ipc64_perm type definition
 2020-02-13 15:19 UTC 

[PATCH 4.4 03/91] sparc32: fix struct ipc64_perm type definition
 2020-02-13 15:19 UTC 

[PATCH] Always do locking when accessing streams (bug 15142, bug 14697)
 2020-02-13 14:00 UTC 

[COMMITTED] alpha: Fix static gettimeofday symbol
 2020-02-13 12:44 UTC  (6+ messages)

[PATCH 0/7] More type safety for NSS modules
 2020-02-13  9:38 UTC  (24+ messages)
` [PATCH 1/7] nss_compat: Do not use nss_* names for function pointers
` [PATCH 2/7] nss: Add function types and NSS_DECLARE_MODULE_FUNCTIONS macro to <nss.h>
` [PATCH 3/7] nss_hesiod: Use NSS_DECLARE_MODULE_FUNCTIONS
` [PATCH 4/7] nss_compat: "
` [PATCH 5/7] nss_db: "
` [PATCH 6/7] nss_files: "
` [PATCH 7/7] nss_dns: "
` [PATCH 8/7] nss_nisplus: "
` [PATCH 9/7] nss_nis: "

New utility: nscd cache dumper
 2020-02-13  3:38 UTC  (2+ messages)

[PATCH] alpha: Use generic gettimeofday implementation
 2020-02-12 23:30 UTC  (3+ messages)

[PATCH v2 0/2] mips: Fix argument passing for inlined syscalls on Linux [BZ #25523]
 2020-02-12 22:15 UTC  (4+ messages)
` [PATCH v2 1/2] mips: Use 'long int' and 'long long int' in linux syscall code
` [PATCH v2 2/2] mips: Fix argument passing for inlined syscalls on Linux [BZ #25523]

XFS reports lchmod failure, but changes file system contents
 2020-02-12 20:38 UTC  (19+ messages)

[PATCH 0/5] Linux: lchmod and AT_SYMLINK_NOFOLLOW support for fchmodat
 2020-02-12 20:27 UTC  (14+ messages)
` [PATCH 3/5] Linux: Emulate fchmodat with AT_SYMLINK_NOFOLLOW using O_PATH [BZ #14578]
` [PATCH 4/5] io: Add io/tst-lchmod covering lchmod and fchmodat

[RFC] sunrpc: Properly cleanup if tst-udp-timeout fails
 2020-02-12 19:28 UTC  (10+ messages)
` [PATCH] sunrpc: Properly clean up "
    ` [PATCH v2] "

[RFC] PPC64: Vector Function ABI for Power Architecture
 2020-02-12 17:46 UTC  (12+ messages)

[PATCH] Use gcc -finput-charset=ascii for check-installed-headers
 2020-02-12 16:11 UTC  (2+ messages)

[COMMITTED] S390: Fix non-ascii character in fenv.h
 2020-02-12 16:00 UTC  (5+ messages)

[PATCH][AArch64] Improve integer memcpy
 2020-02-12 15:56 UTC 

[PATCH] Improve random memcpy benchmark
 2020-02-12 15:43 UTC  (5+ messages)

[RFC] powerpc: optimizing random() and POSIX question
 2020-02-12 15:05 UTC 

[PATCH 1/2] y2038: linux: Provide __mq_timedsend_time64 implementation
 2020-02-12 14:52 UTC  (18+ messages)

[COMMITTED] Update translations
 2020-02-12 14:48 UTC 

New Belarusian PO file for 'libc' (version 2.30.9000)
 2020-02-12 14:47 UTC 

New Belarusian PO file for 'libc' (version 2.30.9000)
 2020-02-12 14:32 UTC 

New Belarusian PO file for 'libc' (version 2.30.9000)
 2020-02-12 14:32 UTC 

[RFC] powerpc: optimizing random() and POSIX question
 2020-02-12 14:20 UTC  (5+ messages)

[PATCH 01/15] powerpc: Consolidate Linux syscall definition
 2020-02-12 13:24 UTC  (15+ messages)
` [PATCH 02/15] powerpc: Use Linux kABI for syscall return
` [PATCH 03/15] sparc: "

[RFC v6 00/23] RISC-V glibc port for the 32-bit
 2020-02-12 12:58 UTC  (7+ messages)
` [RFC v6 07/23] RISC-V: Use 64-bit time_t and off_t for RV32 and RV64

[PATCH] s390: Remove backchain-based fallback from backtrace
 2020-02-12  9:13 UTC  (5+ messages)

[PATCH v6] y2038: linux: Provide __gettimeofday64 implementation
 2020-02-12  8:45 UTC 

Rename RWF_WRITE_LIFE_NOT_SET to RWH_WRITE_LIFE_NOT_SET following Linux 5.5
 2020-02-12  7:31 UTC  (2+ messages)

[PATCH] elf.h: Add R_RISCV_IRELATIVE
 2020-02-12  6:25 UTC  (2+ messages)

Opera 66.0.3515.72-1 crashing without any extension or new installation
 2020-02-12  3:03 UTC 

[PATCH 0/6] long double to _Float128 redirecting support
 2020-02-12  1:21 UTC  (4+ messages)
` [PATCH 6/6] Add a generic scalb implementation

settimeofday breakage
 2020-02-12  1:02 UTC  (2+ messages)

[PATCH v2 0/6] Always use long time_t for certain syscalls
 2020-02-11 21:30 UTC  (4+ messages)
` [PATCH v2 4/6] linux: Use long time_t __getitimer/__setitimer

[PATCH v2 1/6] sysv/linux: Rename alpha functions to be alpha specific
 2020-02-11 21:29 UTC  (12+ 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).