libc-alpha archive
subject index for October, 2015

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:

[2.19]: please backport 8dc9751: Fix parsing of getai result from nscd for IPv6-only request

[BZ 15578] The kk_KZ locale update

[COMMITTED 2.19] CVE-2014-8121: Do not close NSS files database during iteration [BZ #18007]

[COMMITTED 2.19] Don't ignore too long lines in nss_files (BZ #17079)

[COMMITTED 2.19] Fix BZ #17269 -- _IO_wstr_overflow integer overflow

[COMMITTED 2.19] Fix read past end of pattern in fnmatch (bug 18032)

[COMMITTED 2.21] CVE-2014-8121: Do not close NSS files database during iteration [BZ #18007]

[COMMITTED 2.22] PowerPC: Fix a race condition when eliding a lock

[committed, PATCH] [BZ #19124] ld.so failed to build with older assmebler

[COMMITTED] 2.22: Bug 18589: Fix strcoll_l incorrect sorting.

[COMMITTED] Bug 18589: Revert strcoll optimization using strdiff.

[COMMITTED] BZ #19086: Fix documented argument order for posix_fallocate64.

[COMMITTED] include/stap-probe.h: Fix formatting.

[COMMITTED] malloc: Consistently apply trim_threshold to all heaps.

Re: [COMMITTED] manual/filesys.texi: O_WRONLY files also fail with EBADF when used with posix_fallocate emulation.

[COMMITTED] Mark lseek/llseek as non-cancellable

[COMMITTED] tile: avoid preprocessor redefinition warnings

[COMMITTED] tile: regenerate libm-test-ulps

[COMMITTED] Update NEWS to mention drive-by fix for bug 18699.

Re: [musl] Compiler support for erasure of sensitive data

Re: [musl] Re: Compiler support for erasure of sensitive data

[PATCH 0/2] Add minimal code for IEEE 128-bit floating point

[PATCH 0/3] Remove more unnecessary PLT relocations in librtld.os

[PATCH 0/6] Avoid PLT in i386 syscalls

[PATCH 00/13] nptl: Fix Race conditions in pthread cancellation (BZ#12683)

[PATCH 00/19] Remove unnecessary PLT relocations in librtld.os

[PATCH 01/13] nptl: Add NPTL cases for cancellation failures cases

[PATCH 01/19] Mark i386 _dl_unmap hidden

Re: [PATCH 01/25] _dl_fini: Rewrite to use VLA instead of extend_alloca

[PATCH 02/13] nptl: Fix testcases for new pthread cancellation mechanism

[PATCH 02/19] Mark x86_64 _dl_unmap hidden

[PATCH 03/13] Mark lseek/llseek as non-cancellable

[PATCH 03/19] Mark i386 _dl_make_tlsdesc_dynamic hidden

[PATCH 04/13] nptl: Fix Race conditions in pthread cancellation (BZ#12683)

[PATCH 04/19] Mark x86_64 _dl_make_tlsdesc_dynamic hidden

[PATCH 05/13] nptl: powerpc64: Fix Race conditions in pthread cancellation (BZ#12683)

[PATCH 05/19] Mark _wordcopy_XXX functions hidden

[PATCH 06/13] nptl: x86_64: Fix Race conditions in pthread cancellation (BZ#12683)

[PATCH 06/19] Mark internal _dl_XXX functions hidden

[PATCH 07/13] nptl: x32: Fix Race conditions in pthread cancellation (BZ#12683)

[PATCH 07/19] Mark internal _itoa functions hidden

[PATCH 08/13] nptl: i386: Fix Race conditions in pthread cancellation (BZ#12683)

[PATCH 08/19] Mark _dl_catch_error hidden

[PATCH 09/13] nptl: ppc32: Fix Race conditions in pthread cancellation (BZ#12683)

[PATCH 09/19] Mark internal dirent functions hidden

[PATCH 1/1] aarch64/dl-machine.h: Fix load-address for prelink support

[PATCH 1/1] rtld.c: prelink soname mismatch fix

[PATCH 1/2] Introduce pthread_self_t

Re: [PATCH 1/2] PowerPC: Fix operand prefixes

[PATCH 1/2] Remove ancient GCC string inlines

[PATCH 1/2] soft-fp: Automatically create KF files from TF ones

[PATCH 1/3] Mark ld.so internel mmap functions hidden

[PATCH 1/6] Add INLINE_SYSCALL_ERROR_RETURN

[PATCH 1/6] Add INLINE_SYSCALL_ERROR_RETURN_VALUE

[PATCH 10/13] nptl: aarch64: Fix Race conditions in pthread cancellation (BZ#12683)

[PATCH 10/19] Mark internal fcntl functions hidden

[PATCH 11/13] nptl: arm: Fix Race conditions in pthread cancellation (BZ#12683)

[PATCH 11/19] Mark ld.so internel __profile_frequency hidden

[PATCH 12/13] nptl: s390: Fix Race conditions in pthread cancellation (BZ#12683)

[PATCH 12/19] Mark internal setjmp functions hidden

[PATCH 13/13] nptl: s390x: Fix Race conditions in pthread cancellation (BZ#12683)

[PATCH 13/19] Mark ld.so internel sigaction functions hidden

[PATCH 14/19] Mark ld.so internel stdlib functions hidden

[PATCH 15/19] Mark ld.so internel string functions hidden

[PATCH 16/19] Mark ld.so internel mmap functions hidden

[PATCH 17/19] Mark ld.so internel __fxstatat64 hidden

[PATCH 18/19] Mark ld.so internel __uname hidden

[PATCH 19/19] Mark internel unistd functions hidden

Re: [PATCH 2/2] PowerPC: Add comments to optimized strncpy

Re: [PATCH 2/2] powerpc: Optimize lock elision for pthread_mutex_t

[PATCH 2/2] Remove ancient GCC string inlines

[PATCH 2/2] soft-fp: Add new KF routines

[PATCH 2/2] x86_64: Use __seg_tls for thread access when available

[PATCH 2/3] Mark ld.so internel __fxstatat64 hidden

[PATCH 2/6] Use INLINE_SYSCALL_ERROR_RETURN

[PATCH 2/6] Use INLINE_SYSCALL_ERROR_RETURN_VALUE

[PATCH 3/3] Mark internel unistd functions hidden

[PATCH 3/6] Avoid reading errno in syscall implementations

[PATCH 4/6] Use INTERNAL_SYSCALL and INLINE_SYSCALL_ERROR_RETURN

[PATCH 5/6] Optimize i386 syscall inlining

[PATCH 6/6] i386: Remove syscall assembly codes with 6 arguments

[PATCH COMMITTED] iconvdata: Add missing const to lookup table definitions

[PATCH COMMITTED] nss_nis: Do not call malloc_usable_size [BZ #10432]

[PATCH COMMITTED] x86_64: Regenerate ulps [BZ #19168]

Re: [PATCH v2 0/5] Add support for ISO C11 threads.h

Re: [PATCH v2 1/5] Clean pthread types namespace for all archs.

Re: [PATCH v2 2/5] Clean pthread functions namespaces for C11 threads

Re: [PATCH v2 3/5] Add C11 threads.h support.

Re: [PATCH v2 4/5] Add manual documentation for threads.h

Re: [PATCH v2 5/5] Add test cases for ISO C11 threads

[PATCH v2] Add LFS support for fts functions [BZ #11460]

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

[PATCH v2] Add test case for C++11 thread_local support

[PATCH v2] Fix double-checked locking in _res_hconf_reorder_addrs [BZ #19074]

Re: [PATCH v2] Improve debugging for manual safety annotations

[PATCH v2] libio: use PTR_MANGLE/PTR_DEMANGLE for FILE vtables

[PATCH v2] malloc: Prevent arena free_list from turning cyclic [BZ #19048]

[PATCH v2] nptl: Add NPTL cases for cancellation failures cases

[PATCH v2] nptl: Fix testcases for new pthread cancellation mechanism

[PATCH v2] vfprintf: Rewrite printf_positional to use struct scratch_buffer

[PATCH v2] vfscanf: Use struct scratch_buffer instead of extend_alloca

[PATCH v3] Add LFS support for fts functions [BZ #11460]

Re: [PATCH v3] Don't fall back to mmap if there are still locked non-avoided arenas to try.

[PATCH v3] Fix double-checked locking in _res_hconf_reorder_addrs [BZ #19074]

[PATCH v3] Implement strlcpy [BZ #178]

[PATCH v3] malloc: Prevent arena free_list from turning cyclic [BZ #19048]

[PATCH v3] nptl: Fix testcases for new pthread cancellation mechanism

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

[PATCH v4 COMMITTED] malloc: Prevent arena free_list from turning cyclic [BZ #19048]

[PATCH v4] Add LFS support for fts functions [BZ #11460]

Re: [PATCH v4] timezone: add a configure flag to disable program install

[PATCH v5] Add LFS support for fts functions [BZ #11460]

[PATCH-v2] powerpc: Provide __tls_get_addr () in static libc.

Re: [PATCH] 18969 - multiple string test failures due to missing locale dependencies

Re: [PATCH] [BZ #19007] FAIL: elf/check-localplt with -z now and binutuls 2.26

[PATCH] [BZ #19137] i386/epoll_pwait.S doesn't support cancellation

[PATCH] [BZ #19178] ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA conflict

[PATCH] Add AT_PLATFORM to _dl_aux_init ()

[PATCH] Add LFS support for fts functions [BZ #11460]

[PATCH] Add test case for C++11 thread_local support

Re: [PATCH] Allow tests-special to be marked as UNSUPPORTED.

[PATCH] Assume that SOCK_CLOEXEC is available and works

Re: [PATCH] Avoid PLT when calling __sched_getaffinity_new

[PATCH] Avoid reading errno in syscall implementations

[PATCH] c++-types-check: Do not run this test if there is no C++ support

[PATCH] Change sync_file_range to be non-cancellable

[PATCH] Cleanup sync_file_range implementation

[PATCH] Detect if the C++ toolchain does not support -static

[PATCH] Fix a typo in argp manual

[PATCH] Fix a warning message in debug/tst-backtrace4.c

[patch] Fix build error for tst-printf-bz18872 on arm/aarch64 and s390

Re: [patch] Fix BZ 19012 -- memory leak on error path in iconv_open

[patch] Fix BZ 19165 -- overflow in fread / fwrite

[PATCH] Fix double-checked locking in _res_hconf_reorder_addrs [BZ #19074]

[PATCH] Fix SYSCALL_CANCEL for empty argumetns

[PATCH] fnmatch.3: Describe the FNM_EXTMATCH flag and pattern syntax

[PATCH] getusershell: rewrite from scratch [BZ #18660]

[PATCH] glibc: Remove CPU set size checking from affinity functions [BZ #19143]

[PATCH] glibc: Terminate process on invalid netlink response from kernel [BZ #12926]

Re: [PATCH] Gracefully handle incompatible locale data

[PATCH] Handle __gmon_start__ as undefined weak or hidden on hppa

Re: [PATCH] Harden put*ent functions against data injection [BZ #18724]

[PATCH] Harden tls_dtor_list with pointer mangling [BZ #19018]

[PATCH] hurd: Define and pass UTIME_NOW and UTIME_OMIT to new file_utimens RPC

Re: [PATCH] Ignore LD_POINTER_GUARD for set-user-ID/set-group-ID binaries.

[PATCH] Implement "make update-all-abi"

[PATCH] localedef: Add --localedir and --archive-file options (Bug 19130)

[PATCH] malloc: Prevent arena free_list from turning cyclic [BZ #19048]

[PATCH] malloc: Rewrite with explicit TLS access using __thread

[PATCH] MIPS memcpy performance improvement

[PATCH] nptl: Fix racy pipe closing in tst-cancel{20,21}

[patch] posix_fallocate.3: Mention glibc emulation caveats.

[PATCH] powerpc: More elision improvements

[PATCH] powerpc: Provide __tls_get_addr () in static libc

[PATCH] pylintrc: disable reports

Re: [PATCH] Remove CFLAGS for interp.c

[Patch] Remove warnings from timezone build when using latest GCC

Re: [PATCH] S/390: HW accelerated iconv module for iso-8859-1/cp37 conversions

[PATCH] S390: Call direct system calls for socket operations.

[PATCH] S390: Clean setjmp, longjmp, getcontext symbols.

[PATCH] Simplify the abilist format

[PATCH] sunrpc: Rewrite with explicit TLS access using __thread

[PATCH] The va_list pointer is unspecified after a call to vfprintf [BZ #18982]

[PATCH] use -fstack-protector-strong when available

[PATCH] Use strlen when searching for a nul char

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

RE: [PATCH][AArch64] Optimized memset

[PATCH][ARM] Fix _dl_tlsdesc_resolve_hold to save r0

Re: [PATCH][BZ #18441] add testcase from bugreport

Re: [PATCH][BZ 18743] PowerPC: Fix a race condition when eliding a lock

[PATCH][SPARC] sysdeps/sparc/preconfigure cleanup

Re: [PATCHv2] powerpc: Fix usage of elision transient failure adapt param

Re: [PATCHv2] powerpc: Spinlock optimization and cleanup

[PATCHv2] soft-fp: Automatically create KF files from TF ones

Re: [PATCHv3 1/2] nptl: Add adapt_count parameter to lll_unlock_elision

Re: [PATCHv3] powerpc: ABI change - add HWCAP/HWCAP2/platform info to TCB

Re: [PATCHv3] PowerPC: Fix a race condition when eliding a lock

[PATCHv3] powerpc: Spinlock optimization and cleanup

[PATCHv4] powerpc: ABI change - add HWCAP/HWCAP2/platform info to TCB

[PATCHv5] - powerpc: Add hwcap/hwcap2/platform data to TCB.

[PATCHv6] powerpc: Add hwcap/hwcap2/platform data to TCB

[PATCHv7] powerpc: Add hwcap/hwcap2/platform data to TCB

Re: [PING3][PATCHv3] PowerPC: Fix a race condition when eliding a lock

Re: [PING] pt_chown: Clear any signal mask inherited from the parent process.

[PING][PATCH v2] Add pretty printers for the NPTL lock types

Re: [PING][PATCH][SPARC] supporting more than 2g in niagara4 memcpy and memset

[PING^2][RFC][PATCH] generic hp_timing

[PING^2][RFC][PATCH] LD_DEBUG option to measure init time

[PING^3][RFC][PATCH] generic hp_timing

[PING^3][RFC][PATCH] LD_DEBUG option to measure init time

[RFC 0/2] Use address spaces for x86 tls

[RFC, VECTOR ABI] Allow __attribute__((vector)) in GCC by default.

[RFC] higher level tool for generating locale data needed

[RFC] Tunable elision patch for siddhesh/tunables

[RFC][PATCH 00/22] Add Infinity notes implementing td_ta_map_lwp2thr

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[RFC][PATCH 22/22] Add Infinity notes implementing td_ta_map_lwp2thr

Re: abort might not flush all open streams before process termination

abort might not flush all open streams before process termination (was: aarch64-suse-linux-gnu: libgomp.oacc-c-c++-common/abort-1.c, libgomp.oacc-c-c++-common/abort-3.c FAILs)

Add -std=gnu11 and -std=c11 NPTL initializers tests

Add more libm tests (fabs, fdim, fma, fmax, fmin, fmod) [committed]

Add more libm tests (fmod, fpclassify, frexp, hypot, ilogb, j0, j1, jn, log, log10, log2) [committed]

Add more libm tests (ilogb, is*, j0, j1, jn, lgamma, log*) [committed]

Add more scalb test expectations for "inexact" exception [committed]

Add more tests for ceil, floor, round, trunc [committed]

Add more tests of lrint, llrint, lround, llround [committed]

Any particular reason why mmap family functions aren't hidden in ld.so?

AW: AW: AW: RFC: POSIX timers and threads in a realtime context

AW: AW: RFC: POSIX timers and threads in a realtime context

AW: RFC: POSIX timers and threads in a realtime context

Re: Build error for tst-printf-bz18872 on arm/aarch64

Buildbot wiki page

Can we assume __thread support?

Consensus: Locale format may change from release to release?

Consensus: Security Hall of Fame, Security issue attributions, NEWS, and Contribution Checklist.

Convert 113 more function definitions to prototype style (files with assertions)

Convert 231 sysdeps function definitions to prototype style

Convert 24 more function definitions to prototype style (array parameters)

Convert 29 more function definitions to prototype style (multiple parameters in one K&R parameter declaration)

Convert 69 more function definitions to prototype style (line wrap cases)

Convert 703 function definitions to prototype style

Convert a few more function definitions to prototype style

Convert miscellaneous function definitions to prototype style

Correct "inexact" expectations in lround, llround tests [committed]

Do not leave files behind in /tmp from testing

Do not test sign of zero result from infinite argument to Bessel functions [committed]

Do not use -Wno-strict-prototypes

Don't use dbl-64/wordsize-64 lround based on llround for ILP32 (bug 19079)

First draft of the Y2038 design document

Fix dbl-64 lrint for 64-bit long (bug 19095) [committed]

Fix i386 / x86_64 nearbyint exception clearing (bug 15491)

Fix i386/x86_64 fesetenv SSE exception clearing (bug 19181)

Fix j1, jn missing errno setting on underflow (bug 18611) [committed]

Fix ldbl-128 / ldbl-128ibm lgamma overflow handling (bug 16347, bug 19046) [committed]

Fix ldbl-128 j0l spurious underflows (bug 19156) [committed]

Fix ldbl-128 log1pl (-qNaN) spurious "invalid" exception (bug 19189) [committed]

Fix ldbl-128 lrintl, lroundl missing exceptions for 32-bit long (bug 19085) [committed]

Fix ldbl-128ibm expl overflow in non-default rounding modes (bug 19078) [committed]

Fix ldbl-128ibm log1pl (-1) sign of infinity (bug 19076) [committed]

Fix ldbl-128ibm logl (1) sign of zero result (bug 19077)

Fix ldbl-96 lroundl just below powers of 2 (bug 19071) [committed]

Fix llrint, llround missing exceptions for ARM (bug 15470) [committed]

Fix lrint, llrint missing exceptions close to overflow threshold (bug 19094) [committed]

Fix lrint, llrint, lround, llround missing exceptions for MIPS (bug 16399) [committed]

Fix lround, llround missing exceptions close to overflow threshold (bug 19088) [committed]

Fix nexttoward overflow in non-default rounding modes (bug 19059)

Fix powerpc32 llrint, llrintf bad exceptions (bug 16422) [committed]

Fix powerpc32 llround, llroundf exceptions (bug 19125) [committed]

Fix powerpc32 lround, lroundf spurious exceptions (bug 19134) [committed]

Fixing namespace issues for variables

Handle more state in i386/x86_64 fesetenv (bug 16068) [committed]

How to test a patch in resolv/?

hurd: Fix longjmp from signal handler

make check build failure (tst-printf-bz18872)

Make drem an alias of remainder (bug 16171) [committed]

Make io/ftwtest-sh remove temporary files on early exit

Move io/tst-fcntl temporary file creation to do_prepare

Move powerpc llround implementations to powerpc32 directory [committed]

Moving to -std=gnu11 (another case for requiring GCC >= 4.7)

O_CLOEXEC and SOCK_CLOEXEC

Ping Re: Require GCC 4.7 or later to build glibc

Re: Ping: [PATCHv7] Update the i18n, UTF-8, and translit_* files to Unicode 8.0.0

Purpose of attribute_tls_model_ie

Regenerate ARM libm-test-ulps [committed]

Regenerate MIPS libm-test-ulps [committed]

Remove -Bgroup configure test

Remove -fexceptions configure test

Remove -fgnu89-inline configure test

Remove -mavx2 configure tests

Remove -static-libgcc configure test

Remove .previous, .popsection configure tests

Remove .weak, .weakext configure tests

Remove assembler -mtune=i686 configure test

Remove configure test for ARM TLS descriptors support [committed]

Remove configure test for assembler .text directive

Remove configure tests for -mno-vzeroupper support

Remove configure tests for AVX support

Remove configure tests for FMA4 support

Remove configure tests for needing -P for .S files

Remove configure tests for SSE4 support

Remove configure tests for visibility support

Remove cpuid.h configure tests

Remove GCC version conditionals on -Wmaybe-uninitialized pragmas

Remove gnu_unique_object configure test

Remove libm-test.inc special-casing of errors up to 0.5 ulp [committed]

Remove MIPS16 atomics using __sync_* (bug 17404) [committed]

Remove miscellaneous GCC >= 4.7 version conditionals

Remove NPTL configure errors based on top-level configure tests

Remove pre-GCC-4.7 conform/ test XFAILs [committed]

Remove scripts/rpm2dynsym.sh

Remove sizeof (long double) configure test

Remove stddef.h configure test

Remove support for removing glibc 2.0 headers

Remove sysdeps/nptl/configure.ac

Remove TLS configure tests

Require GCC 4.7 or later to build glibc

Re: RFC Migrating PowerPC to IEEE 128-bit Floating Point

RFC: automatically listing fixed bugs for NEWS

RFC: POSIX timers and threads in a realtime context

Re: RFC: requiring GCC >= 4.7 to build glibc

Re: Should glibc provide a builtin C.UTF-8 locale?

Starting the glibc-test add-on project.

Streamlining CVE assignment for glibc

Use -std=c11 for C11 conform/ tests

Use -std=gnu11 instead of -std=gnu99

Use -Wold-style-definition

Use C11 *_DECIMAL_DIG macros in libm-test.inc [committed]

Use C11 *_TRUE_MIN macros where applicable [committed]

Use C11 CMPLX* macros in libm tests [committed]

Use dbl-64/wordsize-64 for MIPS64 [committed]

Use max_align_t from <stddef.h>

Use same test inputs for lrint and llrint [committed]

Use type-specific precision when printing results in libm-test.inc [committed]

Work around powerpc32 integer 0 converting to -0 (bug 887, bug 19049, bug 19050)


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