about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix ldbl-128ibm tanhl inaccuracy (bug 18790).Joseph Myers2015-08-102-6/+6
* Readd O_LARGEFILE flag for openat64 (bug 18781)Andreas Schwab2015-08-101-0/+5
* Fix ldbl-128ibm sinhl inaccuracy near 0 (bug 18789).Joseph Myers2015-08-102-1/+3
* Add a missing break in tst-auditmod3b.cH.J. Lu2015-08-091-0/+1
* hppa: put custom madvise defines behind __USE_MISCMike Frysinger2015-08-081-8/+11
* hppa: Fix miscompilation of sched_setaffinity() [BZ #18480]John David Anglin2015-08-082-22/+42
* hppa: Fix reload error with atomic code [BZ #18787]John David Anglin2015-08-081-18/+17
* microblaze: include unix/sysdep.hMike Frysinger2015-08-071-1/+6
* Fix tan missing underflows (bug 16517).Joseph Myers2015-08-075-4/+51
* hppa: _dl_symbol_address: add missing hidden defMike Frysinger2015-08-071-0/+1
* Fix sinh missing underflows (bug 16519).Joseph Myers2015-08-066-7/+49
* Properly terminate FDE in makecontext for m68k (bug 18635)Andreas Schwab2015-08-051-1/+4
* Align stack to 16 bytes when calling __errno_locationH.J. Lu2015-08-053-0/+18
* Align stack to 16 bytes when calling __gettimeofdayH.J. Lu2015-08-051-4/+5
* Align stack to 16 bytes when calling __setcontextH.J. Lu2015-08-051-2/+2
* Compile {memcpy,strcmp}-sse2-unaligned.S only for libcH.J. Lu2015-08-052-0/+8
* Improve performance of mempcpy by inlining and using memcpy. EnableWilco Dijkstra2015-08-051-0/+3
* Improve feenableexcept performance - avoid an unnecessary FPCR read in caseWilco Dijkstra2015-08-051-9/+7