summaryrefslogtreecommitdiff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Improve fesetenv performance by avoiding unnecessary FPSR/FPCR reads/writes.Wilco Dijkstra2015-08-051-17/+23
* Fix powf (close to -1, large) (bug 18647).Joseph Myers2015-08-051-1/+1
* arm: Assembly implementation cleanupAdhemerval Zanella2015-08-053-136/+18
* mmap64: fix undef warningsMike Frysinger2015-08-051-3/+3
* tilepro: fix warnings in sysdeps/tile/tilepro/bits/atomic.hChris Metcalf2015-08-041-8/+12
* Properly terminate FDE in makecontext for ix86 (bug 18635)Andreas Schwab2015-08-042-7/+4
* Prevent runtime fail of SSE vector math tests on non SSE4.1 machine.Andrew Senkevich2015-07-301-2/+0
* hppa: fix pthreadtypes.h namespace failuresMike Frysinger2015-07-301-3/+3
* hppa: Remove custom lowlevellock.h.Torvald Riegel2015-07-301-334/+0
* hppa: sigaction.h: change sa_flags to an intMike Frysinger2015-07-291-1/+6
* hppa: fix sysdep.h header setupMike Frysinger2015-07-293-5/+9
* hppa: rewrite INLINE_SYSCALLMike Frysinger2015-07-291-22/+7
* Extend local PLT reference checkH.J. Lu2015-07-292-3/+24
* Added runtime check for AVX vector math tests.Andrew Senkevich2015-07-293-1/+27
* ia64: drop __tls_get_addr from expected ld.so plt usageMike Frysinger2015-07-281-4/+3
* ia64: atomic.h: fix atomic_exchange_and_add 64bit handlingMike Frysinger2015-07-281-3/+1
* ia64: clean up old kernel headers cruftMike Frysinger2015-07-281-4/+0
* Fixes extern protected data handling testcases elf/tst-protected1aChung-Lin Tang2015-07-262-1/+4
* Update Nios II ulps file.Chung-Lin Tang2015-07-251-41/+98
* Fix order of arguments to rt_sigprocmask syscall when setting the signal maskChung-Lin Tang2015-07-242-6/+6