libc-alpha archive
subject index for April, 2013

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:

[BZ #15335] Don't use hard-coded qNaN values in sysdeps/ieee754/dbl-64/e_pow.c:__ieee754_pow

[COMMITTED PATCH] Add generic POSIX implementation of C11 timespec_get.

[COMMITTED PATCH] BZ#14280: Fix Hurd ioctl macro to avoid warning.

[COMMITTED PATCH] BZ#15361: Make aio_fsync not check open modes.

[COMMITTED PATCH] Make stub fchdir.c define __fchdir.

RE: [COMMITTED PATCH] Use __ehdr_start, if available, as fallback for AT_PHDR.

[COMMITTED] Add convenience target to automatically update ULPs for your machine.

[COMMITTED] BZ#15085: Fix comments/strings for RES_NOCHECKNAME

[COMMITTED] elf/dl-open.c (dl_open_worker): memset all of seen array.

[COMMITTED] fi_FI: Define yesstr, nostr

[COMMITTED] Fix off-by-one bug in tst-fwrite-error

[COMMITTED] math: Use accurate answers for cos and sincos.

[COMMITTED] New target bench-clean

Re: [COMMITTED] Remove __wur from setfsuid and setfsgid.

[COMMITTED] Remove eval from bench target

[Committed] S/390: Change struct statfs[64] member types to unsigned

[COMMITTED] s390/s390x: undef PSEUDO before define.

[COMMITTED] sem_post.c: Include atomic.h.

[COMMITTED] Update i386 libm-test ULPs

[COMMITTED] Update powerpc libm-test ULPs

[COMMITTED]: BZ#15084: Apparent typos in strings in res_debug.c

[COMMITTED][BZ#15221]

[PATCH 1/4] __fdelt_chk: Removed range check

[PATCH 1/5] __fdelt_chk: Removed range check

Re: [PATCH 2/2] regex: test for buffer overrun

[PATCH 2/4] Reinstantiate fd range check if and only if defined _STRICT_FD_SIZE_CHECK=1

[PATCH 2/5] __FD_ELT: Implement correct buffer overflow check

[PATCH 3/4] tst-chk1: add fd_set dynamic allocation test

[PATCH 3/5] update libc.abilist

Re: [PATCH 3/6] Reinstantiate fd range check if and only if defined _STRICT_FD_SIZE_CHECK=1

[PATCH 4/4] __FDS_BITS: Added cast to __fd_mask* to avoid warning.

[PATCH 4/5] tst-chk1: add fd_set dynamic allocation test

[PATCH 5/5] __FDS_BITS: Added cast to __fd_mask* to avoid warning.

[PATCH roland/x86_64-crt1-cfi] BZ#15407: Complete CFI annotations in x86_64 _start code.

Re: [PATCH roland/x86_64-crt1-cfi] BZ#15407: Complete CFI annotations in x86_64 _start code.

[PATCH rsa/stdint] Cleanup: Add #include <stdint.h> for uint[32|64]_t usage

[PATCH v1.1][BZ #14888] Use ISSPACE consistently in strptime

[PATCH v1.1][BZ #15362] Correctly return bytes written out in _IO_new_file_write

[PATCH v1.2][BZ #14888] Use ISSPACE consistently in strptime

Re: [PATCH v2 0/6] fix wrong program abort on __FD_ELT

Re: [PATCH v2 1/2] Add MicroBlaze support to elf/elf.h

[PATCH v2.1] Rebuild benchmark sources when Makefile is updated

Re: [Patch v2] Dryrun framework.

[PATCH v2] Move bench target into benchtests

[PATCH v2] New functions pthread_attr_[sg]et_default_np for default thread attributes

[PATCH v2] Rebuild benchmark sources when Makefile is updated

[PATCH v2][BZ #15339] Avoid returning EAI_SYSTEM when there's a network error

[PATCH v3 0/4] fix wrong program abort on __FD_ELT

Re: [PATCH v3] Consolidate pthread_attr value validation

[PATCH v3][BZ #15346] Allow leading and trailing spaces in getdate

[PATCH v4 0/5] fix wrong program abort on __FD_ELT

[PATCH v4][BZ #15346] Allow leading and trailing spaces in getdate

[PATCH] [BZ #14686, #15336] sysdeps/ieee754/dbl-64/e_remainder.c:__ieee754_remainder -- Fix standard compliance. Don't use hard-coded qNaN values.

[PATCH] Add benchmark inputs for cos and tan

[PATCH] Add convenience target to automatically update ULPs for your machine.

[PATCH] Add inputs for atan slow and fast paths

[PATCH] Add sin (fast and slow paths) to benchmark

[PATCH] Add systemd unit file for nscd

[PATCH] Allow multiple input domains to be run in the same benchmark program

[PATCH] Always do locking when accessing streams

[PATCH] Avoid undefined behavior in __FD_MASK

[PATCH] Define NOT_IN_libc when compiling benchmark programs

Re: [PATCH] Disable building with i386-*, -march=i386 or -mcpu=i386.

[PATCH] Don't accept exp char without digits in scanf float parsing

[Patch] Dryrun framework.

[PATCH] en_CA, es_AR, es_ES: Define yesstr and nostr.

[PATCH] Extend i486 pthread_cond_timedwait to use futex syscall with absolute timeout

[PATCH] faster memcpy on x64.

[PATCH] Faster memset on x64.

[PATCH] Fix access beyond array after write error in file I/O

[PATCH] Fix bug in `getent' when dumping the shadow database

[patch] Fix for BZ #15366 (ignore __STDC_LIMIT_MACROS, __STDC_CONSTANT_MACROS)

[PATCH] Fix invalid free of memory allocated during rtld init

[PATCH] Fix parsing of numeric hosts in gethostbyname_r

[PATCH] Fix stack overflow in getaddrinfo with many results

[PATCH] Format s_sin.c

[PATCH] libm-test: switching the error handling behavior

[PATCH] math/libm-test.inc: Fix cos and sincos tests against zero.

[PATCH] Mention implementation file names in benchmarks for fast/slow path functions

[PATCH] Minor cleanup in getaddrinfo

[PATCH] MIPS/glibc: soft-fp NaN representation corrections

[PATCH] Move bench target into benchtests

[PATCH] New target bench-clean

[PATCH] nscd: don't fork twice

[PATCH] PowerPC: fix hypot/hypof FP exceptions

Re: [PATCH] PowerPC: modf optimization

[PATCH] PowerPC: removed branch prediction from rint implementation

[PATCH] PR ld/15365: Restrict __ehdr_start's export class (was: RE: [COMMITTED PATCH] Use __ehdr_start, if available, as fallback for AT_PHDR.)

[PATCH] Preheat CPU in benchtests

[PATCH] Properly cache the result from looking up the nss database config

[PATCH] Properly check for short writes when sending the response in nscd

[PATCH] Properly handle %W in strptime

[PATCH] randomize benchtests

[PATCH] Rebuild benchmark sources when Makefile is updated

[PATCH] Remove __wur from setfsuid and setfsgid.

Re: [PATCH] Remove duplicate __strcmp_cg

[PATCH] Remove non-standard initialisation of flexible array member

[PATCH] Remove statisticaly unsound benchmarks

[PATCH] Remove TWO

[PATCH] Run benchmarks for constant time instead of constant iterations

Re: [PATCH] Separate benchmarks for fast and slow paths of pow and exp

[PATCH] Show progress of benchmark

[PATCH] soft-fp: Correct comment typo

[PATCH] Support separate benchmark outputs

[PATCH] Update bench.out and bench.out.old only upon completion

[PATCH] Update BIG5-HKSCS charmap to HKSCS-2008

[PATCH] Update x86_64 ULPs

[PATCH] Use *stat64 instead of *stat in installed programs

[PATCH] Use HP_TIMING for benchmarks if available

[PATCH] Use mantissa_t in __mpexp

[PATCH] Write to bench.out-tmp only once

Re: [patch] x86_64: CFI unwinding stop in _start

[PATCH][BZ #14412] Define __sincos_finite as a fast version of sincos

Re: [PATCH][BZ #14719] Return EAI_SYSTEM from getaddrinfo if we run out of fds

[PATCH][BZ #14888] Use ISSPACE consistently in strptime

[PATCH][BZ #14932] make dlsym return the newest symbol version

[PATCH][BZ #15014] Return ERANGE if buffer size is not large enough for digits_dots

[PATCH][BZ #15305] Preserve errno across pathconf on XFS

[PATCH][BZ #15337] Fix static build when configured with --disable-hidden-plt

[PATCH][BZ #15339] Make getaddrinfo set EAI_SYSTEM only when h_errno is NETDB_INTERNAL

[PATCH][BZ #15346] Allow leading and trailing spaces in getdate

[PATCH][BZ #15362] Correctly return bytes written out in _IO_new_file_write

[PATCH][BZ 15362] Fix fwrite() reading beyond end of buffer in error path

[PATCH][RFC] Avoid table lookup in isascii, isxdigit.

[Patches] IN6_IS_* macro and POSIX compilation

[ping2][PATCH v2][BZ #15339] Avoid returning EAI_SYSTEM when there's a network error

[ping2][PATCH v3] Consolidate pthread_attr value validation

[ping3][PATCH v2][BZ #15339] Avoid returning EAI_SYSTEM when there's a network error

[ping3][PATCH v3] Consolidate pthread_attr value validation

[PING] [Patch v2] Dryrun framework.

[PING] [PATCH] faster string operations for bulldozer (take 2)

[ping][PATCH v2] New functions pthread_attr_[sg]et_default_np for default thread attributes

[ping][PATCH v2][BZ #15339] Avoid returning EAI_SYSTEM when there's a network error

[ping][PATCH v3] Consolidate pthread_attr value validation

[ping][PATCH] Allow multiple input domains to be run in the same benchmark program

[ping][PATCH] Run benchmarks for constant time instead of constant iterations

[ping][PATCH] Separate benchmarks for fast and slow paths of pow and exp

Re: [RFC 2.0] Implementing hwcap2

[RFC] [BZ15384] Enchance finite and isfinite.

Re: [RFC] Faster memset.

[RFC] Porting string performance tests into benchtests

[RFC] Speedup trig. functions with large inputs.

[RFC][BZ #956] AS safe backtrace()

Re: [RFC][PATCH] Initial support for C11 Annex K Bounds checking functions

[WIP] Better string tests benchmarks

[WIP] Fixing ulp near zero.

Add catan, catanh tests around +/- 1 and +/- i

Add missing semicolons to libm-test.inc tests

Re: aio_fsync() a directory ?

build-shlib-helper reporting of undefined symbols

bz#15007: Fix mismatch of guards for qecvt

BZ#15086: Fix res_debug printing of options

BZ#15380: Fix initstate error return

Re: ChangeLog entry complexity

Re: Fix cacosh inaccuracy and spurious exceptions (bug 15327)

Fix catan, catanh inaccuracy from atan2 denominators near 0 (bug 15416)

Fix catan, catanh inaccuracy through use of log (bug 15394)

Fix catan, catanh missing underflows (bug 15406)

Fix catan, catanh spurious overflows (bug 15409)

Fix catan, catanh spurious underflows (bug 15423)

Fix csin, csinh, ccos, ccosh missing underflows (bug 15405)

Fix missing underflow from cexp (bug 14478)

Funding and Feature Request Management For Open Source

Re: GCC 4.8 and -ftree-loop-distribute-patterns.

glibc 2.18: One month left!

Integrate errno testing better in libm-test.inc

Is the maximum error bound in __mul really 1.001ULP?

Re: libc manual: Is there a TexInfo expert who could add web-browser outline format?

libm error handling

libm-test.inc: Computing ulps near FP_ZERO.

Link mail message with git notes

The Linux binutils 2.23.52.0.2 is released

Re: Linux Foundation Collaboration Summit 2013: The GNU C Library.

More tests for external charater sequences representing NaNs

Move x86_64-specific audit tests to sysdeps/x86_64/

New `regen-ulps' convenience target.

New Russian PO file for 'libc' (version 2.17-pre1)

Re: non-prototype function definitions

Optimal kernel semantics for memory allocators and other users?

Re: Ping[2]: [PATCH] Fix sporadic failure in tst-eintr1 test case

Re: Policy question -- libm-test: tests with sNaNs as inputs

PowerPC: Add time vDSO support

PowerPC: multiarch support for PPC32

Properly collect individual tests' results (was: GNU C Library master sources branch, master, updated. glibc-2.10-282-g003c989)

pthread_attr_setsched behaviour

Pushing a git note fails.

Question about madvise(DONTNEED) in glibc malloc

Remove unreachable code in sysdeps/ieee754/dbl-64/e_pow.c:__ieee754_pow

Remove unused hard-coded qNaN definition in sysdeps/ieee754/dbl-64/usncs.h

Results of cos(pi/2) tests are dependent on error rounding pi/2 to a type.

rtm-devel4 branch does not compile on zEC12

sparc, ia64: Compute cos(M_PI_2l) for your 128-bit long double please.

Stability of the locale archive format

Re: switching on localization for rpc

Tesing the rtm implementation for lock elision

Re: Thread-, Signal- and Cancellation-safety documentation

Use suffixed floating-point constants in float and long double catan/catanh

Where do we store whole-system benchmark data for glibc?

wiki: System Call Wrappers.


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