aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
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
2015-08-11powerpc: Fix PPC64/POWER7 conform testsAdhemerval Zanella2-3/+4
2015-08-11powerpc: Use default strcpy optimization for POWER7Adhemerval Zanella9-794/+66
2015-08-11powerpc: Fix strnlen/power7 buildAdhemerval Zanella1-1/+2
2015-08-11powerpc: Fix strstr/power7 buildAdhemerval Zanella2-0/+28
2015-08-11Remove unused definition of __openat(64)_nocancelAndreas Schwab2-21/+0
2015-08-11Add more tests of various libm functions.Joseph Myers2-48/+106
2015-08-10Fix ldbl-128ibm tanhl inaccuracy (bug 18790).Joseph Myers2-6/+6
2015-08-10Readd O_LARGEFILE flag for openat64 (bug 18781)Andreas Schwab1-0/+5
2015-08-10Fix ldbl-128ibm sinhl inaccuracy near 0 (bug 18789).Joseph Myers2-1/+3
2015-08-09Add a missing break in tst-auditmod3b.cH.J. Lu1-0/+1
2015-08-08hppa: put custom madvise defines behind __USE_MISCMike Frysinger1-8/+11
2015-08-08hppa: Fix miscompilation of sched_setaffinity() [BZ #18480]John David Anglin2-22/+42
2015-08-08hppa: Fix reload error with atomic code [BZ #18787]John David Anglin1-18/+17
2015-08-07microblaze: include unix/sysdep.hMike Frysinger1-1/+6
2015-08-07Fix tan missing underflows (bug 16517).Joseph Myers5-4/+51
2015-08-07hppa: _dl_symbol_address: add missing hidden defMike Frysinger1-0/+1
2015-08-06Fix sinh missing underflows (bug 16519).Joseph Myers6-7/+49
2015-08-05Properly terminate FDE in makecontext for m68k (bug 18635)Andreas Schwab1-1/+4
2015-08-05Align stack to 16 bytes when calling __errno_locationH.J. Lu3-0/+18
2015-08-05Align stack to 16 bytes when calling __gettimeofdayH.J. Lu1-4/+5
2015-08-05Align stack to 16 bytes when calling __setcontextH.J. Lu1-2/+2
2015-08-05Compile {memcpy,strcmp}-sse2-unaligned.S only for libcH.J. Lu2-0/+8
2015-08-05Improve performance of mempcpy by inlining and using memcpy. EnableWilco Dijkstra1-0/+3
2015-08-05Improve feenableexcept performance - avoid an unnecessary FPCR read in caseWilco Dijkstra1-9/+7
2015-08-05Improve fesetenv performance by avoiding unnecessary FPSR/FPCR reads/writes.Wilco Dijkstra1-17/+23