aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2015-08-242015-08-24 Wilco Dijkstra <wdijkstr@arm.com>Wilco Dijkstra1-27/+0
2015-08-242015-08-24 Wilco Dijkstra <wdijkstr@arm.com>Wilco Dijkstra1-8/+4
2015-08-24Remove __ASSUME_IPC64Andreas Schwab23-706/+1
2015-08-21powerpc: Fix memchr for powerpc32.Carlos Eduardo Seo1-1/+1
2015-08-21powerpc: make memchr use memchr-power7.Carlos Eduardo Seo1-1/+13
2015-08-21Revert "Add INLINE_SYSCALL_RETURN/INLINE_SYSCALL_ERROR_RETURN"H.J. Lu63-287/+292
2015-08-21Revert "Fix a typo in linux lxstat.c"H.J. Lu1-2/+2
2015-08-21Fix a typo in linux lxstat.cH.J. Lu1-2/+2
2015-08-21Add INLINE_SYSCALL_RETURN/INLINE_SYSCALL_ERROR_RETURNH.J. Lu63-292/+287
2015-08-20Remove the unused IFUNC filesH.J. Lu3-21/+0
2015-08-20Fix uninitialized variable use in ldbl-128ibm nearbyintl.Joseph Myers1-9/+5
2015-08-20Move x86_64 init-arch.h to sysdeps/x86/init-arch.hH.J. Lu4-3/+1
2015-08-20Remove x86 init-arch.cH.J. Lu2-2/+0
2015-08-20nptl: Document crash due to incorrect use of locksFlorian Weimer1-1/+3
2015-08-19Fix csqrt missing underflows (bug 18370).Joseph Myers1-0/+4
2015-08-19PowerPC: Extend Program Priority Register supportGabriel F. T. Gomes1-0/+31
2015-08-19Fix dynamic linker issue with bind-nowPetar Jovanovic3-0/+38
2015-08-19Mark __xstatXX_conv as hiddenH.J. Lu1-3/+6
2015-08-19Call __setcontext with HIDDEN_JUMPTARGETH.J. Lu2-6/+2
2015-08-19Use x86-64 cacheinfo.c and sysconf.c for x86H.J. Lu6-514/+4
2015-08-19Also check __i586__/__i686__ for HAS_I586/HAS_I686H.J. Lu1-8/+9
2015-08-18Fix MIPS -Wundef warnings for __mips_isa_rev.Joseph Myers2-3/+3
2015-08-18powerpc: Add missing hwcap strings.Carlos Eduardo Seo2-5/+5
2015-08-18Define HAS_CPUID/HAS_I586/HAS_I686 from -march=H.J. Lu2-2/+29
2015-08-18hppa: start.S: rework references to fix PIE TEXTRELs [BZ #18421]Alan Modra1-2/+14
2015-08-18hppa: timerfd.h: move to common sys/timerfd.hMike Frysinger1-33/+3
2015-08-18hppa: signalfd.h: move to common sys/signalfd.hMike Frysinger1-39/+3
2015-08-18hppa: inotify.h: move to common sys/inotify.hMike Frysinger2-106/+29
2015-08-18hppa: eventfd.h: move to common sys/eventfd.hMike Frysinger1-26/+4
2015-08-18hppa: epoll.h: move to common sys/epoll.hMike Frysinger2-143/+27
2015-08-18hppa: sigaction.h: update define export based on __USE_XOPEN2K8Mike Frysinger1-0/+2
2015-08-18hppa: shm.h: add SHM_EXECMike Frysinger1-0/+1
2015-08-18hppa: drop __ASSUME_LWS_CAS defineMike Frysinger2-11/+2
2015-08-18hppa: assume TLS everywhereMike Frysinger5-111/+2
2015-08-17Add version set GLIBC_2.19 for linux/powerpcAndreas Schwab1-0/+4
2015-08-15Fix BZ #18084 -- backtrace (..., 0) dumps core on x86.Paul Pluzhnikov8-13/+34
2015-08-14Fix fma spurious underflows (bug 18824).Joseph Myers3-3/+3
2015-08-14Regenerated sysdeps/x86_64/fpu/libm-test-ulps with AVX2.Paul Pluzhnikov1-1/+1
2015-08-14Remove incorrect register mov in floorf/nearbyint on x86_64Siddhesh Poyarekar2-2/+0
2015-08-13Add more random libm-test inputs.Joseph Myers2-105/+141
2015-08-13Fix tanh missing underflows (bug 16520).Joseph Myers6-2/+46
2015-08-13Check if cpuid is available in init_cpu_featuresH.J. Lu1-0/+12
2015-08-13Don't include <cpuid.h> in elision-conf.hH.J. Lu1-1/+0
2015-08-13Update x86 elision-conf.c for <cpu-features.h>H.J. Lu1-2/+2
2015-08-13Update libmvec multiarch functions for <cpu-features.h>H.J. Lu38-227/+125
2015-08-13Update i686 multiarch functions for <cpu-features.h>H.J. Lu38-887/+356
2015-08-13Update x86_64 multiarch functions for <cpu-features.h>H.J. Lu39-233/+246
2015-08-13Add _dl_x86_cpu_features to rtld_globalH.J. Lu27-396/+511
2015-08-11Fix BZ #18086 -- nice resets errno to 0.Paul Pluzhnikov1-3/+3
2015-08-11powerpc: Fix stpcpy performance for power8Ondrej Bilka1-2/+5