unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2020-03-31 11:34:47 to 2020-04-06 14:49:21 UTC [more...]

[PATCH] i386: Remove build support for GCC older than GCC 6
 2020-04-06 14:49 UTC 

[PATCH v5 0/8] Always use 32-bit time_t for certain syscalls
 2020-04-06 14:03 UTC  (9+ messages)
` [PATCH v5 7/8] linux: Use long time_t for wait4/getrusage
` [PATCH v5 8/8] sysv/alpha: Use generic __timeval32 and helpers

[PATCH] i386: Disable check_consistency for GCC 5 and above [BZ #25788]
 2020-04-06 13:43 UTC  (4+ messages)

[PATCH] Reset converter state after second wchar_t output (Bug 25734)
 2020-04-04 18:41 UTC  (5+ messages)
      ` [PATCH v2] "

malloc: ensure set_max_fast never stores zero
 2020-04-04 16:10 UTC  (2+ messages)

[PATCH v7 0/5] Always use 32-bit time_t for certain syscalls
 2020-04-04 14:20 UTC  (11+ 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 00/21] nptl: Fix Race conditions in pthread cancellation [BZ#12683]
 2020-04-03 21:34 UTC  (24+ messages)
` [PATCH v4 01/21] nptl: Do not close the pipe on tst-cancel{2,3}
` [PATCH v4 02/21] nptl: Fix Race conditions in pthread cancellation [BZ#12683]
` [PATCH v4 03/21] nptl: x86_64: "
` [PATCH v4 04/21] nptl: x32: "
` [PATCH v4 05/21] nptl: i386: "
` [PATCH v4 06/21] nptl: ia64: "
` [PATCH v4 07/21] nptl: mips: "
` [PATCH v4 08/21] nptl: aarch64: "
` [PATCH v4 09/21] nptl: arm: "
` [PATCH v4 10/21] nptl: powerpc: "
` [PATCH v4 11/21] nptl: microblaze: "
` [PATCH v4 12/21] nptl: sparc: "
` [PATCH v4 13/21] nptl: hppa: "
` [PATCH v4 14/21] nptl: m68k: "
` [PATCH v4 15/21] nptl: alpha: "
` [PATCH v4 16/21] nptl: sh: "
` [PATCH v4 17/21] nptl: riscv: "
` [PATCH v4 18/21] nptl: s390: "
` [PATCH v4 19/21] nptl: nios2: "
` [PATCH v4 20/21] nptl: csky: "
` [PATCH v4 21/21] Linux: Remove sysdep-cancel header

Administrative access to the glibc mailing lists
 2020-04-03 21:27 UTC 

Add GRND_INSECURE from Linux 5.6 to sys/random.h
 2020-04-03 21:12 UTC 

Update kernel version to 5.6 in tst-mman-consts.py
 2020-04-03 21:12 UTC 

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

[PATCH v2 00/10] IEEE binary128 long double on powerpc64le
 2020-04-03 20:38 UTC  (23+ 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 v2 09/10] powerpc64le: blacklist broken GCC compilers (e.g GCC 7.5.0)

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

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

execvpe limits PATH environment variable to PATH_MAX
 2020-03-31 13:15 UTC  (3+ messages)

[RFC][PATCH 0/6] binutils patches to add DT_FLAGS_1 / DF_1_UNIQUE
 2020-03-31 12:11 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).