about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* hppa: Add MAP_HUGETLB and MAP_STACK defines [BZ #19285]Helge Deller2016-01-021-13/+8
* ia64: fpu: fix gamma definition handling [BZ #15421]Mike Frysinger2016-01-013-16/+28
* Fix linux personality syscall wrapperDmitry V. Levin2015-12-3115-3/+114
* Cleanup ARM ioperm implementation (step 2)Aurelien Jarno2015-12-302-93/+3
* hppa: Define __NO_LONG_DOUBLE_MATH so headers are consistent with libm build ...John David Anglin2015-12-291-2/+7
* ia64: fpu: fix gammaf typo [BZ #15421]Mike Frysinger2015-12-281-4/+4
* Do not violate mutex destruction requirements.Torvald Riegel2015-12-233-8/+25
* powerpc: Export __parse_hwcap_and_convert_at_platform to libc.a.Carlos Eduardo Seo2015-12-221-0/+8
* powerpc: Add basic support for POWER9 sans hwcap.Carlos Eduardo Seo2015-12-229-2/+17
* Harmonize generic stdio-lock support with nptlSamuel Thibault2015-12-221-5/+18
* powerpc: Regenerate libm-test-ulpsAdhemerval Zanella2015-12-221-169/+199
* Consolidate sincos computation for 2.426265 < |x| < 105414350Siddhesh Poyarekar2015-12-212-281/+123
* Consolidate sin and cos code for 105414350 <|x|< 281474976710656Siddhesh Poyarekar2015-12-212-146/+119
* Consolidate range reduction in sincos for x > 281474976710656Siddhesh Poyarekar2015-12-212-2/+57
* i386: move ULPs to i686/multiarch and regenerate new ones for i386Aurelien Jarno2015-12-202-56/+2246
* Added memset optimized with AVX512 for KNL hardware.Andrew Senkevich2015-12-197-3/+231
* Fix SYSCALL_CANCEL for empty argumetnsAdhemerval Zanella2015-12-171-8/+28
* Provide x32 timesH.J. Lu2015-12-171-0/+38
* Fix POWER7 logb results for negative subnormals (bug 19375)Adhemerval Zanella2015-12-171-0/+1
* Add REGISTERS_CLOBBERED_BY_SYSCALL for x86-64H.J. Lu2015-12-161-2/+5
* Add Prefer_MAP_32BIT_EXEC to map executable pages with MAP_32BIT hjl/32bit/masterH.J. Lu2015-12-154-0/+124
* Enable Silvermont optimizations for Knights LandingH.J. Lu2015-12-151-0/+3
* Make obsolete syscall wrappers into compat symbols (bug 18472).Joseph Myers2015-12-145-46/+33
* Cleanup ARM ioperm implementationAurelien Jarno2015-12-121-9/+2
* Fix indentation.Steve Ellcey2015-12-111-1/+3
* grantpt: trust the kernel about pty group and permission modeAurelien Jarno2015-12-101-2/+20
* Fix ldbl-128ibm logl inaccuracy near 1 (bug 19351).Joseph Myers2015-12-091-1/+1
* Fix ldbl-128ibm sinhl spurious overflows (bug 19350).Joseph Myers2015-12-091-1/+1
* Fix ldbl-128ibm tanhl inaccuracy for small arguments (bug 19349).Joseph Myers2015-12-091-1/+1
* Use direct socket syscalls for new kernels on i386, m68k, microblaze, sh.Joseph Myers2015-12-094-0/+86
* mips: fix testsuite build for O32 FPXX ABI on pre-R2 CPUAurelien Jarno2015-12-093-0/+40
* Fix grantpt basename namespace bugAurelien Jarno2015-12-091-1/+1
* Utilize x86_64 vector math functions w/o -fopenmp.Andrew Senkevich2015-12-071-0/+6
* math: add LDBL_CLASSIFY_COMPAT supportChris Metcalf2015-12-0318-18/+70
* powerpc: Add hwcap/hwcap2/platform data to TCB.Carlos Eduardo Seo2015-12-0314-7/+435
* Add __CPU_MASK_TYPE for __cpu_maskH.J. Lu2015-12-018-1/+8
* [AArch64] Regenerate libm-test-ulpsSzabolcs Nagy2015-12-011-50/+54
* Use hex float constants in sysdeps/ieee754/dbl-64/e_sqrt.c.Joseph Myers2015-12-012-46/+2
* Update family and model detection for AMD CPUsH.J. Lu2015-11-301-12/+15
* hurd: Make mmap64 use vm_offset_t for overflow checkSamuel Thibault2015-11-291-0/+47
* hurd: install correct number of send rights on forkThomas Schwinge2015-11-291-5/+1
* MIPS: Wire FCSR.ABS2008 to FCSR.NAN2008Maciej W. Rozycki2015-11-281-3/+3
* Rename localedir to complocaledir (bug 14259).Carlos O'Donell2015-11-278-9/+9
* Better workaround for aliases of *_finite symbols in vector math library.Andrew Senkevich2015-11-273-30/+62
* hurd: Initialize __libc_stack_end for hidden supportSamuel Thibault2015-11-251-1/+1
* Do not add relro attribute to __libc_stack_endSamuel Thibault2015-11-251-1/+1
* Revert not defining NO_HIDDEN on hurdSamuel Thibault2015-11-252-0/+6
* Fix hurd build with hidden supportSamuel Thibault2015-11-2511-11/+15
* Refactor strtod parsing of NaN payloads.Joseph Myers2015-11-247-38/+101
* tile: define __NO_LONG_DOUBLE_MATHChris Metcalf2015-11-247-0/+18