aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
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
2015-11-12Fix powerpc round, roundf spurious "inexact" (bug 19238).Joseph Myers4-12/+24
2015-11-12Fix powerpc64 lround, lroundf, llround, llroundf spurious "inexact" exception...Joseph Myers2-0/+13
2015-11-10NaCl: Use open_resource API for shared objectsRoland McGrath3-1/+64
2015-11-11Fix powerpc nearbyint wrongly clearing "inexact" and leaving traps disabled (...Joseph Myers4-8/+16
2015-11-10Add a test for prelink outputH.J. Lu3-0/+46
2015-11-10Fix nearbyintl linkage for ia64 (bug 19219)Adhemerval Zanella1-2/+3
2015-11-10Enable _STRING_ARCH_unaligned on AArch64.Wilco Dijkstra1-0/+24
2015-11-10Remove __signbit* from localplt.data as they are no longer called from within...Wilco Dijkstra5-17/+0
2015-11-09ld.so: Add original DSO name if overridden by audit module [BZ #18251]Florian Weimer1-1/+1
2015-11-09S390: Clean setjmp, longjmp, getcontext symbols.Stefan Liebler5-30/+50
2015-11-09S390: Call direct system calls for socket operations.Stefan Liebler5-19/+30
2015-11-09Terminate process on invalid netlink response from kernel [BZ #12926]Florian Weimer7-1/+121
2015-11-06Simplify the abilist formatFlorian Weimer360-92535/+91052
2015-11-06Add LFS support for fts functions (bug 11460)Mark Wielaard34-0/+220
2015-11-05Fix i386/x86_64 log* (1) zero sign for -ffinite-math-only (bug 19213).Joseph Myers7-7/+49
2015-11-04Remove miscellaneous GCC >= 4.7 version conditionals.Joseph Myers4-47/+25
2015-11-04Add more libm tests (scalb*, signbit, sin, sincos, sinh, sqrt, tan, tanh, tga...Joseph Myers1-4/+5
2015-11-03Fix dbl-64 remainder sign of zero result (bug 19201).Joseph Myers1-0/+2
2015-11-02Make nextafter, nexttoward set errno (bug 6799).Joseph Myers14-0/+44