public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
[PATCH] powerpc: Improve memcmp performance for POWER8
 2017-05-17 21:50 UTC  (2+ messages)

[PATCH v3] powerpc: Add a POWER8-optimized version of cosf()
 2017-05-17 21:40 UTC  (3+ messages)

[PATCH v2] float128: Extend __MATH_TG for float128 support
 2017-05-17 20:12 UTC  (2+ messages)

[PATCH v1.1 0/7] aarch64: Allow overriding HWCAP_CPUID feature check
 2017-05-17 19:22 UTC  (29+ messages)
` [PATCH 3/7] tunables: Add hooks to get and update tunables
` [PATCH 1/7] tunables: Specify a default value for tunables
` [PATCH 2/7] tunables: Add support for tunables of uint64_t type
` [PATCH 5/7] tunables: Use glibc.tune.hwcap_mask tunable instead of _dl_hwcap_mask
` [PATCH 4/7] tunables: Add LD_HWCAP_MASK to tunables
` [PATCH 7/7] aarch64: Allow overriding HWCAP_CPUID feature check using HWCAP_MASK
` [PATCH 6/7] Delay initialization of CPU features struct in static binaries

[PATCH v2] Convert e_exp2l.c into a template
 2017-05-17 18:34 UTC  (3+ messages)

[PATCH] float128: Extend __MATH_TG for float128 support
 2017-05-17 17:48 UTC  (4+ messages)

[PATCH 00/10] All of my not-yet-reviewed patches
 2017-05-17 17:41 UTC  (28+ messages)
` [PATCH 04/10] Convert signal.h from __need macros to bits/types/ headers
` [PATCH 02/10] Suppress internal declarations for most of the testsuite
  ` [PATCH] Move tst-mutex*8* to tests-internal
` [PATCH 05/10] Remove __need macros from errno.h (__need_Emath, __need_error_t)

[PATCH] mips: Fix store/load gp registers to/from ucontext_t
 2017-05-17 15:25 UTC  (4+ messages)

Fwd: local equivalent for pthread_once() in glibc?
 2017-05-17 14:51 UTC  (5+ messages)

[PATCH v2 0/5] Header & Standards Cleanup
 2017-05-17 13:31 UTC  (17+ messages)
` [PATCH v3 0/7] manual: "
  ` [PATCH v3 1/7] manual: Provide one-off standards conversion script
  ` [PATCH v3 2/7] manual: Create empty placeholder macros for @standards
  ` [PATCH v3 3/7] manual: Fix up invalid header and standards syntax
  ` [PATCH v3 7/7] manual: Replace summary.awk with summary.pl
  ` [PATCH v3 6/7] manual: Convert header and standards @comments to @standards
  ` [PATCH v3 5/7] manual: Convert @tables of annotated @items to @vtables
  ` [PATCH v3 4/7] manual: Refactor errno @comments

[PATCH 1/2] Optimize generic spinlock code and use C11 like atomic macros
 2017-05-17 13:09 UTC  (18+ messages)
                            ` [PATCH 1/2] [PING] "

[PATCH v4 0/5] Add float128 functions and declarations to libm
 2017-05-16 20:43 UTC  (16+ messages)
` [PATCH v4 1/5] float128: Add public _Float128 "
` [PATCH v4 2/5] float128: Include math-finite.h for _Float128
` [PATCH v4 3/5] float128: Add private _Float128 declarations for libm
` [PATCH v4 5/5] float128: Add wrappers to override ldbl-128 as float128
      ` [PATCH] Convert e_exp2l.c into a template
` [PATCH v4 4/5] float128: Enable use of IEEE wrapper templates

[PATCH] manual: Document getcontext uc_stack value on Linux [BZ #759]
 2017-05-16 19:11 UTC 

Fix more namespace issues in sys/ucontext.h (bug 21457)
 2017-05-16 17:42 UTC 

[PATCH] Allocation buffers for NSS result construction
 2017-05-16 17:22 UTC  (6+ messages)

[ANNOUNCE] The Linux Test Project has been released for May 2017
 2017-05-16 15:56 UTC 

[RFC PATCH] Single threaded stdio optimization
 2017-05-16 15:42 UTC 

divdi3: incomplete fix in db3d848e154b?
 2017-05-15 20:18 UTC  (14+ messages)

RFC: Always-on elision with per-process opt-in using tunables
 2017-05-15 19:59 UTC  (3+ messages)

[PATCH 1/3] posix: Adapt tst-spawn{2,3} to use libsupport
 2017-05-15 19:36 UTC  (3+ messages)
` [PATCH 2/3] posix: Improve default posix_spawn implementation
` [PATCH 3/3] posix: Refactor posix_spawn

[PATCH COMMITTED] inet_pton: Reformat in GNU style
 2017-05-15 15:43 UTC  (3+ messages)

[PATCH] getaddrinfo: Do not make copy the name for IPv6 scope ID extraction
 2017-05-15 15:41 UTC 

[PATCH 1/8] Consolidate Linux close syscall generation
 2017-05-15 13:01 UTC  (17+ messages)
` [PATCH 3/8] Consolidate Linux creat implementation
` [PATCH 7/8] Consolidate Linux writev implementation
` [PATCH 2/8] Consolidate Linux open implementation
` [PATCH 5/8] Consolidate Linux write syscall
` [PATCH 4/8] Consolidate Linux read syscall
` [PATCH 6/8] Consolidate Linux readv implementation

[PATCH] sunrpc: xdr_bytes/xdr_string need to free buffer on error [BZ #21461]
 2017-05-15 12:48 UTC  (5+ messages)

[PATCH v4] Add reallocarray function
 2017-05-15 12:22 UTC  (2+ messages)
` [PATCH v5] "

[PATCH 01/13] posix: Consolidate Linux pause syscall
 2017-05-15 11:46 UTC  (23+ messages)
` [PATCH 04/13] linux: Consolidate Linux tee implementation
` [PATCH 02/13] posix: Consolidate Linux waitpid syscall
` [PATCH 08/13] posix: Consolidate Linux fsync syscall
` [PATCH 03/13] posix: Consolidate Linux nanosleep syscall
      ` Stack unwinding requirements (was: Re: [PATCH 03/13] posix: Consolidate Linux nanosleep syscall)
          ` Stack unwinding requirements
` [PATCH 06/13] posix: Consolidate Linux msync syscall
` [PATCH 09/13] linux: Consolidate Linux vmsplice syscall
` [PATCH 11/13] linux: Consolidate Linux open_by_handle_at syscall
` [PATCH 07/13] posix: Consolidate Linux fdatasync syscall
` [PATCH 10/13] linux: Consolidate Linux splice syscall
` [PATCH 12/13] posix: Consolidate Linux mq_timedreceive syscall
` [PATCH 05/13] posix: Consolidate Linux sigsuspend implementation
` [PATCH 13/13] posix: Consolidate Linux mq_timedsend syscall

Documenting the (dynamic) linking rules for symbol versioning
 2017-05-13 12:10 UTC  (3+ messages)

memcpy performance regressions 2.19 -> 2.24(5)
 2017-05-12 21:21 UTC  (10+ messages)

Remove useless SPARC signbit aliases [committed]
 2017-05-12 16:43 UTC  (2+ messages)

[PATCH 1/2] Remove the bulk of the NaCl port
 2017-05-12 15:01 UTC  (7+ messages)
` [PATCH 2/2] Remove vestiges of NaCl port from ARM assembly files

Simplify sendmmsg code
 2017-05-12 14:12 UTC  (9+ messages)

[PATCH] posix: Fix and simplify default p{read,write}v implementation
 2017-05-12 14:08 UTC  (3+ messages)

[PATCH] fork: Remove bogus parent PID assertions [BZ #21386]
 2017-05-12 13:47 UTC  (2+ messages)

Remove __ASSUME_STATFS_F_FLAGS
 2017-05-12 11:40 UTC  (2+ messages)

Also create and use ldbl-compat-choose.h
 2017-05-12 11:10 UTC  (2+ messages)

Create and use first-versions.h with macros for function symbol versions
 2017-05-12  9:32 UTC  (2+ messages)

[updated patch] malloc per-thread cache ready for review
 2017-05-12  6:49 UTC  (6+ messages)

[PATCH v2 4/8] float128: Add public _Float128 declarations to libm
 2017-05-11 21:57 UTC  (5+ messages)
` [PATCH v3 "

[PATCH v2 6/8] float128: Add private _Float128 declarations for libm
 2017-05-11 20:50 UTC  (4+ messages)
` [PATCH v3 "

[PATCH v2 1/2] manual: Add preadv and pwritev documentation
 2017-05-11 19:02 UTC  (3+ messages)
` [PATCH v3 2/2] posix: Implement preadv2 and pwritev2

[PATCH v4] Add reallocarray function
 2017-05-11 18:41 UTC  (5+ messages)

[PATCH] x86: Generate PLT relocations for -z now
 2017-05-11 18:38 UTC  (9+ messages)

Proposal: add MAINTAINERS to git
 2017-05-11 17:39 UTC  (8+ messages)

[PATCH] Add __BEGIN_DECLS and __END_DECLS for C++
 2017-05-11 15:33 UTC  (9+ 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).