aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2015-08-05Improve fesetenv performance by avoiding unnecessary FPSR/FPCR reads/writes.Wilco Dijkstra1-17/+23
2015-08-05Fix powf (close to -1, large) (bug 18647).Joseph Myers1-1/+1
2015-08-05arm: Assembly implementation cleanupAdhemerval Zanella3-136/+18
2015-08-05mmap64: fix undef warningsMike Frysinger1-3/+3
2015-08-04tilepro: fix warnings in sysdeps/tile/tilepro/bits/atomic.hChris Metcalf1-8/+12
2015-08-04Properly terminate FDE in makecontext for ix86 (bug 18635)Andreas Schwab2-7/+4
2015-07-30Prevent runtime fail of SSE vector math tests on non SSE4.1 machine.Andrew Senkevich1-2/+0
2015-07-30hppa: fix pthreadtypes.h namespace failuresMike Frysinger1-3/+3
2015-07-30hppa: Remove custom lowlevellock.h.Torvald Riegel1-334/+0
2015-07-29hppa: sigaction.h: change sa_flags to an intMike Frysinger1-1/+6
2015-07-29hppa: fix sysdep.h header setupMike Frysinger3-5/+9
2015-07-29hppa: rewrite INLINE_SYSCALLMike Frysinger1-22/+7
2015-07-29Extend local PLT reference checkH.J. Lu2-3/+24
2015-07-29Added runtime check for AVX vector math tests.Andrew Senkevich3-1/+27
2015-07-28ia64: drop __tls_get_addr from expected ld.so plt usageMike Frysinger1-4/+3
2015-07-28ia64: atomic.h: fix atomic_exchange_and_add 64bit handlingMike Frysinger1-3/+1
2015-07-28ia64: clean up old kernel headers cruftMike Frysinger1-4/+0
2015-07-26Fixes extern protected data handling testcases elf/tst-protected1aChung-Lin Tang2-1/+4
2015-07-25Update Nios II ulps file.Chung-Lin Tang1-41/+98
2015-07-24Fix order of arguments to rt_sigprocmask syscall when setting the signal maskChung-Lin Tang2-6/+6
2015-07-24NaCl: Remove bogus O_SHLOCK, O_EXLOCK definitions.Roland McGrath1-4/+0
2015-07-24Update powerpc-fpu libm-test-ulps.Adhemerval Zanella1-56/+152
2015-07-24Fixed several libmvec bugs found during testing on KNL hardware.Andrew Senkevich15-223/+201
2015-07-24[ARM][BZ #17711] Fix extern protected data handlingSzabolcs Nagy2-3/+9
2015-07-24[AArch64][BZ #17711] Fix extern protected data handlingSzabolcs Nagy2-1/+4
2015-07-23Make sysdeps/posix bring in login subdir.Roland McGrath4-24/+40
2015-07-23NaCl: Fix missing getdtablesize symbol.Roland McGrath2-0/+2
2015-07-23ia64: sigaction.h: fix sa_flags orderingMike Frysinger1-1/+1
2015-07-21ia64: msg.h: fix msg_qnum/msg_qbytes typesMike Frysinger1-4/+9
2015-07-21ia64: stat.h: rename pad0 to __glibc_reserved0Mike Frysinger1-2/+2
2015-07-21ia64: sifaction.h: change sa_flags to an intMike Frysinger1-1/+2
2015-07-21ia64: siginfo.h: delete siginfo nameMike Frysinger1-1/+1
2015-07-21NaCl: Use only nacl_irt_dev_filename, never nacl_irt_filename.Roland McGrath3-4/+2
2015-07-21Add abilist files and NEWS item for arm-nacl port.Roland McGrath10-0/+2521
2015-07-21tile: Fix BZ #18508 (makecontext yield infinite backtrace)Chris Metcalf2-4/+6
2015-07-20sparc: fix sigaction for 32bit builds [BZ #18694]Mike Frysinger1-0/+4
2015-07-21m68k: update libm test ULPsAndreas Schwab1-133/+311
2015-07-20Add si_addr_bnd to _sigfault in x86 struct siginfoH.J. Lu1-0/+7
2015-07-16Regenerate SPARC ULPs.David S. Miller1-239/+389
2015-07-16powerpc: strstr optimizationRajalakshmi Srinivasaraghavan6-1/+626
2015-07-16hppa/ia64: _dl_unmap: make it hiddenMike Frysinger4-4/+4
2015-07-16hppa/ia64: _dl_symbol_address: add PLT bypass for rtldMike Frysinger2-0/+2
2015-07-15Fix sparc build.David S. Miller5-2/+13
2015-07-15Modify several tests to use test-skeleton.cArjun Shankar1-2/+5
2015-07-15i686: Mark stdlib/tst-makecontext as XFAIL.Stefan Liebler1-0/+6
2015-07-15S390: Regenerate ULPsStefan Liebler1-28/+28
2015-07-14Factor file identity rules out of generic rtld code.Roland McGrath3-0/+104
2015-07-13Add AArch64 versions of math_opt_barrier and math_force_eval that avoid going...Wilco Dijkstra1-0/+5
2015-07-13Optimize the strlen implementation by using a page cross check and a fast checkWilco Dijkstra1-65/+165
2015-07-10NaCl: Make pthread_condattr_setclock reject CLOCK_MONOTONIC.Roland McGrath1-0/+42