aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2015-07-09PLT avoidance for _exit in rtld.Roland McGrath4-0/+4
2015-07-09Improve bndmov encoding with zero displacementH.J. Lu1-0/+8
2015-07-09Preserve bound registers for pointer pass/returnIgor Zamyatin7-20/+92
2015-07-09libio: Update powerpc64le libc.abilistAdhemerval Zanella1-0/+3
2015-07-09hurd: permit to use mlock from non-root processSamuel Thibault2-11/+14
2015-07-09[AArch64][BZ 18648] change greg_t definition in ucontext.hSzabolcs Nagy1-1/+1
2015-07-09[AArch64][BZ 18400] fix elf_prpsinfo in procfs.hSzabolcs Nagy1-2/+2
2015-07-08BZ#18383: Conditionalize test-xfail-tst-tlsalign{,-static} on ARM assembler bug.Roland McGrath2-0/+89
2015-07-08libio: fmemopen rewrite to POSIX complianceAdhemerval Zanella27-0/+81
2015-07-08Add missing Advanced API (RFC3542) (1) defines.Carlos O'Donell1-0/+5
2015-07-07S390: Fix "backtrace() returns infinitely deep stack frames with makecontext(...Stefan Liebler2-0/+16
2015-07-07S390: Regenerate ULPs.Stefan Liebler1-6/+102
2015-07-07S390: Fix sem.h conformance test failures.Stefan Liebler1-2/+1
2015-07-07Add la_symbind32 to x86-64 audit testsH.J. Lu6-0/+60
2015-07-07Add and use sysdeps/i386/link-defines.symH.J. Lu3-15/+43
2015-07-07Add a testcase for i386 LD_AUDITH.J. Lu5-0/+287
2015-07-07Do not create invalid pointers in C code of string functions.Torvald Riegel1-7/+11
2015-07-06Inline __ieee754_sqrt and __ieee754_sqrtf. Also add external definitions.Wilco Dijkstra3-0/+72
2015-07-06Remove unused file sysdeps/ieee754/support.cWilco Dijkstra1-520/+0
2015-07-06[AArch64] make setcontext etc functions consistent with the kernelSzabolcs Nagy3-12/+12
2015-07-02Regenerate aarch64 libm-test-ulpsSzabolcs Nagy1-32/+128
2015-07-01Fix ldbl-128 expm1l (-min_subnorm) result sign (bug 18619).Joseph Myers1-3/+12
2015-07-01Regenerate powerpc-nofpu libm-test-ulps.Joseph Myers1-483/+673
2015-07-01Regenerate ARM libm-test-ulps.Joseph Myers1-265/+457
2015-07-01Regenerate MIPS libm-test-ulps.Joseph Myers2-622/+1053
2015-06-30Clean up BUSY_WAIT_NOP and atomic_delay.Torvald Riegel9-21/+10
2015-06-29Improve tgamma accuracy (bug 18613).Joseph Myers7-136/+329
2015-06-29Fix ldbl-128 j1l spurious underflows (bug 18612).Joseph Myers1-0/+10
2015-06-29Fix j1, jn missing underflows (bug 16559).Joseph Myers8-5/+55
2015-06-29Update headers for Linux 4.0, 4.1 definitions.Joseph Myers3-1/+9
2015-06-26Add support for DT_MIPS_RLD_MAP_REL.Matthew Fortune1-3/+10
2015-06-25Use round-to-nearest internally in jn, test with ALL_RM_TEST (bug 18602).Joseph Myers7-710/+789
2015-06-24Use unsigned types for counters in getaddrinfo_a code.Roland McGrath1-2/+2
2015-06-24Use unsigned types for counters in AIO code.Roland McGrath4-12/+12
2015-06-24Refactor libm tests.Joseph Myers8-8/+0
2015-06-24NaCl: Fix glob.c build after getlogin_r -> __getlogin_r.Roland McGrath1-2/+2
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