unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2020-02-15 16:27:53 to 2020-02-21 14:34:29 UTC [more...]

[PATCH 0/7] Remaining ldbl-128ibm-compat support
 2020-02-21 14:34 UTC  (3+ messages)
` [PATCH 4/7] ldbl-128ibm-compat: fixup subdir location of several funcs

[PATCH] ldbl-128ibm: make ieee754.h work with IEEE 128 long double
 2020-02-21 14:32 UTC  (3+ messages)

[PATCH 0/6] long double to _Float128 redirecting support
 2020-02-21 14:31 UTC  (12+ messages)
` [PATCH 1/6] Prepare redirections for IEEE long double on powerpc64le
` [PATCH 2/6] Undefine redirections after long double definition on __LDBL_COMPAT [BZ #23294]
` [PATCH 5/6] ldbl-128ibm-compat: Provide ieee128 symbols to narrow functions

[PATCH v2] sysv: linux: Pass 64-bit version of semctl syscall
 2020-02-21 14:03 UTC  (4+ messages)

Are ifuncs intended to be allowed to resolve to symbols in another DSO?
 2020-02-21 13:28 UTC  (6+ messages)

Rseq registration: Google tcmalloc vs glibc
 2020-02-21 13:07 UTC  (2+ messages)

[PATCH] Reserve static TLS for dynamically loaded initial-exec TLS only [BZ #25051]
 2020-02-21 12:58 UTC  (8+ messages)

[PATCH] Introduce <elf-initfini.h> and ELF_INITFINI for all architectures
 2020-02-21 12:41 UTC  (10+ messages)

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

XFS reports lchmod failure, but changes file system contents
 2020-02-21  5:21 UTC  (10+ messages)

[PATCH 0/3] y2038: Refactor utime and utimes to support 64 bit time
 2020-02-20 22:25 UTC  (11+ messages)
` [PATCH 1/3] y2038: Introduce struct __utimbuf64 - new internal glibc type
` [PATCH 2/3] y2038: linux: Provide __utimes64 implementation
` [PATCH 3/3] y2038: linux: Provide __utime64 implementation

[PATCH 01/15] powerpc: Consolidate Linux syscall definition
 2020-02-20 21:04 UTC  (6+ messages)
` [PATCH 08/15] nios2: Use Linux kABI for syscall return

[PATCH v0] PPC64: Remove vec_finite_alias.c as aliases it creates are no longer required
 2020-02-20 19:37 UTC  (3+ messages)

[PATCH v2] Fix time/tst-cpuclock1 intermitent failures
 2020-02-20 18:17 UTC  (6+ messages)
` [PATCH v3] "

[PATCH] malloc/tst-mallocfork2: Kill lingering process for unexpected failures
 2020-02-20 17:58 UTC 

New French PO file for 'libc' (version 2.30.9000)
 2020-02-20 17:17 UTC 

[PATCH] support: Kill process group for test failure
 2020-02-20 16:50 UTC  (6+ messages)

[RFC v6 00/23] RISC-V glibc port for the 32-bit
 2020-02-20 16:31 UTC  (30+ messages)
` [RFC v6 07/23] RISC-V: Use 64-bit time_t and off_t for RV32 and RV64
          ` switching ARC to 64-bit time_t (Re: [RFC v6 07/23] RISC-V: Use 64-bit time_t and off_t for RV32 and RV64)

[PATCH 00/13] nptl: Move more functions from libpthread to libc
 2020-02-20  7:54 UTC  (28+ messages)
` [PATCH 01/13] nptl: Use .NOTPARALLEL in Makefile only if actually running tests
` [PATCH 02/13] nptl: Sort routines list in Makefile alphabetically
` [PATCH 03/13] nptl: Move pthread_attr_getschedpolicy implementation into libc
` [PATCH 04/13] nptl: Move pthread_attr_setschedpolicy "
` [PATCH 05/13] nptl: Move pthread_attr_getscope "
` [PATCH 06/13] nptl: Move pthread_attr_setscope "
` [PATCH 07/13] nptl: Move pthread_condattr_destroy "
` [PATCH 08/13] nptl: Move pthread_condattr_init "
` [PATCH 09/13] nptl: Move pthread_cond_destroy "
` [PATCH 10/13] nptl: Move pthread_cond_init "
` [PATCH 11/13] Add hidden prototypes for __sched_getparam, __sched_getscheduler
` [PATCH 12/13] nptl: Move pthread_getschedparam implementation into libc
` [PATCH 13/13] nptl: Move pthread_setschedparam "

[PATCH] argp: argp.doc prints incorrectly when it starts with "\v" [BZ #19038]
 2020-02-20  7:09 UTC  (12+ messages)

[PATCH] elf.h: Add R_RISCV_IRELATIVE
 2020-02-19 21:19 UTC  (2+ messages)

[PATCH] Speed up realpath and fix EOVERFLOW bug
 2020-02-19 21:03 UTC 

[patch] ldconfig: trace origin paths with -v
 2020-02-19 20:45 UTC  (4+ messages)

[PATCH] Fix use-after-free in glob when expanding ~user (bug 25414)
 2020-02-19 20:40 UTC  (2+ messages)

[PATCH v0] PPC64: Attach SIMD attribute to cosf, sin, sinf function declarations
 2020-02-19 18:32 UTC  (6+ messages)

[PATCH v3] Fix tst-pkey expectations on pkey_get [BZ #23202]
 2020-02-19 14:41 UTC  (4+ messages)
` [PATCH v4] "

[PATCH v4] Block all signals on timer_create thread (BZ#10815)
 2020-02-19 14:08 UTC  (3+ messages)

[PATCH v4 0/3] elf: Allow dlopen of filter object to work [BZ #16272]
 2020-02-19 12:37 UTC  (5+ messages)
  ` [PATCH v4 1/3] "

powerpc Linux scv support and scv system call ABI proposal
 2020-02-19 11:03 UTC  (5+ messages)

[PATCH] Remove STATFS_IS_STATFS64 conditional as it is zero in all ports
 2020-02-19  8:51 UTC  (2+ messages)

[PATCH v3 0/8] Always use 32-bit time_t for certain syscalls
 2020-02-18 23:04 UTC  (8+ messages)
` [PATCH v3 5/8] linux: Use long time_t __getitimer/__setitimer
` [PATCH v3 7/8] linux: Use long time_t for wait4/getrusage

[PATCH 3/7] ldbl-128ibm-compat: Add tests for IBM long double functions
 2020-02-18 22:00 UTC  (5+ messages)
  ` [PATCHv2 "
    ` [PATCHv3] "

[PATCH v2 1/3] support: Add support_process_state_wait
 2020-02-18 18:07 UTC  (10+ messages)
` [PATCH v2 2/3] posix: Refactor tst-waitid (BZ #14666)
` [PATCH v2 3/3] posix: Remove posix waitid

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

[PATCH v6] y2038: linux: Provide __gettimeofday64 implementation
 2020-02-18 15:12 UTC  (3+ messages)

[PATCH] Move implementation of <file_change_detection.h> into a C file
 2020-02-18 13:05 UTC  (3+ messages)

FYI s390x: 'current.ctime.tv_nsec' may be used uninitialized in this function
 2020-02-18 12:08 UTC  (5+ messages)

settimeofday breakage
 2020-02-18 10:34 UTC  (4+ messages)

[PATCH] mips: Fix bracktrace result for signal frames
 2020-02-17 22:06 UTC  (2+ messages)

[PATCH 0/3] <fd_to_filename.h> improvements
 2020-02-17 19:14 UTC  (9+ messages)
` [PATCH 1/3] <fd_to_filename.h>: Add type safety and port to Hurd

[PATCH] stdlib: Reduce namespace pollution in <inttypes.h>
 2020-02-17 18:35 UTC  (4+ messages)

[PATCH] Improve __LONG_DOUBLE_USES_FLOAT128 commentary
 2020-02-17 16:14 UTC  (2+ messages)

[PATCH] wcsmbs: Avoid escaped character literals in <wchar.h>
 2020-02-17 16:06 UTC  (4+ messages)

[PATCH] elf: Implement DT_AUDIT, DT_DEPAUDIT support [BZ #24943]
 2020-02-17 16:02 UTC 

libc coordination list
 2020-02-17 13:48 UTC 

[PATCH 0/3] y2038: Conversion of [lf]utimes[at] to support 64 bit time
 2020-02-17 13:17 UTC  (4+ messages)
` [PATCH 1/3] y2038: linux: Provide __futimes64 implementation
` [PATCH 2/3] y2038: linux: Provide __lutimes64 implementation
` [PATCH 3/3] y2038: linux: Provide __futimesat64 implementation

[PATCH] Always do locking when accessing streams (bug 15142, bug 14697)
 2020-02-17 12:44 UTC  (6+ messages)

[PATCH 0/4] Avoid malloc symbol interposition in the dynamic loader [BZ #25486]
 2020-02-17 12:25 UTC  (2+ messages)

[hurd,commited 1/2] htl: Link internal htl tests against libpthread
 2020-02-17 12:23 UTC  (5+ messages)
` [hurd,commited 2/2] x86 tls: Use _Static_assert for TLS access size assertion

[PATCH COMMITTED] x86: Avoid single-argument _Static_assert in <tls.h>
 2020-02-17 10:25 UTC 

Review promise :-)
 2020-02-17  7:38 UTC  (11+ messages)

[hurd,commited] hurd: Add THREAD_GET/SETMEM/_NC
 2020-02-17  0:22 UTC  (4+ messages)

[hurd,commited] pthread: Fix building tst-robust8 with nptl
 2020-02-16 22:56 UTC 

[PATCH 0/3] Full removal of libc.so/ld.so interposition (bug 25486)
 2020-02-16 16:40 UTC  (5+ messages)
` [PATCH 1/3] ld.so: Export tls_init_tp_called as __rtld_tls_init_tp_called
` [PATCH 2/3] scripts/localplt.awk: Handle DT_JMPREL with empty PLT (for C-SKY)
` [PATCH 3/3] elf: Rework exception handling in the dynamic loader [BZ #25486]

[hurd,commited] pthread: Move robust mutex tests from nptl to sysdeps/pthread
 2020-02-16 14:45 UTC 

[hurd,commited] htl: Remove stub warning for pthread_mutexattr_setpshared
 2020-02-16 14:37 UTC 

[hurd,commited] htl: Add missing functions and defines for robust mutexes
 2020-02-16 14:13 UTC 

THREAD_GETMEM support for Hurd in glibc
 2020-02-15 20:18 UTC  (3+ 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).