about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update x86 elision-conf.c for <cpu-features.h>H.J. Lu2015-08-131-2/+2
* Update libmvec multiarch functions for <cpu-features.h>H.J. Lu2015-08-1338-227/+125
* Update i686 multiarch functions for <cpu-features.h>H.J. Lu2015-08-1338-887/+356
* Update x86_64 multiarch functions for <cpu-features.h>H.J. Lu2015-08-1339-233/+246
* Add _dl_x86_cpu_features to rtld_globalH.J. Lu2015-08-1327-396/+511
* Fix BZ #18086 -- nice resets errno to 0.Paul Pluzhnikov2015-08-111-3/+3
* powerpc: Fix stpcpy performance for power8Ondrej Bilka2015-08-111-2/+5
* powerpc: Fix PPC64/POWER7 conform testsAdhemerval Zanella2015-08-112-3/+4
* powerpc: Use default strcpy optimization for POWER7Adhemerval Zanella2015-08-119-794/+66
* powerpc: Fix strnlen/power7 buildAdhemerval Zanella2015-08-111-1/+2
* powerpc: Fix strstr/power7 buildAdhemerval Zanella2015-08-112-0/+28
* Remove unused definition of __openat(64)_nocancelAndreas Schwab2015-08-112-21/+0
* Add more tests of various libm functions.Joseph Myers2015-08-112-48/+106