unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2020-03-17 04:47:17 to 2020-03-25 17:59:31 UTC [more...]

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

[PATCH 1/4] Use libc_fe* macros in ldbl-128/s_nearbyintl.c
 2020-03-25 15:42 UTC  (8+ 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

[PATCH] malloc: Fix [BZ #22853] weak randomization on thread arenas
 2020-03-25 14:56 UTC  (9+ 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] Makeconfig: sandwich gnulib-tests between libc/ld linking of tests
 2020-03-24 23:19 UTC  (4+ 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 00/13] Enable IEEE binary128 long double on powerpc64le
 2020-03-24 20:59 UTC  (11+ messages)
` [PATCH 01/13] ldbl-128ibm-compat: PLT redirects for using ldbl redirects internally
` [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] 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  (16+ 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  (21+ 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 (v15)
` [RFC PATCH glibc 5/8] glibc: sched_getcpu(): use rseq cpu_id TLS on Linux (v6)
` [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 (v8)

[PATCH] stdio: Remove memory leak from multibyte convertion (BZ#25691)
 2020-03-20 14:16 UTC  (5+ messages)

[PATCH v3 0/3] Support y2038 semctl_syscall()
 2020-03-19 21:24 UTC  (5+ messages)
` [PATCH v3 3/3] sysv: linux: Pass 64-bit version of semctl syscall

[PATCH] stdio: Remove memory leak from multibyte convertion (BZ#25691)
 2020-03-19 20:53 UTC  (5+ messages)

GNU Tools Cauldron 2020 update
 2020-03-19 14:58 UTC 

[PATCH 1/4] m68k: Remove mathinline.h
 2020-03-19 11:30 UTC  (12+ messages)
` [PATCH 2/4] math: Remove mathinline
` [PATCH 3/4] Remove __LIBC_INTERNAL_MATH_INLINES
` [PATCH 4/4] math: Remove inline math tests

[PATCH] Add Safe-Linking to fastbins and tcache
 2020-03-19  6:41 UTC  (7+ messages)

[PATCH COMMITTED] oc_FR locale: Fix spelling of Thursday (bug 25639)
 2020-03-18 23:32 UTC  (2+ messages)

[PATCH] resolv/res_query.c - do not append search paths if number of dots in query is greater or equals ndots
 2020-03-18 22:06 UTC  (3+ messages)

pthread_cond performence Discussion
 2020-03-18 14:42 UTC  (4+ messages)

[PATCH] Add NEWS entry for CVE-2020-1752 (bug 25414)
 2020-03-18 14:29 UTC  (2+ messages)

Sourceware and patchwork 2.0
 2020-03-18 13:46 UTC  (6+ messages)

[PATCH v4 1/3] y2038: include: Move struct __timespec64 definition to a separate file
 2020-03-18 12:19 UTC  (6+ messages)

V2 [PATCH] x86: Remove ARCH_CET_LEGACY_BITMAP [BZ #25397]
 2020-03-18 11:44 UTC  (9+ messages)
  ` V3 "
    ` PING: "
        ` V4 "

Fix build with GCC 10 when long double = double [committed]
 2020-03-17 22:58 UTC 

[PATCH 0/3] RFC: Platform Support for AMD Zen and AVX2/AVX
 2020-03-17 21:37 UTC  (8+ messages)
` [PATCH 1/3] x86: Refactor platform support in cpu_features
` [PATCH 2/3] x86: Add AMD Zen and AVX2/AVX platform support
` [PATCH 3/3] x86: test to load from PLATFORM path

New utility: nscd cache dumper
 2020-03-17 18:07 UTC  (5+ messages)

[PATCH] manual: Fix inconsistent declaration of wcsrchr [BZ #24655]
 2020-03-17  5:45 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).