aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
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
2015-11-24tile: define __NO_LONG_DOUBLE_MATHChris Metcalf7-0/+18
2015-11-24Remove CPU set size checking from affinity functions [BZ #19143]Florian Weimer12-194/+986
2015-11-24Replace MUTEX_INITIALIZER with _LIBC_LOCK_INITIALIZER in generic codeFlorian Weimer4-3/+3
2015-11-23Update <sys/ptrace.h> for Linux 4.3.Joseph Myers7-7/+17
2015-11-23Update <netpacket/packet.h> for Linux 4.3.Joseph Myers1-0/+17
2015-11-20NaCl: Use allocate_code_data after dyncode_createRoland McGrath1-1/+27
2015-11-20Fix math_private.h multiple include guards.Joseph Myers8-8/+16
2015-11-20Fix lgamma setting signgam for ISO C (bug 15421).Joseph Myers36-62/+225
2015-11-20Remove signal handling for nanosleep (bug 16364)Adhemerval Zanella2-158/+0
2015-11-20S390: Use __asm__ instead of asm.Stefan Liebler41-453/+453
2015-11-19powerpc: Spinlock optimization and cleanupPaul Murphy3-6/+5
2015-11-19powerpc: More elision improvementsPaul Murphy2-10/+13
2015-11-19Shuffle includes in ldbl-128ibm/mpn2ldl.cPaul Murphy1-2/+6
2015-11-17Include s_sin.c in s_sincos.cSiddhesh Poyarekar2-19/+20
2015-11-17Remove redundant else clauses in s_sin.cSiddhesh Poyarekar1-186/+158
2015-11-14Run tst-prelink test for GLOB_DAT relocH.J. Lu3-46/+0
2015-11-13Fix ldbl-128ibm strtold overflow handling (bug 14551).Joseph Myers3-0/+99