libc-alpha archive
subject index for June, 2016

This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.

Indexes: [Date Index] [Subject Index] [Author Index] [Thread Index]
Site Nav: [Browse other archives for this mailing list]
[Browse other mailing lists at this site]
Search: Limit to:

--enable-stack-protector for glibc, v7

[2.22 COMMITTED] MIPS, SPARC: more fixes to the vfork aliases in libpthread.so

[2.23 COMMITTED] MIPS, SPARC: more fixes to the vfork aliases in libpthread.so

[AArch64] Add bits/hwcap.h for aarch64 linux

[committed, PATCH] Check FMA after COMMON_CPUID_INDEX_80000001

[committed, PATCH] Fix a typo in comments in memmove-vec-unaligned-erms.S

[COMMITTED] Clarify comments in Linux times() implementation.

[COMMITTED] Fix include/wchar.h for C++

[COMMITTED] Fix linux/in6.h and netinet/in.h coordination (Bug 20214)

[COMMITTED] Fix linux/stddef.h coordination with glibc (Bug 20215)

[COMMITTED] Fix macro API for __USE_KERNEL_IPV6_DEFS.

Re: [COMMITTED][PATCH] tst-rec-dlopen: Fix build fail due to missing inclusion of string.h

Re: [glibc] preadv/pwritev question

[PATCH 0/6] Generate Complex functions from a common template.

[PATCH 01/14 v7] Configury support for --enable-stack-protector.

[PATCH 01/19] compat ABI: use non-compat openat and open_by_handle_at variants

[PATCH 01/23] [AARCH64] define word size for lp64 and ilp32

Re: [PATCH 01/23] all: syscall wrappers: add documentation

[PATCH 01/27] [AARCH64] Fix utmp struct for compatibility reasons.

[PATCH 02/14 v6] Initialize the stack guard earlier when linking statically.

[PATCH 02/19] 32-bit ABI: introduce ARCH_32BIT_OFF_T config option

[PATCH 02/23] [AARCH64] Add header guards to sysdep.h headers.

[PATCH 02/27] [AARCH64] Add header guards to sysdep.h headers.

[PATCH 03/14 v7] Do not stack-protect ifunc resolvers.

[PATCH 03/19] arm64: ilp32: add documentation on the ILP32 ABI for ARM64

[PATCH 03/23] Add dynamic ILP32 AARCH64 relocations to elf.h

[PATCH 03/27] Add dynamic ILP32 AARCH64 relocations to elf.h

Re: [PATCH 03/37] Manual typos: Virtual Memory Allocation and Paging

[PATCH 04/14 v7] Mark all machinery needed in early static-link init as -fno-stack-protector.

[PATCH 04/19] arm64: ensure the kernel is compiled for LP64

[PATCH 04/23] [AARCH64] Add PTR_REG, PTR_LOG_SIZE, and PTR_SIZE. Use it in LDST_PCREL and LDST_GLOBAL.

[PATCH 04/27] [AARCH64] Add PTR_REG, PTR_LOG_SIZE, and PTR_SIZE. Use it in LDST_PCREL and LDST_GLOBAL.

Re: [PATCH 04/27] [AARCH64] Add PTR_REG, PTR_LOG_SIZE, and PTR_SIZE. Use it in LDST_PCREL and LDST_GLOBAL.

Re: [PATCH 04/37] Manual typos: Character Handling

[PATCH 05/14 v6] Open-code the memcpy() at static TLS initialization time.

[PATCH 05/19] arm64: rename COMPAT to AARCH32_EL0 in Kconfig

[PATCH 05/23] [AARCH64] Use PTR_REG in crti.S.

[PATCH 05/27] [AARCH64] Use PTR_REG in crti.S.

Re: [PATCH 05/37] Manual typos: String and Array Utilities

[PATCH 06/14 v3] Compile the entire dynamic linker with -fno-stack-protector.

[PATCH 06/19] arm64:uapi: set __BITS_PER_LONG correctly for ILP32 and LP64

[PATCH 06/23] [AARCH64] Use PTR_REG/PTR_SIZE/PTR_SIZE_LOG in dl-tlsesc.S

[PATCH 06/27] [AARCH64] Use PTR_REG/PTR_SIZE/PTR_SIZE_LOG in dl-tlsesc.S

Re: [PATCH 06/37] Manual typos: Character Set Handling

[PATCH 07/14 v6] Prevent the rtld mapfile computation from dragging in __stack_chk_fail*.

[PATCH 07/19] thread: move thread bits accessors to separated file

[PATCH 07/23] [AARCH64] Use PTR_* macros in dl-trampoline.S

[PATCH 07/27] [AARCH64] Use PTR_* macros in dl-trampoline.S

Re: [PATCH 07/37] Manual typos: Locales and Internationalization

[PATCH 08/14 v6] Work even with compilers hacked to enable -fstack-protector by default.

[PATCH 08/19] arm64: introduce is_a32_task and is_a32_thread (for AArch32 compat)

[PATCH 08/23] [AARCH64] Use PTR_* in start.S

[PATCH 08/27] [AARCH64] Use PTR_* in start.S

Re: [PATCH 08/37] Manual typos: Message Translation

[PATCH 09/14 v6] Add stack_chk_fail_local to libc.so.

[PATCH 09/19] arm64: ilp32: add is_ilp32_compat_{task,thread} and TIF_32BIT_AARCH64

[PATCH 09/23] [AARCH64] Use PTR_REG in getcontext.S.

[PATCH 09/27] [AARCH64] Use PTR_REG in getcontext.S.

Re: [PATCH 09/37] Manual typos: Searching and Sorting

[PATCH 1/2] Consolidate preadv/preadv64 implementation

Re: [PATCH 1/3] Remove __ASSUME_FUTEX_LOCK_PI

[PATCH 1/3] Remove __ASSUME_OFF_DIFF_OFF64 definition

Re: [PATCH 1/4] Move sysdeps/generic/bits/hwcap.h to top-level bits/.

[PATCH 1/6] Refactor part of math Makefile

[PATCH 1/8] Use gcc attribute ifunc in libc_ifunc macro instead of inline assembly due to false debuginfo.

[PATCH 10/14 v6] De-PLTize __stack_chk_fail internal calls within libc.so.

[PATCH 10/19] arm64: introduce binfmt_elf32.c

[PATCH 10/23] [AARCH64] Detect ILP32 in configure scripts.

[PATCH 10/27] [AARCH64] Detect ILP32 in configure scripts.

Re: [PATCH 10/37] Manual typos: Pattern Matching

[PATCH 11/14 v3] Link various tests with -fno-stack-protector.

[PATCH 11/19] arm64: ilp32: introduce binfmt_ilp32.c

[PATCH 11/23] [AARCH64] Add ILP32 support to elf_machine_load_address.

[PATCH 11/27] [AARCH64] Syscalls for ILP32 are passed always via 64bit values.

[PATCH 12/14] Drop explicit stack-protection of pieces of the system.

[PATCH 12/19] arm64: ptrace: handle ptrace_request differently for aarch32 and ilp32

[PATCH 12/23] [AARCH64] Add ILP32 to makefiles

[PATCH 12/27] [AARCH64] Add ILP32 support to elf_machine_load_address.

[PATCH 13/14 v7] Do not stack-protect sigreturn stubs.

[PATCH 13/19] arm64: ilp32: share aarch32 syscall handlers

[PATCH 13/23] [AARCH64] Add support to ldconfig for ILP32 and libilp32

Re: [PATCH 13/23] arm64: introduce is_a32_task and is_a32_thread (for AArch32 compat)

[PATCH 13/27] [AARCH64] Set up wordsize for ILP32.

[PATCH 14/14 v5] Enable -fstack-protector=* when requested by configure.

[PATCH 14/19] arm64: ilp32: add sys_ilp32.c and a separate table (in entry.S) to use it

[PATCH 14/23] [AARCH64] Add ILP32 ld.so to the known interpreter names.

[PATCH 14/27] [AARCH64] Add ILP32 to makefiles

[PATCH 15/19] arm64: signal: share lp64 signal routines to ilp32

[PATCH 15/23] [AARCH64] Add ldd-rewrite.sed so that ilp32 ld.so can be found

[PATCH 15/27] [AARCH64] Add support to ldconfig for ILP32 and libilp32

[PATCH 16/19] arm64: signal32: move ilp32 and aarch32 common code to separated file

[PATCH 16/23] [AARCH64] Make lp64 and ilp32 directories.

Re: [PATCH 16/23] arm64: ilp32: introduce binfmt_ilp32.c

[PATCH 16/27] [AARCH64] Add ILP32 ld.so to the known interpreter names.

[PATCH 17/19] arm64: ilp32: introduce ilp32-specific handlers for sigframe and ucontext

[PATCH 17/23] [AARCH64] ILP32: introduce syscalls that pass off_t

Re: [PATCH 17/23] arm64: ptrace: handle ptrace_request differently for aarch32 and ilp32

[PATCH 17/27] [AARCH64] Add ldd-rewrite.sed so that ilp32 ld.so can be found

[PATCH 18/19] arm64:ilp32: add vdso-ilp32 and use for signal return

[PATCH 18/23] [AARCH64] ILP32: support stat syscall family

[PATCH 18/27] [AARCH64] Add kernel_sigaction.h for AARCH64 ILP32

[PATCH 19/19] arm64:ilp32: add ARM64_ILP32 to Kconfig

[PATCH 19/23] [AARCH64] delouse input arguments in system functions

[PATCH 19/27] [AARCH64] Add typesizes.h for ILP32

[PATCH 2/2] Consolidate pwritev/pwritev64 implementations

Re: [PATCH 2/3] network: recvmsg and sendmsg standard compliance (BZ#16919)

Re: [PATCH 2/3] Remove __ASSUME_SET_ROBUST_LIST

Re: [PATCH 2/4] Minimize sysdeps code involved in defining major/minor/makedev.

[PATCH 2/6] Support for type-generic libm function implementations libm

[PATCH 2/8] s390: Refactor ifunc resolvers due to false debuginfo.

[PATCH 20/23] [AARCH64] Fix ILP32 warning

[PATCH 20/27] [AARCH64] Make lp64 and ilp32 directories.

[PATCH 21/23] [AARCH64] Make __SIZEOF_SEM_T 16 for ILP32

Re: [PATCH 21/23] arm64: ilp32: introduce ilp32-specific handlers for sigframe and ucontext

[PATCH 21/27] [AARCH64] ILP32: introduce syscalls that pass off_t

[PATCH 22/23] off_t: fix register pair calculation for 64-bit case

[PATCH 22/27] [AARCH64] ILP32: support stat syscall family

[PATCH 23/23] [AARCH64] Take utmp{,x}.h from s390 port

[PATCH 23/27] [AARCH64] delouse input arguments in system functions

[PATCH 24/27] Add support for AT_ARM64_MIDR.

[PATCH 25/27] [AARCH64] Fix ILP32 warning

[PATCH 26/27] [AARCH64] Change type of __align to long long

[PATCH 27/27] Fix PTRDIFF_MIN/PTRDIFF_MIN and PTRDIFF_MIN for ILP32.

Re: [PATCH 27/37] Manual typos: Users and Groups

Re: [PATCH 28/37] Manual typos: System Management

Re: [PATCH 29/37] Manual typos: System Configuration Parameters

Re: [PATCH 3/3] Add runtime check for __ASSUME_REQUEUE_PI (BZ#18463)

[PATCH 3/3] Consolidate posix_fallocate{64} implementations

Re: [PATCH 3/4] Add utility macros for clang detection, and deprecation with messages.

[PATCH 3/6] Convert _Complex cosine functions to generated code

[PATCH 3/8] i386, x86: Use libc_ifunc macro for time, gettimeofday.

Re: [PATCH 30/37] Manual typos: DES Encryption and Password Handling

Re: [PATCH 31/37] Manual typos: Debugging support

Re: [PATCH 32/37] Manual typos: POSIX Threads

Re: [PATCH 33/37] Manual typos: Internal probes

Re: [PATCH 34/37] Manual typos: C Language Facilities in the Library

Re: [PATCH 35/37] Manual typos: Installing

Re: [PATCH 36/37] Manual typos: Library Maintenance

Re: [PATCH 37/37] Manual typos: Contributors to

Re: [PATCH 4/4] Deprecate inclusion of <sys/sysmacros.h> by <sys/types.h>

[PATCH 4/6] Convert _Complex sine functions to generated code

[PATCH 4/8] ppc: Use libc_ifunc macro for time, gettimeofday.

[PATCH 5/6] Convert _Complex tangent functions to generated code

[PATCH 5/8] Use libc_ifunc macro for clock_* symbols in librt.

[PATCH 6/6] Convert remaining complex function to generated files

[PATCH 6/8] Use libc_ifunc macro for system in libpthread.

[PATCH 7/8] Use libc_ifunc macro for vfork in libpthread.

[PATCH 8/8] Use libc_ifunc macro for siglongjmp, longjmp in libpthread.

Re: [PATCH RFC][BZ 19944] ntpl: pthread_mutex_lock() use a wrapper for error checking

[PATCH v2 0/2] Fix robust mutex daedlock [BZ #20263]

[PATCH v2 0/2] Updates for EM_* values

[PATCH v2 1/2] Consolidate preadv/preadv64 implementation

[PATCH v2 1/2] elf.h: Sync with the gabi webpage

[PATCH v2 1/2] Fix robust mutex daedlock [BZ #20263]

[PATCH v2 1/2] New locale ca_ES at valencia [BZ #2522]

[PATCH v2 2/2] Add tst-robust10.c tests

[PATCH v2 2/2] Consolidate pwritev/pwritev64 implementations

[PATCH v2 2/2] elf.h: Add declarations for BPF

[PATCH v2 2/2] New locale de_LI

Re: [PATCH v2] [BZ 17956] Fix build failure due to missing definitions from header file nss/nss.h when Mozilla NSS is used for cryptography

[PATCH v2] Add getrandom implementation [BZ #17252]

Re: [PATCH v2] Fix misaligned access accessing HEADER struct in res_query.c

[PATCH v2] Fix p{readv,writev}{64} consolidation implementation

[PATCH v2] localedata: i18napis: update LC_ADDRESS.country_post

[PATCH v2] malloc: Run tests without calling mallopt [BZ #19469]

[PATCH v2] nptl: Add sendmmsg and recvmmsg cancellation tests

[PATCH V2] powerpc: Add a POWER8-optimized version of expf()

[PATCH v2] Remove atomic_compare_and_exchange_bool_rel.

[PATCH v2] test-skeleton: redirect stderr to stdout

Re: [PATCH v2] Treat STV_HIDDEN and STV_INTERNAL symbols as STB_LOCAL

[PATCH v2] Update the i18n, UTF-8 and translit_* files to Unicode 9.0.0

[PATCH v3 2/3] Consolidate fallocate{64} implementations

[PATCH v3] Add nextup and nextdown math functions

[PATCH v3] Fix misaligned accesses to fields in HEADER struct defined in <arpa/nameser_compat.h>

[PATCH v3] Set NODELETE flag after checking for NULL pointer

[PATCH v3] Update the i18n, UTF-8 and translit_* files to Unicode 9.0.0 [BZ #20313]

Re: [PATCH v4 0/3] Fix {recv,send}{m}msg standard compliance (BZ#16919)

[PATCH v4] Add nextup and nextdown math functions

Re: [PATCH v4] When using the Mozilla NSS library for cryptography, include the NSPR header files

Re: [PATCH V4][BZ #18441] fix sorting multibyte charsets with an improper locale

Re: [PATCH v6 00/21] ILP32 for ARM64

[PATCH v7] Add pretty printers for the NPTL lock types

[PATCH v8] Add pretty printers for the NPTL lock types

[PATCH v9] Add pretty printers for the NPTL lock types

Re: [PATCH x86-64][BZ #20024] Fixed vector sincos/sincosf ABI

[PATCH x86_64][BZ #20139] Don't allow configure with not supporting AVX512 assembler w/o --disable-avx512.

[PATCH: hppa] Fix loading of global pointer in _start

Re: [PATCH] [BZ #19654] Added tests for *_finite aliases from libmvec

[patch] [BZ #19670] [BZ #19672] Replace malloc with xmalloc

Re: [PATCH] [BZ #19776]: X86-64: Remove previous default/SSE2/AVX2 memcpy/memmove

[PATCH] [BZ #20309] X86-64: Properly align stack in _dl_tlsdesc_dynamic

[PATCH] [BZ #20314] Make copies of cstdlib/cmath and use them

Re: [PATCH] _nss_nis_initgroups_dyn: Return error status

[PATCH] Add a new macro to mask a float

Re: [PATCH] Add atomic operations required by the new condition variable.

[PATCH] Add compile testing to glibc test framework.

[PATCH] Add getrandom implementation [BZ #17252]

Re: [PATCH] Add nextup and nextdown math functions

Re: [PATCH] Add random memcpy test

[PATCH] Add support for referencing specific symbol versions

[PATCH] Always indirect branch to __libc_start_main via GOT

[PATCH] Avoid array-bounds warning in testsuite on i586

[PATCH] Avoid attempt for runtime checks if all environments are defined

Re: [PATCH] BZ #14906: Enhance nscd's inotify support.

[PATCH] Call tls_get_addr via GOT for GNU TLS if possible

[PATCH] Check -non_temporal_store in GLIBC_IFUNC

[PATCH] Check ERMS in memmove/memcpy/mempcpy/memset

[PATCH] Compile tst-cleanupx4 test with -fexceptions

[PATCH] Consolidate fallocate/fallocate64 implementations

[PATCH] debug/tst-longjmp_chk2: Make signal handler more conservative [BZ #20248]

[patch] Delete references to --without-tls

Re: [PATCH] deprecate libnsl (Version 3)

Re: [PATCH] Disable rest of sunrpc, too

[PATCH] elf: Add declarations for BPF

[PATCH] elf: Avoid using memalign for TLS allocations [BZ #17730]

[PATCH] elf: Consolidate machine-agnostic DTV definitions in <dl-dtv.h>

[PATCH] elf: dl-minimal malloc needs to respect fundamental alignment

[PATCH] elf: Do not use memalign for TCB/TLS blocks allocation [BZ #17730]

[PATCH] Export stack_used as __stack_used

[PATCH] fallocate: pass off_t in register pair correctly for 64-bit off_t

[PATCH] Fix generic __lll_robust_timedlock_wait to check for timeout (bug 20263)

[PATCH] Fix linux/stddef.h coordination with glibc (Bug 20215)

[PATCH] Fix misaligned access accessing HEADER struct in res_query.c

[PATCH] Fix nscd assertion failure in gc (bug 19755)

[PATCH] Fix p{readv,writev}{64} consolidation implementation

[PATCH] Fix quick_exit to match C++11 specification.

[PATCH] Fix robust mutex daedlock [BZ #20263]

Re: [PATCH] Fix string/test-strncmp.c to work with wide chars.

[PATCH] Fix the atomic_compare_and_exchange_*_rel definitions.

[PATCH] Fixes TLS performance degradation after dlopen

[PATCH] fopencookie: Mangle function pointers stored on the heap [BZ #20222]

[PATCH] gshadow: Handle the parser's full buffer error code

Re: [PATCH] ilp32: fix {GET,SET}SIGMASK request for ptrace

Re: [PATCH] Implement strlcpy, strlcat [BZ #178]

[PATCH] libio vtable validation [BZ #20191]

[PATCH] libio: Consolidate vtable definitions in a single file

[PATCH] libio: Use wmemset instead of __wmemset to avoid linknamespace issue

[PATCH] localedata: da_DK: set date_fmt [BZ #17297]

[PATCH] localedata: i18napis: update LC_ADDRESS.country_post

[PATCH] localedata: pt_BR/pt_PT: make days/months lowercase [BZ #19133]

[PATCH] localedata: ro_RO: update Tuesday translation [BZ #18911]

Re: [PATCH] localedef --old-style is a no-op

[PATCH] malloc: Avoid premature fallback to mmap [BZ #20284]

[PATCH] malloc: Correct size computation in realloc for dumped fake mmapped chunks

Re: [PATCH] malloc: Remove __malloc_initialize_hook from the API [BZ #19564]

[PATCH] malloc: Remove malloc_get_state, malloc_set_state

[PATCH] malloc: Run tests without calling mallopt [BZ #19469]

[PATCH] malloc_usable_size: Use correct size for dumped fake mapped chunks

[PATCH] MIPS, SPARC: fix wrong vfork aliases in libpthread.so

[PATCH] MIPS: run tst-mode-switch-{1,2,3}.c using test-skeleton.c

Re: [PATCH] New condvar implementation that provides stronger ordering guarantees.

[PATCH] no wrappers

[PATCH] nptl: Add more coverage in tst-cancel4

[PATCH] nptl: Add sendmmsg and recvmmsg cancellation tests

[PATCH] nss_db: Fix initialization of iteration position [BZ #20237]

[PATCH] off_t: fix register pair calculation for 64-bit case

[PATCH] powerpc: Add a POWER8-optimized version of expf()

[PATCH] powerpc: Add a POWER8-optimized version of sinf()

[PATCH] powerpc: Cleanup fenv_private.h

Re: [PATCH] powerpc: Fix --disable-multi-arch build on POWER8

Re: [PATCH] powerpc: strcasecmp/strncasecmp optmization for power8

[PATCH] Prevent GCC 6 <cstdlib> from including /usr/include/stdlib.h

[PATCH] Refactor Linux raise implementation (BZ#15368)

[PATCH] Refactor part of math Makefile

[PATCH] Remove atomic_compare_and_exchange_bool_rel.

[PATCH] Return proper status from _nss_nis_initgroups_dyn (bug 20262)

[PATCH] Revert __malloc_initialize_hook symbol poisoning

[PATCH] Revert {send,sendm,recv,recvm}msg conformance changes

[PATCH] S390: Fix relocation of _nl_current_LC_CATETORY_used in static build. [BZ #19860]

[PATCH] S390: Refactor ifunc resolvers due to false debuginfo.

[PATCH] S390: Use DT_JUMPREL in prelink undo code.

[PATCH] SPARC64: update localplt.data

[PATCH] SPARC: fix nearbyint on sNaN input

[PATCH] sunrpc/clnt_udp.c: always respect timeout(s)

[PATCH] Support for type-generic libm function implementations libm

[PATCH] Support i386 TLS code sequences without PLT

[PATCH] Support x86-64 TLS code sequences without PLT

[PATCH] test-skeleton.c (xrealloc): Support realloc-as-free

[PATCH] test-skeleton.c: Add write_message function

[PATCH] test-skeleton.c: Do not enable M_PERTURB

[PATCH] test-skeleton.c: xmalloc, xcalloc, xrealloc are potentially unused

[PATCH] test-skeleton: redirect stderr to stdout

[PATCH] tst-rec-dlopen: Fix build fail due to missing inclusion of string.h

Re: [PATCH] tst-rec-dlopen: Use custom malloc instead of hooks

[PATCH] Update the i18n, UTF-8 and translit_* files to Unicode 9.0.0

Re: [PATCH] Use strlen when searching for a nul char

[PATCH] X86-64: Add dummy memcopy.h and wordcopy.c

Fw: [PATCH][AArch64] Add optimized memchr

Re: [PATCH][AArch64] Add rawmemchr

Fw: [PATCH][AArch64] Optimized memcpy/memmove

Fw: [PATCH][AArch64] Tune memcpy

[PATCH][BZ #15527] strftime_l.c: Support lowercase output

[PATCH][BZ 16190] eo: new esperanto locale

[PATCHv2] Refactor part of math Makefile

[PATCHv2] Support for type-generic libm function implementations libm

Re: [PATCHv3 08/11] Apply LIT(x) to floating point literals in libm-test.c

Re: [PATCHv3 09/11] Remove CHOOSE() macro from libm-tests.inc

Re: [PATCHv3 10/11] Remove type specific information from auto-libm-test-in

Re: [PATCHv3 11/11] Generate new format names in auto-libm-test-out

Re: [PING 4][PATCH v6] Add pretty printers for the NPTL lock types

[PING] [PATCH 00/37] Manual typos: Overview

[PING] Avoid excessive buffer size in libio (was: Re: [PATCH] libio: Always use _IO_BUFSIZE for stream buffers [BZ #4099])

Re: [PING][BZ 10871] Month names in genitive case

Re: [PING][PATCH 1/8] Use gcc attribute ifunc in libc_ifunc macro instead of inline assembly due to false debuginfo.

[PING][PATCH V4][BZ #18441] fix sorting multibyte charsets with an improper locale

[RFC nowrap: PATCH v7 00/19] ILP32 for ARM64

[RFC PATCH 00/27] ARM64: support ILP32

[RFC PATCH] [AARCH64] ILP32: support stat syscall family

[RFC PATCH] AARCH64/ILP32: introduce kernel time types

[RFC v2][PATCH 00/27] Infinity full-system preview

[RFC v2][PATCH 01/27] Add NT_GNU_INFINITY to elf.h

[RFC v2][PATCH 02/27] Add Infinity THREAD_SELF macros to sysdeps/aarch64/nptl/tls.h

[RFC v2][PATCH 03/27] Add Infinity THREAD_SELF macros to sysdeps/alpha/nptl/tls.h

[RFC v2][PATCH 04/27] Add Infinity THREAD_SELF macros to sysdeps/arm/nptl/tls.h

[RFC v2][PATCH 05/27] Add Infinity THREAD_SELF macros to sysdeps/hppa/nptl/tls.h

[RFC v2][PATCH 06/27] Add Infinity THREAD_SELF macros to sysdeps/i386/nptl/tls.h

[RFC v2][PATCH 07/27] Add Infinity THREAD_SELF macros to sysdeps/ia64/nptl/tls.h

[RFC v2][PATCH 08/27] Add Infinity THREAD_SELF macros to sysdeps/m68k/nptl/tls.h

[RFC v2][PATCH 09/27] Add Infinity THREAD_SELF macros to sysdeps/microblaze/nptl/tls.h

[RFC v2][PATCH 10/27] Add Infinity THREAD_SELF macros to sysdeps/mips/nptl/tls.h

[RFC v2][PATCH 11/27] Add Infinity THREAD_SELF macros to sysdeps/nios2/nptl/tls.h

[RFC v2][PATCH 12/27] Add Infinity THREAD_SELF macros to sysdeps/powerpc/nptl/tls.h

[RFC v2][PATCH 13/27] Add Infinity THREAD_SELF macros to sysdeps/s390/nptl/tls.h

[RFC v2][PATCH 14/27] Add Infinity THREAD_SELF macros to sysdeps/sh/nptl/tls.h

[RFC v2][PATCH 15/27] Add Infinity THREAD_SELF macros to sysdeps/sparc/nptl/tls.h

[RFC v2][PATCH 16/27] Add Infinity THREAD_SELF macros to sysdeps/tile/nptl/tls.h

[RFC v2][PATCH 17/27] Add Infinity THREAD_SELF macros to sysdeps/x86_64/nptl/tls.h

[RFC v2][PATCH 18/27] New gen-as-const-header infinity-thread_self.h

[RFC v2][PATCH 19/27] New gen-as-const-headers infinity-nptl{,_db}-constants.h

[RFC v2][PATCH 20/27] Add ./configure checks for I8C and I8X

[RFC v2][PATCH 21/27] Add Makerules to build %.o and %.os from %.i8

[RFC v2][PATCH 22/27] Export stack_used as __stack_used

[RFC v2][PATCH 23/27] New Infinity header infinity-nptl.i8

[RFC v2][PATCH 24/27] Add Infinity notes implementing libpthread::map_lwp2thr

[RFC v2][PATCH 25/27] Add Infinity notes implementing libpthread::thr_iter

[RFC v2][PATCH 26/27] Add Infinity notes implementing libpthread::thr_get_lwpid

[RFC v2][PATCH 27/27] Add Infinity notes implementing libpthread::thr_get_state

[RFC2 PATCH 00/23] ARM64: support ILP32

[RFC] Forcing 64-bits __OFF_T_TYPE and __INO_T_TYPE for new 32-bit architectures?

[RFC] Support for type-generic libm function implementations libm

[RFC] tgmath.h and math/Makefile refactor

[RFC] Update minimum make version to 3.81

Re: [RFC][PATCH v2 3/6] Implement the %OB specifier - alternative month names (bug 10871)

Re: [WIP] resolv/res_send.c (__libc_res_nsend): Correctly sanity check buffer size.

_IO_check_libio miscompiled on mips64el

Add more sNaN tests (cimag, conj, copysign, creal, fma, fmod) [committed]

Add more sNaN tests (most remaining real functions) [committed]

Re: Adding __float128 (i.e TS 18661-3)

Re: Adding __float128 (i.e TS 18661-3) [v2]

Re: Alternative libio vtable hardening approach

Avoid "inexact" exceptions in i386/x86_64 ceil functions (bug 15479)

Avoid "inexact" exceptions in i386/x86_64 floor functions (bug 15479)

Avoid "inexact" exceptions in i386/x86_64 trunc functions (bug 15479)

Re: Bug vandalism on sourceware.org bug tracker.

Consensus on unit tests?

Detecting multiple libcs

Re: Do we care about malloc failure in tests?

Failing tst-initorder2 on glibc master.

Fix dbl-64 acos (sNaN) (bug 20212) [committed]

Fix dbl-64 asin (sNaN) (bug 20213) [committed]

Fix dbl-64 atan2 (sNaN, qNaN) (bug 20252) [committed]

Fix frexp (NaN) (bug 20250) [committed]

Fix i386 asinhl (sNaN) (bug 20218) [committed]

Fix i386 atanhl (sNaN) (bug 20219) [committed]

Fix i386 cbrtl (sNaN) (bug 20224) [committed]

Fix i386 fdim double rounding (bug 20255) [committed]

Fix i386/x86_64 expl, exp10l, expm1l for sNaN input (bug 20226) [committed]

Fix i386/x86_64 log10l (sNaN) (bug 20228) [committed]

Fix i386/x86_64 log1pl (sNaN) (bug 20229) [committed]

Fix i386/x86_64 log2l (sNaN) (bug 20235) [committed]

Fix i386/x86_64 logl (sNaN) (bug 20227) [committed]

Fix i386/x86_64 scalbl with sNaN input (bug 20296) [committed]

Fix ldbl-128 expm1l (sNaN) (bug 20232) [committed]

Fix ldbl-128ibm expm1l (sNaN) (bug 20233) [committed]

Fix ldbl-128ibm log1pl (sNaN) (bug 20234) [committed]

Fix ldexp, scalbn, scalbln for sNaN input (bug 20225) [committed]

Fix modf (sNaN) (bug 20240) [committed]

Fix x86/x86_64 nextafterl incrementing negative subnormals (bug 20205) [committed]

FMA4 detection fails.

Fourth draft of the Y2038 design document

glibc 2.24 --- Starting soft/slush freeze discussion

Inscription sur Ashareek.com

libtest.a (was: Re: [PATCH] Fix p{readv,writev}{64} consolidation implementation)

Linux Extended-stat system call

math tests: reduced precision on Opteron 6272

MIPS: test-float fma math tests trigger underflow exception

New optimized string routines for Intel and alignment of stack.

Re: nss_files testing

PATCH: Check GLIBC_IFUNC to enable/disable ifunc features

Ping Re: Support __STDC_WANT_LIB_EXT2__ feature test macro

Re: PING: [PATCH] X86-64: Remove the previous SSE2/AVX2 memsets

Ping^2 Re: Support __STDC_WANT_LIB_EXT2__ feature test macro

Ping^3 Re: Support __STDC_WANT_LIB_EXT2__ feature test macro

Re: RFC: avoiding "inexact" from x86 ceil / floor / trunc

RFC: Check GLIBC_IFUNC to enable/disable ifunc features

RFC: Check IFUNC_XXX to enable/disable ifunc feature

Re: RFC: handling ISO C feature test macros

RFC: TS 18661-1 floating-point interfaces

Scuba divers Email List

Simplify generic fdim implementations [committed]

Simplify x86 nearbyint functions [committed]

Support __STDC_WANT_LIB_EXT2__ feature test macro

Third draft of the Y2038 design document

Upcoming feature freeze vs. concurrency change

Update if.h to match Linux kernel headers?

Use generic fdim on more architectures (bug 6796, bug 20255, bug 20256) [committed]

Re: utmp

utmp (was: [RFC PATCH] AARCH64/ILP32: introduce kernel time types)

zsh locale related completions


Indexes: [Date Index] [Subject Index] [Author Index] [Thread Index]
Site Nav: [Browse other archives for this mailing list]
[Browse other mailing lists at this site]
Search: Limit to:

Mail converted by MHonArc