public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
[PATCHv3 1/8] Prepare to convert _Complex cosine functions
 2016-08-18 16:34 UTC  (9+ messages)
` [PATCHv3 7/8] Prepare to convert remaining _Complex functions
` [PATCHv3 5/8] Prepare to convert _Complex tangent functions
` [PATCHv3 2/8] Convert _Complex cosine functions to generated code
` [PATCHv3 3/8] Prepare to convert _Complex sine functions
` [PATCHv3 4/8] Convert _Complex sine functions to generated code
` [PATCHv3 6/8] Convert _Complex tangent "
` [PATCHv3 8/8] Convert remaining complex function to generated files

[PATCH 0/4] explicit_bzero, this time for sure
 2016-08-18 16:30 UTC  (8+ messages)
` [PATCH 4/4] Use explicit_bzero where appropriate
` [PATCH 2/4] New string function explicit_bzero (from OpenBSD)
` [PATCH 1/4] Add tests for fortification of bcopy and bzero
` [PATCH 3/4] Add fortification support for explicit_bzero

[glibc PATCH] fcntl-linux.h: add F_OFD_*32 constants
 2016-08-18 16:00 UTC  (4+ messages)

[PATCH] S390: Do not set FE_INEXACT with feraiseexcept (FE_OWERFLOW|FE_UNDERFLOW)
 2016-08-18 15:59 UTC  (2+ messages)

[glibc PATCHv2] fcntl-linux.h: add F_OFD_*32 constants
 2016-08-18 14:28 UTC 

[Linux PATCH] fcntl: add new F_OFD_*32 constants and handle them appropriately
 2016-08-18 14:11 UTC  (4+ messages)

[PATCH 00/37] Manual typos: Overview
 2016-08-18 13:34 UTC  (3+ messages)
` [PING] "

[PATCH v4] all: #define wordsize-related macros everywhere
 2016-08-18 12:17 UTC 

[PATCH] Get rid of array-bounds warning in __kernel_rem_pio2[f] with gcc 6.1 -O3
 2016-08-18 10:42 UTC  (9+ messages)

[PATCH] S390: Support PLT and GOT references in check-localplt
 2016-08-18 10:42 UTC  (6+ messages)

[RFC2 nowrap: PATCH v7 00/18] ILP32 for ARM64
 2016-08-18  9:45 UTC  (24+ messages)
` [PATCH 01/18] 32-bit ABI: introduce ARCH_32BIT_OFF_T config option
` [PATCH 04/18] arm64: rename COMPAT to AARCH32_EL0 in Kconfig
` [PATCH 03/18] arm64: ensure the kernel is compiled for LP64
` [PATCH 02/18] arm64: ilp32: add documentation on the ILP32 ABI for ARM64
` [PATCH 09/18] arm64: introduce binfmt_elf32.c
` [PATCH 07/18] arm64: introduce is_a32_task and is_a32_thread (for AArch32 compat)
` [PATCH 06/18] thread: move thread bits accessors to separated file
` [PATCH 10/18] arm64: ilp32: introduce binfmt_ilp32.c
` [PATCH 05/18] arm64:uapi: set __BITS_PER_LONG correctly for ILP32 and LP64
` [PATCH 11/18] arm64: ilp32: share aarch32 syscall handlers
` [PATCH 08/18] arm64: ilp32: add is_ilp32_compat_{task,thread} and TIF_32BIT_AARCH64
` [PATCH 17/18] arm64:ilp32: add vdso-ilp32 and use for signal return
` [PATCH 13/18] arm64: signal: share lp64 signal routines to ilp32
` [PATCH 15/18] arm64: ilp32: introduce ilp32-specific handlers for sigframe and ucontext
` [PATCH 14/18] arm64: signal32: move ilp32 and aarch32 common code to separated file
` [PATCH 16/18] arm64: ptrace: handle ptrace_request differently for aarch32 and ilp32
` [PATCH 12/18] arm64: ilp32: add sys_ilp32.c and a separate table (in entry.S) to use it
` [PATCH 18/18] arm64:ilp32: add ARM64_ILP32 to Kconfig

[PATCH] argp: Do not override GCC keywords with macros [BZ #16907]
 2016-08-18  9:33 UTC  (8+ messages)

[glibc PATCH] fcntl: put F_OFD_* constants under #ifdef __USE_FILE_OFFSET64
 2016-08-18  9:00 UTC  (28+ messages)

Adding cache shape info to powerpc
 2016-08-18  8:10 UTC  (6+ messages)

[PATCH Fix incorrect double-checked locking related to _res_hconf.initialized. [BZ #20477]
 2016-08-18  8:05 UTC  (6+ messages)

[PATCH v3] all: #define wordsize-related macros everywhere
 2016-08-18  7:14 UTC  (3+ messages)

[PATCH] Sync proc_service.h ps_get_thread_area definition with GDB
 2016-08-17 20:10 UTC  (3+ messages)

[PATCH 0/6] Prepare ldbl-128 to build as float128
 2016-08-17 19:24 UTC  (18+ messages)
` [PATCH 6/6] Make shared ldbl files more shareable
` [PATCH 3/6] ldbl-128: Remove unused sqrtl declaration in e_asinl.c
` [PATCH 1/6] ldbl-128: Simplify fma usage
` [PATCH 2/6] ldbl-128: Define and use mathx_hidden_def wrapper to hidden_def
` [PATCH 4/6] ldbl-128: Rename 'long double' to 'ldouble_t'
` [PATCH 5/6] ldbl-128: Use L(x) macro for long double constants

[PATCH 0/3] stat syscall family: support modern 32-bit ABI requirements
 2016-08-17 19:14 UTC  (5+ messages)
` [PATCH v4 2/3] 32-bit ABIs: support stat syscall family

[PATCHv2 0/9] Generate Complex functions from a common template
 2016-08-17 19:12 UTC  (12+ messages)
` [PATCHv2 2/9] Prepare to convert _Complex cosine functions
` [PATCHv2 8/9] Prepare to convert remaining _Complex functions
` [PATCHv2 5/9] Convert _Complex sine functions to generated code
` [PATCHv2 1/9] Support for type-generic libm function implementations libm
` [PATCHv2 3/9] Convert _Complex cosine functions to generated code
` [PATCHv2 4/9] Prepare to convert _Complex sine functions
` [PATCHv2 9/9] Convert remaining complex function to generated files
` [PATCHv2 6/9] Prepare to convert _Complex tangent functions
` [PATCHv2 7/9] Convert _Complex tangent functions to generated code

[PATCH v2] Reduce memory size of tsearch red-black tree
 2016-08-17 15:12 UTC 

[PATCH COMMITTED] nptl/tst-once5: Reduce time to expected failure
 2016-08-17 14:15 UTC 

[PATCH] aio: fix newp->running data race
 2016-08-17 13:36 UTC  (4+ messages)

[PATCH] Use sysdep.o from libc.a in libpthread.a on more architectures [BZ #20452]
 2016-08-17 13:15 UTC  (6+ messages)

[PATCH] Add missing RR type numbers to ns_type
 2016-08-17 12:57 UTC  (4+ messages)

[PATCH] nptl: Avoid expected SIGALRM in most tests [BZ #20432]
 2016-08-17 12:55 UTC 

[PATCH v2 1/9] Add configure check to test if gcc supports attribute ifunc
 2016-08-17 12:21 UTC  (4+ messages)

The GNU C Library version 2.24 is now available
 2016-08-16 20:27 UTC  (3+ messages)

[PATCH] Reduce memory size of tsearch red-black tree
 2016-08-16 19:24 UTC  (5+ messages)

[PATCHv2 00/11] Generate Complex functions from a common template
 2016-08-16 18:00 UTC  (17+ messages)
` [PATCHv2 03/11] Support for type-generic libm function implementations libm

[PATCH 1/2] Fix {INLINE,INTERNAL}_SYSCALL macros for x32
 2016-08-16 17:43 UTC  (2+ messages)
` [PATCH 2/2] Remove p{read,write}{v} from x86 auto-generation list

Fix soft-fp extended.h unpacking (GCC bug 77265) [committed]
 2016-08-16 17:12 UTC 

[PATCHv2] Add tst-wcstod-round
 2016-08-16 14:45 UTC  (3+ messages)

[PATCH] Fix fnmatch handling of collating elements (bug 17396, bug 16976)
 2016-08-16 13:27 UTC 

[PATCH] malloc: Simplify static malloc interposition [BZ #20432]
 2016-08-16 12:16 UTC 

[RFC] [MIPS] Enable non-executable PT_GNU_STACK support
 2016-08-16 10:51 UTC  (2+ messages)

[PATCH COMMITTED] Add NEWS entry for CVE-2016-6323
 2016-08-16  9:19 UTC 

[PATCH COMMITTED] nptl/tst-tls3-malloc: Force freeing of thread stacks
 2016-08-16  9:07 UTC 

[01/12] Add fesetexcept
 2016-08-15 20:52 UTC  (4+ messages)
` [10/12] Add fesetexcept: s390

[PATCHv4 0/2] tunables for glibc
 2016-08-15 20:05 UTC  (3+ messages)
` [PATCH 1/2] Add framework for tunables
` [PATCH 2/2] Initialize tunable list with the GLIBC_TUNABLES environment variable

[PATCH] Add CFI to i386 _start functions
 2016-08-15 19:24 UTC 

[RFC nowrap: PATCH v7 00/19] ILP32 for ARM64
 2016-08-15 14:31 UTC  (4+ messages)
` [PATCH 01/19] compat ABI: use non-compat openat and open_by_handle_at variants

[PATCH] arm: mark __startcontext as .cantunwind
 2016-08-15 14:26 UTC  (4+ messages)

Consensus on unit tests?
 2016-08-15 14:23 UTC  (6+ messages)

[PATCH] locales: et_EE: locale has wrong {p,n}_cs_precedes value
 2016-08-15 11:21 UTC  (5+ messages)

[PATCH] Remove the ptw-% patterns
 2016-08-14 17:19 UTC  (3+ messages)

[PATCH] Remove the ptw-% patterns
 2016-08-14 12:59 UTC 

Difference between lib*-routines and lib*-sysdep_routines
 2016-08-14  9:17 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).