unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2020-02-12 14:35:39 to 2020-02-14 22:36:59 UTC [more...]

[PATCH 0/4] Avoid malloc symbol interposition in the dynamic loader [BZ #25486]
 2020-02-14 22:36 UTC  (6+ messages)
` [PATCH 1/4] elf: Introduce the rtld-stubbed-symbols makefile variable
` [PATCH 2/4] elf: Extract _dl_sym_post, _dl_sym_find_caller_map from elf/dl-sym.c

Consensus on high-level objective of cleanup, refactor or rework patches
 2020-02-14 22:26 UTC  (7+ messages)

FYI s390x: 'current.ctime.tv_nsec' may be used uninitialized in this function
 2020-02-14 22:12 UTC 

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

[PATCH 0/7] Remaining ldbl-128ibm-compat support
 2020-02-14 21:13 UTC  (11+ messages)
` [PATCH 1/7] ldbl-128ibm-compat: Provide nexttoward functions
` [PATCH 2/7] ldbl-128ibm-compat: enforce correct abi flags on internal file
` [PATCH 3/7] ldbl-128ibm-compat: Add tests for IBM long double functions
` [PATCH 4/7] ldbl-128ibm-compat: fixup subdir location of several funcs
` [PATCH 5/7] ldbl-128ibm-compat: enforce ibm128 on compat tests
` [PATCH 6/7] ldbl-128ibm: Let long double files have specific compiler flags
` [PATCH 7/7] RFC: ldbl-128ibm-compat: PLT redirects for using ldbl redirects internally

[PATCH] Fix tst-pkey expectations on pkey_get
 2020-02-14 20:44 UTC  (9+ messages)
` [PATCH V2] "
  ` [PATCH v3] Fix tst-pkey expectations on pkey_get [BZ #23202]

[PATCH 0/3] <fd_to_filename.h> improvements
 2020-02-14 20:28 UTC  (8+ messages)
` [PATCH 1/3] <fd_to_filename.h>: Add type safety and port to Hurd
` [PATCH 2/3] Linux: Port ttyname, ttyname_r to <fd_file_name.h>
` [PATCH 3/3] Linux: Port fexecve to <fd_to_filename.h>

[PATCH] powerpc64: Add architecture-specific memory protection key support [BZ #23202]
 2020-02-14 19:13 UTC  (2+ messages)

[PATCH] tst-clone3: Use __NR_futex_time64 if we don't have __NR_futex
 2020-02-14 17:55 UTC  (3+ messages)

Review promise :-)
 2020-02-14 16:48 UTC  (17+ messages)

[PATCH v2] sysv: linux: Pass 64-bit version of semctl syscall
 2020-02-14 16:39 UTC  (2+ messages)

[PATCH v3] Convert Python scripts to Python 3
 2020-02-14 16:39 UTC  (2+ messages)

Does anyone have ssh problem with glibc 2.31?
 2020-02-14 16:39 UTC  (5+ messages)

[PATCH v3 0/8] Always use 32-bit time_t for certain syscalls
 2020-02-14 16:31 UTC  (9+ messages)
` [PATCH v3 1/8] sysv/linux: Rename alpha functions to be alpha specific
` [PATCH v3 2/8] time: Add a timeval with a 32-bit tv_sec and tv_usec
` [PATCH v3 3/8] time: Add a __itimerval64 struct
` [PATCH v3 4/8] sysv: Define __KERNEL_OLD_TIMEVAL_MATCHES_TIMEVAL64
` [PATCH v3 5/8] linux: Use long time_t __getitimer/__setitimer
` [PATCH v3 6/8] resource: Add a __rusage64 struct
` [PATCH v3 7/8] linux: Use long time_t for wait4/getrusage
` [PATCH v3 8/8] sysv/alpha: Use generic __timeval32 and helpers

[PATCH v0] PPC64: Remove vec_finite_alias.c as aliases it creates are no longer required
 2020-02-14 16:14 UTC  (2+ messages)

[PATCHv2 1/2] Add a generic scalb implementation
 2020-02-14 15:16 UTC  (4+ messages)
` [PATCHv2 2/2] ldbl-128ibm-compat: Provide a "

Adjust thresholds in Bessel function implementations (bug 14469)
 2020-02-14 14:17 UTC  (3+ messages)

[PATCH 00/11] Unify dynamic loading of the libgcc_s unwinder
 2020-02-14 11:54 UTC  (13+ 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

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

[PATCH 0/3] y2038: Refactor utime and utimes to support 64 bit time
 2020-02-14  8:56 UTC  (2+ 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]

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)

[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] Reserve static TLS for dynamically loaded initial-exec TLS only [BZ #25051]
 2020-02-13 18:07 UTC  (5+ messages)

[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  (12+ messages)
` [PATCH 6/7] nss_files: Use NSS_DECLARE_MODULE_FUNCTIONS
` [PATCH 8/7] nss_nisplus: "
` [PATCH 9/7] nss_nis: "

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

[PATCH 7/7] nss_dns: Use NSS_DECLARE_MODULE_FUNCTIONS
 2020-02-13  1:19 UTC  (2+ messages)

[PATCH 5/7] nss_db: Use NSS_DECLARE_MODULE_FUNCTIONS
 2020-02-13  1:18 UTC  (2+ messages)

[PATCH 4/7] nss_compat: Use NSS_DECLARE_MODULE_FUNCTIONS
 2020-02-13  1:14 UTC  (2+ messages)

[PATCH 3/7] nss_hesiod: Use NSS_DECLARE_MODULE_FUNCTIONS
 2020-02-13  1:11 UTC  (2+ messages)

[PATCH 2/7] nss: Add function types and NSS_DECLARE_MODULE_FUNCTIONS macro to <nss.h>
 2020-02-13  1:10 UTC  (2+ messages)

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

[PATCH 1/7] nss_compat: Do not use nss_* names for function pointers
 2020-02-12 22:36 UTC  (2+ 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  (18+ messages)

[PATCH 0/5] Linux: lchmod and AT_SYMLINK_NOFOLLOW support for fchmodat
 2020-02-12 20:27 UTC  (8+ messages)
` [PATCH 4/5] io: Add io/tst-lchmod covering lchmod and fchmodat

[PATCH] sunrpc: Properly clean up if tst-udp-timeout fails
 2020-02-12 19:28 UTC  (8+ messages)
` [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  (13+ 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 


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