aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2015-06-24Fix cexp, ccos, ccosh, csin, csinh spurious underflows (bug 18594).Joseph Myers2-0/+104
2015-06-24Print more information in tst-getcpu failure case.Roland McGrath1-1/+1
2015-06-24Fix csin, csinh overflow in directed rounding modes (bug 18593).Joseph Myers1-4/+4
2015-06-24Fix ldbl-128 expl missing underflows (bug 18586).Joseph Myers1-1/+9
2015-06-24Combination of data tables for x86_64 vector functions sinf, cosf and sincosf.Andrew Senkevich18-3586/+197
2015-06-23Fix sin, sincos missing underflows (bug 16526, bug 16538).Joseph Myers8-18/+79
2015-06-23Fix spurious "inexact" exceptions from __kernel_standard_l (bug 18245, bug 18...Joseph Myers1-24/+8
2015-06-23Fix atomic_full_barrier on x86 and x86_64.Torvald Riegel2-0/+14
2015-06-23Combination of data tables for x86_64 vector functions sin, cos and sincos.Andrew Senkevich20-439/+173
2015-06-23Fix csqrt spurious underflows (bug 18371).Joseph Myers1-0/+2
2015-06-23Fix exp2, exp2f spurious underflows (bug 18219).Joseph Myers2-2/+6
2015-06-22Fix expm1 missing underflows (bug 16353).Joseph Myers5-1/+58
2015-06-21Fix x86_64 / x86 expm1l (-min_subnorm) result sign (bug 18569).Joseph Myers2-0/+12
2015-06-21Fix x86 / x86_64 expl, exp10l missing underflows (bug 16361).Joseph Myers2-2/+29
2015-06-19Fixed powerpc64 build.Andrew Senkevich1-0/+4
2015-06-19S/390: Regenerate ULPsStefan Liebler1-214/+266
2015-06-18Fix asinh missing underflows (bug 16350).Joseph Myers8-3/+56
2015-06-18Fix netinet/in.h MCAST_* namespace (bug 18558).Joseph Myers1-7/+0
2015-06-18Vector sincosf for x86_64 and tests.Andrew Senkevich27-41/+2620
2015-06-18Vector sincos for x86_64 and tests.Andrew Senkevich27-1/+1776
2015-06-18Vector powf for x86_64 and tests.Andrew Senkevich27-2/+5596
2015-06-17Remove ldbl-128ibm variants of complex math functions.Joseph Myers3-281/+0
2015-06-17Fix nice getpriority, setpriority namespace (bug 18553).Joseph Myers5-11/+14
2015-06-17Fix mq_notify socket, recv namespace (bug 18546).Joseph Myers7-3/+9
2015-06-17Fix mq_receive, mq_send mq_timed* namespace (bug 18545).Joseph Myers3-4/+4
2015-06-17Create hidden aliases for non-libc syscalls automatically.Joseph Myers3-7/+10
2015-06-17Fix mq_notify pthread_barrier_* namespace (bug 18544).Joseph Myers6-14/+19
2015-06-17Fix sem_* tdelete, tfind, tsearch, twalk namespace (bug 18536).Joseph Myers1-2/+3
2015-06-17Vector pow for x86_64 and tests.Andrew Senkevich27-2/+6896
2015-06-17Vector expf for x86_64 and tests.Andrew Senkevich26-1/+1224
2015-06-17Vector exp for x86_64 and tests.Andrew Senkevich26-2/+2291
2015-06-17Vector logf for x86_64 and tests.Andrew Senkevich26-2/+1201
2015-06-17Vector log for x86_64 and tests.Andrew Senkevich26-0/+2887
2015-06-17[AArch64] Fix cfi_adjust_cfa_offset usage in dl-tlsdesc.SSzabolcs Nagy1-5/+5
2015-06-17[BZ 18034][AArch64] Lazy TLSDESC relocation data race fixSzabolcs Nagy3-12/+64
2015-06-15Vector sinf for x86_64 and tests.Andrew Senkevich26-1/+2345
2015-06-12Fix getlogin_r namespace (bug 18527).Joseph Myers3-8/+14
2015-06-12Fix aio_* pread namespace (bug 18519).Joseph Myers1-4/+5
2015-06-11Vector sin for x86_64 and tests.Andrew Senkevich26-3/+1296
2015-06-11More strict check of AVX512 support in assembler.Andrew Senkevich2-0/+2
2015-06-09x86: Remove vsyscall usageAdhemerval Zanella6-74/+20
2015-06-09Fix regcomp wcscoll, wcscmp namespace (bug 18497).Joseph Myers3-7/+11
2015-06-09Fix pathconf statvfs namespace (bug 18507).Joseph Myers4-8/+10
2015-06-09Consolidate sched_getcpuAdhemerval Zanella12-203/+10
2015-06-09This patch adds vector cosf tests.Andrew Senkevich10-2/+221
2015-06-09Vector cosf for x86_64.Andrew Senkevich18-2/+2436
2015-06-09Addition of testing infrastructure for vector math functions.Andrew Senkevich11-0/+299
2015-06-09Start of series of patches with x86_64 vector math functions.Andrew Senkevich21-0/+1452
2015-06-08This patch adds detection of availability for AVX512F and AVX512DQ ISAs.Andrew Senkevich2-0/+34
2015-06-05posix_fallocate: Emulation fixes and documentation [BZ #15661]Florian Weimer2-38/+96