aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers5235-5235/+5235
2016-01-02hppa: Add MAP_HUGETLB and MAP_STACK defines [BZ #19285]Helge Deller1-13/+8
2016-01-01ia64: fpu: fix gamma definition handling [BZ #15421]Mike Frysinger3-16/+28
2015-12-31Fix linux personality syscall wrapperDmitry V. Levin15-3/+114
2015-12-30Cleanup ARM ioperm implementation (step 2)Aurelien Jarno2-93/+3
2015-12-29hppa: Define __NO_LONG_DOUBLE_MATH so headers are consistent with libm build ...John David Anglin1-2/+7
2015-12-28ia64: fpu: fix gammaf typo [BZ #15421]Mike Frysinger1-4/+4
2015-12-23Do not violate mutex destruction requirements.Torvald Riegel3-8/+25
2015-12-22powerpc: Export __parse_hwcap_and_convert_at_platform to libc.a.Carlos Eduardo Seo1-0/+8
2015-12-22powerpc: Add basic support for POWER9 sans hwcap.Carlos Eduardo Seo9-2/+17
2015-12-22Harmonize generic stdio-lock support with nptlSamuel Thibault1-5/+18
2015-12-22powerpc: Regenerate libm-test-ulpsAdhemerval Zanella1-169/+199
2015-12-21Consolidate sincos computation for 2.426265 < |x| < 105414350Siddhesh Poyarekar2-281/+123
2015-12-21Consolidate sin and cos code for 105414350 <|x|< 281474976710656Siddhesh Poyarekar2-146/+119
2015-12-21Consolidate range reduction in sincos for x > 281474976710656Siddhesh Poyarekar2-2/+57
2015-12-20i386: move ULPs to i686/multiarch and regenerate new ones for i386Aurelien Jarno2-56/+2246
2015-12-19Added memset optimized with AVX512 for KNL hardware.Andrew Senkevich7-3/+231
2015-12-17Fix SYSCALL_CANCEL for empty argumetnsAdhemerval Zanella1-8/+28
2015-12-17Provide x32 timesH.J. Lu1-0/+38
2015-12-17Fix POWER7 logb results for negative subnormals (bug 19375)Adhemerval Zanella1-0/+1
2015-12-16Add REGISTERS_CLOBBERED_BY_SYSCALL for x86-64H.J. Lu1-2/+5
2015-12-15Add Prefer_MAP_32BIT_EXEC to map executable pages with MAP_32BIThjl/32bit/masterH.J. Lu4-0/+124
2015-12-15Enable Silvermont optimizations for Knights LandingH.J. Lu1-0/+3
2015-12-14Make obsolete syscall wrappers into compat symbols (bug 18472).Joseph Myers5-46/+33
2015-12-12Cleanup ARM ioperm implementationAurelien Jarno1-9/+2
2015-12-11Fix indentation.Steve Ellcey1-1/+3
2015-12-10grantpt: trust the kernel about pty group and permission modeAurelien Jarno1-2/+20
2015-12-09Fix ldbl-128ibm logl inaccuracy near 1 (bug 19351).Joseph Myers1-1/+1
2015-12-09Fix ldbl-128ibm sinhl spurious overflows (bug 19350).Joseph Myers1-1/+1
2015-12-09Fix ldbl-128ibm tanhl inaccuracy for small arguments (bug 19349).Joseph Myers1-1/+1
2015-12-09Use direct socket syscalls for new kernels on i386, m68k, microblaze, sh.Joseph Myers4-0/+86
2015-12-09mips: fix testsuite build for O32 FPXX ABI on pre-R2 CPUAurelien Jarno3-0/+40
2015-12-09Fix grantpt basename namespace bugAurelien Jarno1-1/+1
2015-12-07Utilize x86_64 vector math functions w/o -fopenmp.Andrew Senkevich1-0/+6
2015-12-03math: add LDBL_CLASSIFY_COMPAT supportChris Metcalf18-18/+70
2015-12-03powerpc: Add hwcap/hwcap2/platform data to TCB.Carlos Eduardo Seo14-7/+435
2015-12-01Add __CPU_MASK_TYPE for __cpu_maskH.J. Lu8-1/+8
2015-12-01[AArch64] Regenerate libm-test-ulpsSzabolcs Nagy1-50/+54
2015-12-01Use hex float constants in sysdeps/ieee754/dbl-64/e_sqrt.c.Joseph Myers2-46/+2
2015-11-30Update family and model detection for AMD CPUsH.J. Lu1-12/+15
2015-11-29hurd: Make mmap64 use vm_offset_t for overflow checkSamuel Thibault1-0/+47
2015-11-29hurd: install correct number of send rights on forkThomas Schwinge1-5/+1
2015-11-28MIPS: Wire FCSR.ABS2008 to FCSR.NAN2008Maciej W. Rozycki1-3/+3
2015-11-27Rename localedir to complocaledir (bug 14259).Carlos O'Donell8-9/+9
2015-11-27Better workaround for aliases of *_finite symbols in vector math library.Andrew Senkevich3-30/+62
2015-11-25hurd: Initialize __libc_stack_end for hidden supportSamuel Thibault1-1/+1
2015-11-25Do not add relro attribute to __libc_stack_endSamuel Thibault1-1/+1
2015-11-25Revert not defining NO_HIDDEN on hurdSamuel Thibault2-0/+6
2015-11-25Fix hurd build with hidden supportSamuel Thibault11-11/+15
2015-11-24Refactor strtod parsing of NaN payloads.Joseph Myers7-38/+101