unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2020-03-30 17:42:44 to 2020-04-03 20:32:28 UTC [more...]

[PATCH v4 00/21] nptl: Fix Race conditions in pthread cancellation [BZ#12683]
 2020-04-03 20:31 UTC  (4+ messages)
` [PATCH v4 01/21] nptl: Do not close the pipe on tst-cancel{2,3}
` [PATCH v4 03/21] nptl: x86_64: Fix Race conditions in pthread cancellation [BZ#12683]
` [PATCH v4 04/21] nptl: x32: "

[PATCH v2 00/10] IEEE binary128 long double on powerpc64le
 2020-04-03 20:12 UTC  (21+ messages)
` [PATCH v2 01/10] ldbl-128ibm-compat: workaround C++ redirect limitations
` [PATCH v2 02/10] ldbl-128ibm: simplify iscanonical.h
` [PATCH v2 03/10] Rename __LONG_DOUBLE_USES_FLOAT128 to
` [PATCH v2 04/10] powerpc64le: Enforce -mabi=ibmlongdouble when -mfloat128 used
` [PATCH v2 05/10] powerpc64le: workaround ieee long double / _Float128 stdc++ bug
` [PATCH v2 06/10] powerpc64le: raise GCC requirement to 7.3 for long double transition
` [PATCH v2 07/10] powerpc64le: bump binutils version requirement to >= 2.26
` [PATCH v2 08/10] powerpc64le: enforce non-specific long double in .gnu.attributes section

[PATCH] powerpc64le/multiarch: don't generate strong aliases for fmaf128-ppc64
 2020-04-03 20:10 UTC  (4+ messages)

[PATCH v4] Fix time/tst-cpuclock1 intermitent failures
 2020-04-03 19:24 UTC  (8+ messages)
` [PATCH v5] "
  ` [PATCH v6] "
    ` [PATCH v7] "

[PATCH 00/18] glibc port for 32-bit RISC-V (RV32)
 2020-04-03 18:04 UTC  (16+ messages)
` [PATCH 01/18] RISC-V: Use 64-bit time_t and off_t for RV32 and RV64
` [PATCH 02/18] RISC-V: Define __NR_* as __NR_*_time64/64 for 32-bit
` [PATCH 03/18] RISC-V: Add support for 32-bit vDSO calls
` [PATCH 04/18] RISC-V: Add socket-constants.h for RV32
` [PATCH 05/18] RISC-V: Support dynamic loader for the 32-bit
` [PATCH 06/18] RISC-V: Add path of library directories "
` [PATCH 07/18] RISC-V: Add arch-syscall.h for RV32
` [PATCH 08/18] RISC-V: nptl: update default pthread-offsets.h
` [PATCH 09/18] RISC-V: The ABI implementation for 32-bit

Update syscall lists for Linux 5.6
 2020-04-03 16:30 UTC  (2+ messages)

[PATCH 0/3] Add DT_AUDIT support [BZ #24943]
 2020-04-03 13:48 UTC  (12+ messages)
` [PATCH 1/3] support: Change xgetline to return 0 on EOF
` [PATCH 2/3] elf: Simplify handling of lists of audit strings
` [PATCH 3/3] elf: Implement DT_AUDIT, DT_DEPAUDIT support [BZ #24943]

Add IPPROTO_ETHERNET and IPPROTO_MPTCP from Linux 5.6 to netinet/in.h
 2020-04-03 13:45 UTC  (2+ messages)

[PATCH] aarch64: update bits/hwcap.h
 2020-04-03 13:15 UTC  (2+ messages)
` [COMMITTED] "

[PATCH] manual: Fix backtraces code example [BZ #10441]
 2020-04-03 12:06 UTC  (3+ messages)

[PATCH] elf: Implement DT_AUDIT, DT_DEPAUDIT support [BZ #24943]
 2020-04-03 11:39 UTC  (6+ messages)

[PATCH] Add tests for Safe-Linking
 2020-04-03 11:22 UTC  (4+ messages)

[COMMITTED] S390: Regenerate ULPs
 2020-04-03  7:41 UTC 

"make check" times
 2020-04-02 23:05 UTC  (18+ messages)

[PATCH v4 00/15] glibc port to ARC processors
 2020-04-02 20:22 UTC  (20+ messages)
` [PATCH v4 02/15] ARC: ABI Implementation
        ` Big Endian support as multi-ABI (was Re: [PATCH v4 02/15] ARC: ABI Implementation)
` [PATCH v4 13/15] ARC: Build Infrastructure
          ` __syscall_error (was Re: [PATCH v4 13/15] ARC: Build Infrastructure)

[PATCH 1/3] nptl: Remove x86_64 cancellation assembly implementations
 2020-04-02 12:27 UTC  (5+ messages)
` [PATCH 2/3] nptl: Move cancel state out of cancelhandling
` [PATCH 3/3] nptl: Move cancel type "

[PATCH] powerpc: Update ULPs and xfail more ibm128 outputs
 2020-04-01 23:09 UTC  (2+ messages)

[PATCH] generic/typesizes.h: Add support for 32-bit arches with 64-bit types
 2020-04-01 21:24 UTC  (4+ messages)

[PATCH] Reset converter state after second wchar_t output (Bug 25734)
 2020-04-01 17:34 UTC  (10+ messages)

[PATCH v5 0/3] Support y2038 semctl_syscall()
 2020-04-01 16:53 UTC  (4+ messages)
` [PATCH v5 1/3] bits/sem.h: Split out struct semid_ds
` [PATCH v5 2/3] semctl: Remove the sem-pad.h file
` [PATCH v5 3/3] sysv: linux: Pass 64-bit version of semctl syscall

[PATCH v5 0/8] Always use 32-bit time_t for certain syscalls
 2020-04-01 16:57 UTC  (4+ messages)
` [PATCH v5 8/8] sysv/alpha: Use generic __timeval32 and helpers

[PATCH v7 0/5] Always use 32-bit time_t for certain syscalls
 2020-04-01 16:53 UTC  (10+ messages)
` [PATCH v7 1/5] sysv: Define __KERNEL_OLD_TIMEVAL_MATCHES_TIMEVAL64
` [PATCH v7 2/5] linux: Use long time_t __getitimer/__setitimer
` [PATCH v7 3/5] resource: Add a __rusage64 struct
` [PATCH v7 4/5] linux: Use long time_t for wait4/getrusage
` [PATCH v7 5/5] sysv/alpha: Use generic __timeval32 and helpers

[PATCH v4 0/3] Support y2038 semctl_syscall()
 2020-04-01 16:16 UTC  (6+ messages)
` [PATCH v4 3/3] sysv: linux: Pass 64-bit version of semctl syscall

math: Add inputs that yield larger errors for float type
 2020-04-01 12:28 UTC  (6+ messages)

binutils ld and new PT_GNU_PROPERTY segment
 2020-04-01 10:21 UTC  (6+ messages)

[PATCH] Fix alignment bug in Safe-Linking
 2020-04-01  1:55 UTC  (7+ messages)

[PATCH] Typo fixes and CR cleanup in Safe-Linking
 2020-04-01  1:50 UTC  (3+ messages)

[PATCH v2] Force 64-bit time based syscalls for TIMESIZE==64
 2020-03-31 21:47 UTC  (2+ messages)
` [PATCH v3] Make any 32-bit time based syscalls unavailable "

[PATCH] provide y2038 safe socket constants
 2020-03-31 21:32 UTC  (8+ messages)
        ` [PATCH v2] provide y2038 safe socket constants for default/asm-generic ABI

Support a given active release branch for 3 years
 2020-03-31 17:29 UTC  (6+ messages)

execvpe limits PATH environment variable to PATH_MAX
 2020-03-31 16:56 UTC  (9+ messages)

[PATCH v6 1/3] y2038: include: Move struct __timespec64 definition to a separate file
 2020-03-31 14:58 UTC  (6+ messages)
` [PATCH v6 2/3] y2038: linux: Provide __mq_timedsend_time64 implementation
` [PATCH v6 3/3] y2038: linux: Provide __mq_timedreceive_time64 implementation

Closing glibc release branches 2.18 - 2.24
 2020-03-31 14:32 UTC  (4+ messages)

[RFC][PATCH 0/6] binutils patches to add DT_FLAGS_1 / DF_1_UNIQUE
 2020-03-31 12:11 UTC  (4+ messages)
` [RFC][PATCH 6/6] Implement and document DF_1_UNIQUE handling in gold

[PATCH 1/4] Use libc_fe* macros in ldbl-128/s_nearbyintl.c
 2020-03-31  7:39 UTC  (11+ messages)
` [PATCH 3/4] Use libc_fe* macros in ldbl-128/e_expl.c

glibc build for Hurd broken
 2020-03-31  0:38 UTC  (2+ messages)

Use Linux 5.6 and GMP 6.2.0 in build-many-glibcs.py [committed]
 2020-03-31  0:22 UTC 

[PATCH] powerpc: Add support for fmaf128() in hardware
 2020-03-30 21:09 UTC  (3+ messages)

[RFC] x86_64: Add SSE sfp-exceptions
 2020-03-30 19:28 UTC 

[RFC][PATCH v4 00/15] Proof-of-Concept implementation of RTLD_SHARED for dlmopen
 2020-03-30 17:43 UTC  (16+ messages)
` [RFC][PATCH v4 01/15] Declare and describe the dlmopen RTLD_SHARED flag
` [RFC][PATCH v4 02/15] include/link.h: Update the link_map struct to allow proxies
` [RFC][PATCH v4 03/15] elf/dl-object.c: Implement a helper function to proxy link_map entries
` [RFC][PATCH v4 04/15] elf/dl-load.c, elf-dl-open.c: Implement RTLD_SHARED dlmopen proxying
` [RFC][PATCH v4 05/15] elf/dl-fini.c: Handle proxy link_map entries in the shutdown path
` [RFC][PATCH v4 06/15] elf/dl-init.c: Skip proxied link map entries in the dl init path
` [RFC][PATCH v4 07/15] Define a new DT_FLAGS_1 flag - DF_1_UNIQUE
` [RFC][PATCH v4 08/15] Abstract the loaded-DSO search code into a private helper function
` [RFC][PATCH v4 09/15] Compare loaded DSOs by file ID and check for DF_1_UNIQUE
` [RFC][PATCH v4 10/15] Use the new DSO finder helper function since we have it
` [RFC][PATCH v4 11/15] Use the DSO search helper to check for preloaded DF_1_UNIQUE DSOs
` [RFC][PATCH v4 12/15] When loading new DSOs into alternate namespaces check for DF_1_UNIQUE
` [RFC][PATCH v4 13/15] Suppress inter-namespace DSO sharing for audit libraries
` [RFC][PATCH v4 14/15] dlsym, dlvsym should be able to look up symbols via DSO proxies
` [RFC][PATCH v4 15/15] Add the DT_FLAGS_1 DF_1_UNIQUE flag to the glibc cluster


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