unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2020-03-20 09:35:32 to 2020-03-27 14:26:06 UTC [more...]

[PATCH 0/3] RFC: Platform Support for AMD Zen and AVX2/AVX
 2020-03-27 14:26 UTC  (6+ messages)

[PATCH 1/4] Use libc_fe* macros in ldbl-128/s_nearbyintl.c
 2020-03-27 14:23 UTC  (12+ messages)
` [PATCH 2/4] Use libc_fe* macros in ldbl-128/s_fmal.c
` [PATCH 3/4] Use libc_fe* macros in ldbl-128/e_expl.c
` [PATCH 4/4] Use libc_fe* macros in k_standardl.c

is stdlib/tst-setcontext7 a bad test?
 2020-03-27 13:16 UTC  (6+ messages)

[PATCH v4 00/15] glibc port to ARC processors
 2020-03-27  4:45 UTC  (32+ messages)
` [PATCH v4 01/15] ARC: add definitions to elf/elf.h
` [PATCH v4 02/15] ARC: ABI Implementation
` [PATCH v4 03/15] ARC: startup and dynamic linking code
` [PATCH v4 04/15] ARC: Thread Local Storage support
` [PATCH v4 06/15] ARC: math soft float support
` [PATCH v4 07/15] ARC: hardware floating point support
` [PATCH v4 08/15] ARC: Linux Syscall Interface
` [PATCH v4 09/15] ARC: Linux ABI
` [PATCH v4 11/15] ARC: ABI lists

[PATCH v4 0/3] Support y2038 semctl_syscall()
 2020-03-26 22:52 UTC  (9+ messages)
` [PATCH v4 1/3] bits/sem.h: Split out struct semid_ds
` [PATCH v4 2/3] semctl: Remove the sem-pad.h file
` [PATCH v4 3/3] sysv: linux: Pass 64-bit version of semctl syscall

Support a given active release branch for 3 years
 2020-03-26 21:40 UTC 

Closing glibc release branches 2.18 - 2.24
 2020-03-26 21:10 UTC  (4+ messages)

[PATCH v5 1/3] y2038: include: Move struct __timespec64 definition to a separate file
 2020-03-26 20:05 UTC  (4+ messages)
  ` [PATCH v5 2/3] y2038: linux: Provide __mq_timedsend_time64 implementation
  ` [PATCH v5 3/3] y2038: linux: Provide __mq_timedreceive_time64 implementation

[RFC v6 00/23] RISC-V glibc port for the 32-bit
 2020-03-26 19:04 UTC  (17+ 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)
                  ` ARC rebootstrap prereq (was Re: switching ARC to 64-bit time_t )

[PATCH 0/2] Introduce __libc_early_init (for rseq support)
 2020-03-26 16:39 UTC  (4+ messages)
` [PATCH 1/2] Introduce <elf_machine_sym_no_match.h>

[PATCH glibc 0/9] Restartable Sequences enablement
 2020-03-26 15:56 UTC  (10+ messages)
` [PATCH glibc 1/9] Introduce <elf_machine_sym_no_match.h>
` [PATCH glibc 2/9] Move elf/elf_machine_sym_no_match.h to sysdeps/generic
` [PATCH glibc 3/9] Implement __libc_early_init
` [PATCH glibc 4/9] nptl: Start new threads with all signals blocked [BZ #25098]
` [PATCH glibc 5/9] glibc: Perform rseq(2) registration at C startup and thread creation (v17)
` [PATCH glibc 6/9] glibc: sched_getcpu(): use rseq cpu_id TLS on Linux (v7)
` [PATCH glibc 7/9] support record failure: allow use from constructor
` [PATCH glibc 8/9] support: implement xpthread key create/delete (v4)
` [PATCH glibc 9/9] rseq registration tests (v9)

[PATCH] malloc: Fix [BZ #22853] weak randomization on thread arenas
 2020-03-26 14:12 UTC  (11+ messages)

[PATCH v2 0/5] y2038: Replace __clock_gettime with __clock_gettime64
 2020-03-26  8:06 UTC  (6+ messages)
` [PATCH v2 1/5] y2038: Export __clock_gettime64 to be usable in other libraries
` [PATCH v2 2/5] y2038: hurd: Provide __clock_gettime64 function
` [PATCH v2 3/5] y2038: inet: Convert inet deadline to support 64 bit time
` [PATCH v2 4/5] y2038: nscd: Modify nscd_helper to use __clock_gettime64
` [PATCH v2 5/5] y2038: Replace __clock_gettime with __clock_gettime64

Fix build with GCC 10 when long double = double [committed]
 2020-03-26  6:34 UTC  (2+ messages)

[PATCH 00/13] Enable IEEE binary128 long double on powerpc64le
 2020-03-25 21:22 UTC  (18+ messages)
` [PATCH 01/13] ldbl-128ibm-compat: PLT redirects for using ldbl redirects internally
` [PATCH 02/13] Fix tests which expose ldbl -> _Float128 redirects
` [PATCH 03/13] RFC: ldbl-128ibm-compat: workaround C++ redirect limitations
` [PATCH 04/13] powerpc64le: Ensure correct ldouble compiler flags are used
` [PATCH 06/13] powerpc64le: add -mno-gnu-attribute to *f128 objects and difftime
` [PATCH 07/13] powerpc64: apply -mabi=ibmlongdouble to special files

[PATCH] Makeconfig: sandwich gnulib-tests between libc/ld linking of tests
 2020-03-25 21:18 UTC  (5+ messages)

[PATCH] manual: Fix backtraces code example [BZ #10441]
 2020-03-25 17:59 UTC  (2+ messages)

[PATCH] argp: argp.doc prints incorrectly when it starts with "\v" [BZ #19038]
 2020-03-25 17:55 UTC  (3+ messages)

[PATCH v2] Linux: Remove <sys/sysctl.h> and the sysctl function
 2020-03-25 12:37 UTC  (6+ messages)

[PATCH 1/4] support/shell-container.c: Return 127 if execve fails
 2020-03-25 12:11 UTC  (11+ messages)
` [PATCH 2/4] support/shell-container.c: Add builtin exit
` [PATCH 3/4] support/shell-container.c: Add builtin kill
` [PATCH 4/4] stdlib: Move tst-system to tests-container

[PATCH v5 0/8] Always use 32-bit time_t for certain syscalls
 2020-03-24 23:58 UTC  (9+ messages)
` [PATCH v5 1/8] sysv/linux: Rename alpha functions to be alpha specific

[PATCH] Improve __LONG_DOUBLE_USES_FLOAT128 commentary
 2020-03-24 23:35 UTC  (2+ messages)

[PATCH 1/2] ieee754: Remove slow paths from asin and acos
 2020-03-24 23:15 UTC  (3+ messages)

patch with larger errors for "float"
 2020-03-24 23:09 UTC  (6+ messages)

[PATCH 0/5] y2038: Replace __clock_gettime with __clock_gettime64
 2020-03-24 22:54 UTC  (14+ messages)
` [PATCH 1/5] y2038: Export __clock_gettime64 to be usable in other libraries
` [PATCH 2/5] y2038: hurd: Provide __clock_gettime64 function
` [PATCH 3/5] y2038: inet: Convert inet deadline to support 64 bit time
` [PATCH 4/5] y2038: nscd: Modify nscd_helper to use __clock_gettime64
` [PATCH 5/5] y2038: Replace __clock_gettime with __clock_gettime64

[PATCH] Add NEWS entry for CVE-2020-1751 (bug 25423)
 2020-03-24 21:52 UTC  (3+ messages)

[PATCH] powerpc: Add support for fmaf128() in hardware
 2020-03-24 20:23 UTC  (2+ messages)

[RFC PATCH glibc 0/8] Restartable Sequences enablement
 2020-03-24 19:44 UTC  (18+ messages)
` [RFC PATCH glibc 1/8] Introduce <elf_machine_sym_no_match.h>
` [RFC PATCH glibc 2/8] Implement __libc_early_init
` [RFC PATCH glibc 3/8] nptl: Start new threads with all signals blocked [BZ #25098]
` [RFC PATCH glibc 4/8] glibc: Perform rseq(2) registration at C startup and thread creation (v16)
` [RFC PATCH glibc 5/8] glibc: sched_getcpu(): use rseq cpu_id TLS on Linux (v7)
` [RFC PATCH glibc 6/8] support record failure: allow use from constructor
` [RFC PATCH glibc 7/8] support: implement xpthread key create/delete (v4)
` [RFC PATCH glibc 8/8] rseq registration tests (v9)

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

[PATCH] posix: Fix system error return value [BZ #25715]
 2020-03-24 14:32 UTC  (7+ messages)

[PATCH] Add Safe-Linking to fastbins and tcache
 2020-03-24 13:44 UTC  (12+ messages)

[Y2038] Trying Debian/armhf rebootstrap with time64
 2020-03-23 20:33 UTC  (7+ messages)
`  "

[PATCH v3 00/17] glibc port to ARC processors
 2020-03-23 18:20 UTC  (7+ messages)

[PATCH] y2038: fix: Add missing libc_hidden_def attribute for some syscall wrappers
 2020-03-23  9:27 UTC  (2+ messages)

Suppress the fetch of an archive member via --defsym (glibc/elf/librtld.map.o)
 2020-03-21 16:39 UTC  (6+ messages)

[PATCH] Extended Char Intro: Use getwc in example (Bug 25626)
 2020-03-21  2:47 UTC  (3+ messages)

[RFC PATCH glibc 0/8] Restartable Sequences enablement
 2020-03-20 14:47 UTC  (10+ messages)
` [RFC PATCH glibc 4/8] glibc: Perform rseq(2) registration at C startup and thread creation (v15)

[PATCH] stdio: Remove memory leak from multibyte convertion (BZ#25691)
 2020-03-20 14:16 UTC  (5+ 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).