summaryrefslogtreecommitdiff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove CPU set size checking from affinity functions [BZ #19143]Florian Weimer2015-11-2412-194/+986
* Replace MUTEX_INITIALIZER with _LIBC_LOCK_INITIALIZER in generic codeFlorian Weimer2015-11-244-3/+3
* Update <sys/ptrace.h> for Linux 4.3.Joseph Myers2015-11-237-7/+17
* Update <netpacket/packet.h> for Linux 4.3.Joseph Myers2015-11-231-0/+17
* NaCl: Use allocate_code_data after dyncode_createRoland McGrath2015-11-201-1/+27
* Fix math_private.h multiple include guards.Joseph Myers2015-11-208-8/+16
* Fix lgamma setting signgam for ISO C (bug 15421).Joseph Myers2015-11-2036-62/+225
* Remove signal handling for nanosleep (bug 16364)Adhemerval Zanella2015-11-202-158/+0
* S390: Use __asm__ instead of asm.Stefan Liebler2015-11-2041-453/+453
* powerpc: Spinlock optimization and cleanupPaul Murphy2015-11-193-6/+5
* powerpc: More elision improvementsPaul Murphy2015-11-192-10/+13
* Shuffle includes in ldbl-128ibm/mpn2ldl.cPaul Murphy2015-11-191-2/+6
* Include s_sin.c in s_sincos.cSiddhesh Poyarekar2015-11-172-19/+20
* Remove redundant else clauses in s_sin.cSiddhesh Poyarekar2015-11-171-186/+158
* Run tst-prelink test for GLOB_DAT relocH.J. Lu2015-11-143-46/+0
* Fix ldbl-128ibm strtold overflow handling (bug 14551).Joseph Myers2015-11-133-0/+99
* Fix powerpc round, roundf spurious "inexact" (bug 19238).Joseph Myers2015-11-124-12/+24
* Fix powerpc64 lround, lroundf, llround, llroundf spurious "inexact" exception...Joseph Myers2015-11-122-0/+13
* NaCl: Use open_resource API for shared objectsRoland McGrath2015-11-103-1/+64
* Fix powerpc nearbyint wrongly clearing "inexact" and leaving traps disabled (...Joseph Myers2015-11-114-8/+16
* Add a test for prelink outputH.J. Lu2015-11-103-0/+46
* Fix nearbyintl linkage for ia64 (bug 19219)Adhemerval Zanella2015-11-101-2/+3
* Enable _STRING_ARCH_unaligned on AArch64.Wilco Dijkstra2015-11-101-0/+24
* Remove __signbit* from localplt.data as they are no longer called from within...Wilco Dijkstra2015-11-105-17/+0
* ld.so: Add original DSO name if overridden by audit module [BZ #18251]Florian Weimer2015-11-091-1/+1
* S390: Clean setjmp, longjmp, getcontext symbols.Stefan Liebler2015-11-095-30/+50
* S390: Call direct system calls for socket operations.Stefan Liebler2015-11-095-19/+30
* Terminate process on invalid netlink response from kernel [BZ #12926]Florian Weimer2015-11-097-1/+121
* Simplify the abilist formatFlorian Weimer2015-11-06360-92535/+91052
* Add LFS support for fts functions (bug 11460)Mark Wielaard2015-11-0634-0/+220
* Fix i386/x86_64 log* (1) zero sign for -ffinite-math-only (bug 19213).Joseph Myers2015-11-057-7/+49
* Remove miscellaneous GCC >= 4.7 version conditionals.Joseph Myers2015-11-044-47/+25
* Add more libm tests (scalb*, signbit, sin, sincos, sinh, sqrt, tan, tanh, tga...Joseph Myers2015-11-041-4/+5
* Fix dbl-64 remainder sign of zero result (bug 19201).Joseph Myers2015-11-031-0/+2
* Make nextafter, nexttoward set errno (bug 6799).Joseph Myers2015-11-0214-0/+44