public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
[PATCH] posix: Fix improper assert in Linux posix_spawn (BZ#22273)
 2017-10-20 23:55 UTC  (7+ messages)

[POWERPC] Don't override gcc -mcpu with wrong asm .machine
 2017-10-20 23:51 UTC  (5+ messages)

Add bits/floatn.h defines for more _FloatN / _FloatNx types [committed]
 2017-10-20 21:45 UTC 

[PATCH] aarch64: Implement math acceleration via builtins
 2017-10-20 20:16 UTC  (6+ messages)

[PATCHv2] powerpc: P9 vector load instruction change in memcpy and memmove
 2017-10-20 19:24 UTC  (9+ messages)
              ` [PATCHv3] powerpc: Replace lxvd2x/stxvd2x with lvx/stvx in P7's memcpy/memmove

[PATCH] glob: Add new test tst-glob-tilde
 2017-10-20 18:32 UTC  (2+ messages)

RFC: x86-64: Use fxsave/xsave/xsavec in _dl_runtime_resolve [BZ #21265]
 2017-10-20 17:21 UTC  (16+ messages)

[PATCH 1/5] Avoid build multiarch if compiler warns about mismatched alias
 2017-10-20 17:04 UTC  (10+ messages)

[PATCH 1/3] nptl: Add tests for internal pthread_mutex_t offsets
 2017-10-20 17:03 UTC  (12+ messages)
` [PATCH 2/3] nptl: Change tst-typesizes to _Static_assert
` [PATCH 3/3] nptl: Define __PTHREAD_MUTEX_{NUSERS_AFTER_KIND,USE_UNION}

setrlimit change to prlimit change in behavior?
 2017-10-20 16:58 UTC  (12+ messages)

[PATCH] glob: Fix one-byte overflow [BZ #22320]
 2017-10-20 16:32 UTC  (4+ messages)

[PATCH] resolv: Remove bogus targets that build ga_test
 2017-10-20 16:29 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] Improves __ieee754_exp() performance by greater than 5x on sparc/x86
 2017-10-20 16:10 UTC  (9+ messages)

[PATCH 00/10] x86: Use the generic math implementations
 2017-10-20 16:04 UTC  (20+ messages)
` [PATCH 10/10] i386: Replace assembly versions of e_powf with generic e_powf.c
` [PATCH 01/10] x86-64: Replace assembly versions of e_expf with generic e_expf.c
` [PATCH 06/10] x86-64: Add logf with FMA
` [PATCH 09/10] i386: Replace assembly versions of e_log2f with generic e_log2f.c
` [PATCH 04/10] i386: Replace assembly versions of e_exp2f with generic e_exp2f.c
` [PATCH 05/10] i386: Replace assembly versions of e_logf with generic e_logf.c
` [PATCH 02/10] i386: Replace assembly versions of e_expf with generic e_expf.c
` [PATCH 08/10] x86-64: Add powf with FMA
` [PATCH 03/10] x86-64: Add exp2f "
` [PATCH 07/10] x86-64: Add log2f "

Fencepost accounts restricted to glibc stewards (GNU Maintainers)
 2017-10-20 15:58 UTC  (5+ messages)

[PATCH 0/3] Cleanup and consolidate sigprocmask() for Linux
 2017-10-20 15:38 UTC  (4+ messages)
` [PATCH 1/3] Remove useless #ifdefs from sysdeps/unix/sysv/linux/sigprocmask.c

[PATCH] Improves __ieee754_exp() performance by greater than 5x on sparc/x86
 2017-10-20 14:58 UTC  (2+ messages)

Draft pthread_spin_lock(3) manual page
 2017-10-20 14:56 UTC  (8+ messages)

[PATCH 5/5] Add single-threaded path to _int_malloc
 2017-10-20 14:51 UTC  (3+ messages)

[PATCH 0/2] aarch64: non lazy tlsdesc
 2017-10-20 14:18 UTC  (4+ messages)
` [PATCH 1/2] aarch64: Disable lazy symbol binding of TLSDESC

PowerPC64 power8 strncpy cfi fixes
 2017-10-20 13:06 UTC 

PowerPC64 power7 strncpy stack handling and cfi
 2017-10-20 13:04 UTC 

[PATCH 2/5] Add single-threaded path to malloc/realloc/calloc/memalloc
 2017-10-20 10:55 UTC  (4+ messages)

[PATCH] m68k: Update elf_machine_load_address for static PIE
 2017-10-20  8:20 UTC  (2+ messages)

[PATCH] m68k: Check PIC instead of SHARED in start.S
 2017-10-20  8:19 UTC  (2+ messages)

[PATCH] x86-64: Don't set GLRO(dl_platform) to NULL [BZ #22299]
 2017-10-20  7:41 UTC  (9+ messages)

[PATCH] x86: Add x86_64 to x86-64 HWCAP [BZ #22093]
 2017-10-19 21:53 UTC  (3+ messages)

[RFC PATCH glibc v2] pthread_setspecific: Provide signal-safety across keys
 2017-10-19 21:37 UTC  (11+ messages)

Draft pthread_spin_init(2) manual page
 2017-10-19 21:21 UTC  (7+ messages)

[PATCH] sysconf: Fix missing definition of UIO_MAXIOV on Linux [BZ #22321]
 2017-10-19 19:53 UTC  (4+ messages)

[PATCH 3/5] Add single-threaded path to _int_free
 2017-10-19 19:15 UTC  (4+ messages)

[committed, PATCH] i386: Regenerate libm-test-ulps
 2017-10-19 18:55 UTC 

Add MIPS bits/floatn.h [committed]
 2017-10-19 18:00 UTC 

Install correct bits/long-double.h for MIPS64 (bug 22322) [committed]
 2017-10-19 17:33 UTC 

[PATCH 4/5] Fix deadlock in _int_free consistency check
 2017-10-19 17:26 UTC  (3+ messages)

[PATCH] powerpc: P9 vector load instruction change in memcpy and memmove
 2017-10-19 17:12 UTC  (5+ messages)

GNU Tools Cauldron 2017 follow up: "Reviewed-by" etc
 2017-10-19 17:08 UTC  (12+ messages)

[PATCH 0/3] sparc M7 optimized memcpy/memset
 2017-10-19 16:46 UTC  (5+ messages)

[RFC PATCH glibc] pthread_setspecific: Provide signal-safety across keys
 2017-10-19 15:49 UTC  (19+ messages)

[PATCH] X86-64: Correct CFA in _dl_runtime_resolve
 2017-10-19 15:01 UTC  (3+ messages)

[PATCH] x86-64: Verify that _dl_runtime_resolve preserves vector registers
 2017-10-19 14:57 UTC  (3+ messages)

[PATCH] powerpc: Update AT_HWCAP2 bits
 2017-10-19 13:34 UTC  (5+ messages)

Defining timespec in time.h or sys/time.h?
 2017-10-19  0:44 UTC  (3+ messages)

_ATFILE_SOURCE Obsoletion
 2017-10-19  0:39 UTC  (11+ messages)

Glibc stable release process (Glibc 2.26.1)
 2017-10-18 20:07 UTC  (4+ messages)

[PATCH v3 00/28] ARM Scalable Vector Extension (SVE)
 2017-10-18 19:22 UTC  (21+ messages)
` [PATCH v3 22/28] arm64/sve: KVM: Prevent guests from using SVE
` [PATCH v3 02/28] arm64: KVM: Hide unsupported AArch64 CPU features from guests
` [PATCH v3 24/28] arm64/sve: KVM: Hide SVE from CPU features exposed to guests

[RFC][PATCH] tunables: Add elision tunable
 2017-10-18 18:24 UTC  (2+ messages)

Add _Float128 function aliases [committed]
 2017-10-18 17:38 UTC 

[RFC] Keep updated glibc-bench in openbencharking
 2017-10-18 17:07 UTC 

[PATCH v2][malloc] Use relaxed atomics for malloc have_fastchunks
 2017-10-18 16:51 UTC  (4+ messages)

[GLIBC][AARCH64]Rewrite elf_machine_load_address using _DYNAMIC symbol
 2017-10-18 16:12 UTC  (5+ messages)

page:  |  | latest

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