about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Fix tabort usage in syscallsPaul E. Murphy2015-08-253-4/+5
* powerpc: Handle worstcase behavior in strstr() for POWER7Rajalakshmi Srinivasaraghavan2015-08-251-7/+15
* Replace %xmm[8-12] with %xmm[0-4]H.J. Lu2015-08-251-47/+47
* Remove x86-64 rtld-xxx.c and rtld-xxx.SH.J. Lu2015-08-256-464/+0
* Replace %xmm8 with %xmm0H.J. Lu2015-08-251-26/+26
* Fix strcpy_chk and stpcpy_chk performance.Ondřej Bílka2015-08-252-211/+0
* Save and restore vector registers in x86-64 ld.soH.J. Lu2015-08-258-501/+472
* 2015-08-24 Wilco Dijkstra <wdijkstr@arm.com>Wilco Dijkstra2015-08-241-27/+0
* 2015-08-24 Wilco Dijkstra <wdijkstr@arm.com>Wilco Dijkstra2015-08-241-8/+4
* Remove __ASSUME_IPC64Andreas Schwab2015-08-2423-706/+1
* powerpc: Fix memchr for powerpc32.Carlos Eduardo Seo2015-08-211-1/+1
* powerpc: make memchr use memchr-power7.Carlos Eduardo Seo2015-08-211-1/+13
* Revert "Add INLINE_SYSCALL_RETURN/INLINE_SYSCALL_ERROR_RETURN"H.J. Lu2015-08-2163-287/+292
* Revert "Fix a typo in linux lxstat.c"H.J. Lu2015-08-211-2/+2
* Fix a typo in linux lxstat.cH.J. Lu2015-08-211-2/+2
* Add INLINE_SYSCALL_RETURN/INLINE_SYSCALL_ERROR_RETURNH.J. Lu2015-08-2163-292/+287
* Remove the unused IFUNC filesH.J. Lu2015-08-203-21/+0
* Fix uninitialized variable use in ldbl-128ibm nearbyintl.Joseph Myers2015-08-201-9/+5
* Move x86_64 init-arch.h to sysdeps/x86/init-arch.hH.J. Lu2015-08-204-3/+1
* Remove x86 init-arch.cH.J. Lu2015-08-202-2/+0
* nptl: Document crash due to incorrect use of locksFlorian Weimer2015-08-201-1/+3
* Fix csqrt missing underflows (bug 18370).Joseph Myers2015-08-191-0/+4
* PowerPC: Extend Program Priority Register supportGabriel F. T. Gomes2015-08-191-0/+31
* Fix dynamic linker issue with bind-nowPetar Jovanovic2015-08-193-0/+38
* Mark __xstatXX_conv as hiddenH.J. Lu2015-08-191-3/+6
* Call __setcontext with HIDDEN_JUMPTARGETH.J. Lu2015-08-192-6/+2
* Use x86-64 cacheinfo.c and sysconf.c for x86H.J. Lu2015-08-196-514/+4
* Also check __i586__/__i686__ for HAS_I586/HAS_I686H.J. Lu2015-08-191-8/+9
* Fix MIPS -Wundef warnings for __mips_isa_rev.Joseph Myers2015-08-182-3/+3
* powerpc: Add missing hwcap strings.Carlos Eduardo Seo2015-08-182-5/+5
* Define HAS_CPUID/HAS_I586/HAS_I686 from -march=H.J. Lu2015-08-182-2/+29
* hppa: start.S: rework references to fix PIE TEXTRELs [BZ #18421]Alan Modra2015-08-181-2/+14
* hppa: timerfd.h: move to common sys/timerfd.hMike Frysinger2015-08-181-33/+3
* hppa: signalfd.h: move to common sys/signalfd.hMike Frysinger2015-08-181-39/+3
* hppa: inotify.h: move to common sys/inotify.hMike Frysinger2015-08-182-106/+29
* hppa: eventfd.h: move to common sys/eventfd.hMike Frysinger2015-08-181-26/+4
* hppa: epoll.h: move to common sys/epoll.hMike Frysinger2015-08-182-143/+27
* hppa: sigaction.h: update define export based on __USE_XOPEN2K8Mike Frysinger2015-08-181-0/+2
* hppa: shm.h: add SHM_EXECMike Frysinger2015-08-181-0/+1
* hppa: drop __ASSUME_LWS_CAS defineMike Frysinger2015-08-182-11/+2
* hppa: assume TLS everywhereMike Frysinger2015-08-185-111/+2
* Add version set GLIBC_2.19 for linux/powerpcAndreas Schwab2015-08-171-0/+4
* Fix BZ #18084 -- backtrace (..., 0) dumps core on x86.Paul Pluzhnikov2015-08-158-13/+34
* Fix fma spurious underflows (bug 18824).Joseph Myers2015-08-143-3/+3
* Regenerated sysdeps/x86_64/fpu/libm-test-ulps with AVX2.Paul Pluzhnikov2015-08-141-1/+1
* Remove incorrect register mov in floorf/nearbyint on x86_64Siddhesh Poyarekar2015-08-142-2/+0
* Add more random libm-test inputs.Joseph Myers2015-08-132-105/+141
* Fix tanh missing underflows (bug 16520).Joseph Myers2015-08-136-2/+46
* Check if cpuid is available in init_cpu_featuresH.J. Lu2015-08-131-0/+12
* Don't include <cpuid.h> in elision-conf.hH.J. Lu2015-08-131-1/+0