public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
[GLIBC][AARCH64]Rewrite elf_machine_load_address using _DYNAMIC symbol
 2017-10-17 16:28 UTC  (3+ messages)

[PATCH 1/5] Avoid build multiarch if compiler warns about mismatched alias
 2017-10-17 16:28 UTC  (10+ messages)
` [PATCH 2/5] Add common ifunc-init.h header
` [PATCH 5/5] arm: Implement memchr ifunc selection in C
` [PATCH 4/5] arm: Implement memcpy "
` [PATCH 3/5] Add build-many-glibcs.py arm-linux-gnueabihf-v7{-disable-multiarch}

[PATCH] x86-64: Don't set GLRO(dl_platform) to NULL [BZ #22299]
 2017-10-17 16:23 UTC  (3+ messages)

[PATCH] aarch64: Implement math acceleration via builtins
 2017-10-17 16:14 UTC  (4+ messages)

[PATCH v3 00/28] ARM Scalable Vector Extension (SVE)
 2017-10-17 15:47 UTC  (45+ messages)
` [PATCH v3 26/28] arm64/sve: Add documentation
` [PATCH v3 13/28] arm64/sve: Signal handling support
` [PATCH v3 11/28] arm64/sve: Core task context handling
` [PATCH v3 02/28] arm64: KVM: Hide unsupported AArch64 CPU features from guests
` [PATCH v3 16/28] arm64/sve: Probe SVE capabilities and usable vector lengths
` [PATCH v3 23/28] arm64/sve: KVM: Treat guest SVE use as undefined instruction execution
` [PATCH v3 24/28] arm64/sve: KVM: Hide SVE from CPU features exposed to guests
` [PATCH v3 22/28] arm64/sve: KVM: Prevent guests from using SVE
` [PATCH v3 19/28] arm64/sve: ptrace and ELF coredump support

[PATCH] Define __PTHREAD_MUTEX_HAVE_PREV only if undefined [BZ #22298]
 2017-10-17 15:23 UTC  (16+ messages)

[PATCH v2] Let signbit use the builtin in C++ mode with gcc < 6.x (bug 22146)
 2017-10-17 14:22 UTC  (6+ messages)

[PATCH 1/3] Define __PTHREAD_MUTEX_HAVE_PREV for all architectures [BZ #22298]
 2017-10-17 13:47 UTC  (6+ messages)
` [PATCH 2/3] nptl: Change tst-typesizes to _Static_assert
` [PATCH 3/3] nptl: Add tests for internal pthread_mutex_t offsets

[PATCH] posix: Add p{readv,writev}2 flags to generic uio-ext.h
 2017-10-17 13:43 UTC  (2+ messages)

[PATCH] posix: Fix improper assert in Linux posix_spawn (BZ#22273)
 2017-10-17 13:42 UTC  (3+ messages)

Definition of __USE_MISC?
 2017-10-17 12:01 UTC  (4+ messages)

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

[PATCH] localedef: Add --no-warnings/--warnings option
 2017-10-17  9:53 UTC  (3+ messages)

Glibc stable release process (Glibc 2.26.1)
 2017-10-17  7:01 UTC  (17+ messages)

Move some float128 symbol version definitions [committed]
 2017-10-16 22:05 UTC 

[PATCH] Provide a C++ version of signbit that does not use __MATH_TG (bug 22296)
 2017-10-16 21:28 UTC  (4+ messages)

Proposal to add additional annotated tags
 2017-10-16 20:43 UTC  (8+ messages)

[PATCH] locale: Fix localedef exit code [BZ #22292]
 2017-10-16 19:30 UTC  (19+ messages)

[PATCH] x32: Verify that NPTL structures are correct [BZ #22298]
 2017-10-16 19:18 UTC  (2+ messages)

[PATCH] malloc: Do not compile mcheck-init.o as libc module
 2017-10-16 18:49 UTC  (2+ messages)

[PATCH] malloc: Use compat_symbol_reference in libmcheck [BZ #22050]
 2017-10-16 18:45 UTC  (12+ messages)

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

[PING][PATCHv3 1/2] aarch64: Hoist ZVA check out of the memset function
 2017-10-16 15:17 UTC  (14+ messages)
` memcpy walk benchmark [was: Hoist ZVA check out of the memset function]

Support running libm tests for float128 as alias for long double [committed]
 2017-10-16 13:29 UTC 

Support strtof128 etc. aliases [committed]
 2017-10-16 13:23 UTC 

[PATCH] Resend: Add a new chapter on the dynamic linker
 2017-10-16 11:54 UTC  (8+ messages)

[PATCH 0/3] Cleanup and consolidate sigprocmask() for Linux
 2017-10-16  9:04 UTC  (5+ messages)
` [PATCH 1/3] Remove useless #ifdefs from sysdeps/unix/sysv/linux/sigprocmask.c
` [RFC PATCH 3/3] Consolidate Linux sigprocmask() implementationa for alpha
` [PATCH 2/3] Consolidate Linux sigprocmask() implementation

[PATCH 0/5] Fixup linux ttyname and ttyname_r [BZ #22145]
 2017-10-16  3:59 UTC  (7+ messages)
` [PATCH 3/5] linux ttyname and ttyname_r: Add tests "
` [PATCH 1/5] manual: Update to mention ENODEV for ttyname and ttyname_r

[committed] locale: Don't use \n with record_verbose messages
 2017-10-15 21:23 UTC 

[PATCH 1/2] Consolidate pthreadtype.h placement
 2017-10-15 13:52 UTC  (6+ messages)
` [PATCH 2/2] Move shared pthread definitions to common headers

pthread_mutex_lock problem after upgrade to glibc 2.26 (Linux x32)
 2017-10-15 13:49 UTC  (4+ messages)

[PATCH] Silence -O3 -Wall warning in malloc/hooks.c with GCC 7 [BZ #22052]
 2017-10-15 13:35 UTC  (5+ messages)

[PATCH] Add a test for profiling static executable
 2017-10-14 17:16 UTC  (2+ messages)

[PATCH] resolv: Remove bogus targets that build ga_test
 2017-10-14  6:21 UTC  (2+ messages)

[PATCH] localedata: Locale and test name are the same
 2017-10-14  5:54 UTC 

Support strfromf128 alias [committed]
 2017-10-13 23:10 UTC 

Use libm_alias_ldouble_other in ldbl-64-128/s_nextafterl.c [committed]
 2017-10-13 23:06 UTC 

[PATCH] locale: Allow "" int_curr_Symbol
 2017-10-13 21:39 UTC  (3+ messages)

[PATCH] localedata: Reorganize Unicode LC_CTYPE inclusion
 2017-10-13 21:38 UTC  (2+ messages)

[PATCH] locale: Avoid warning in --verbose mode for non-symbolic character
 2017-10-13 21:38 UTC  (3+ messages)

[PATCH] Save final 'error' in __nptl_setxid_error()
 2017-10-13 21:06 UTC  (5+ messages)

[PATCH] powerpc: fix check-before-set in SET_RESTORE_ROUND
 2017-10-13 20:16 UTC  (2+ messages)

[PATCH] Fix TLS relocations against local symbols on powerpc32, sparc32 and sparc64
 2017-10-13 19:19 UTC  (2+ messages)

[PATCH] Consolidate Linux sigpending() implementation
 2017-10-13 19:18 UTC  (2+ messages)

[PATCH 3/5] Add single-threaded path to _int_free
 2017-10-13 17:29 UTC  (6+ messages)

Use libm_alias_ldouble for SPARC fabsl [committed]
 2017-10-13 16:44 UTC 

Fix ldbl-opt/w_lgamma_compatl.c libm_alias_ldouble_other usage [committed]
 2017-10-13 16:39 UTC 

Fix ldbl-opt/s_clog10l.c libm_alias_ldouble_other usage [committed]
 2017-10-13 16:37 UTC 

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

PING: [PATCH] Add --enable-static-pie to build static PIE
 2017-10-12 22:26 UTC  (16+ messages)

[PATCH 5/5] Add single-threaded path to _int_malloc
 2017-10-12 20:16 UTC  (2+ 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).