aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-10-16Fix i386 build for lll_unlock_elision change.Joseph Myers2-1/+6
2015-10-15Remove NPTL configure errors based on top-level configure tests.Joseph Myers3-18/+4
2015-10-15Remove -Bgroup configure test.Joseph Myers4-45/+4
2015-10-15Remove sizeof (long double) configure test.Joseph Myers4-273/+5
2015-10-15Remove -fexceptions configure test.Joseph Myers11-153/+193
2015-10-15Do not leave files behind in /tmp from testing.Joseph Myers5-4/+12
2015-10-15powerpc: Optimize lock elision for pthread_mutex_tPaul Murphy5-6/+27
2015-10-15nptl: Add adapt_count parameter to lll_unlock_elisionPaul Murphy5-5/+16
2015-10-15Mark ld.so internel __uname hiddenH.J. Lu2-0/+7
2015-10-15Mark ld.so internel string functions hiddenH.J. Lu2-0/+38
2015-10-15Mark ld.so internel stdlib functions hiddenH.J. Lu2-0/+9
2015-10-15Mark ld.so internel sigaction functions hiddenH.J. Lu2-0/+9
2015-10-15Mark internal setjmp functions hiddenH.J. Lu2-1/+8
2015-10-15Mark ld.so internel __profile_frequency hiddenH.J. Lu2-0/+7
2015-10-15Mark internal fcntl functions hiddenH.J. Lu2-1/+10
2015-10-15Mark internal dirent functions hiddenH.J. Lu2-4/+23
2015-10-15Mark _dl_catch_error hiddenH.J. Lu3-13/+16
2015-10-15Mark internal _itoa functions hiddenH.J. Lu2-2/+6
2015-10-15Mark internal _dl_XXX functions hiddenH.J. Lu5-21/+50
2015-10-15Mark _wordcopy_XXX functions hiddenH.J. Lu2-4/+14
2015-10-15Mark x86 _dl_unmap/_dl_make_tlsdesc_dynamic hiddenH.J. Lu5-6/+20
2015-10-15Add comments for GCC 5 requirementH.J. Lu2-0/+9
2015-10-15Remove assembler -mtune=i686 configure test.Joseph Myers4-32/+6
2015-10-15Remove .previous, .popsection configure tests.Joseph Myers5-102/+14
2015-10-15Remove -static-libgcc configure test.Joseph Myers5-28/+9
2015-10-15Remove stddef.h configure test.Joseph Myers3-56/+5
2015-10-15vfscanf: Use struct scratch_buffer instead of extend_allocaFlorian Weimer2-125/+241
2015-10-15Remove i386/epoll_pwait.SH.J. Lu4-79/+9
2015-10-15Optimize i386 syscall inlining for GCC 5H.J. Lu3-11/+131
2015-10-15i386: Remove syscall assembly codes with 6 argumentsH.J. Lu6-268/+55
2015-10-15Always enable pointer guard [BZ #18928]Florian Weimer4-19/+22
2015-10-14Fix powerpc32 lround, lroundf spurious exceptions (bug 19134).Joseph Myers3-3/+50
2015-10-14[BZ #19129][ARM] Fix _dl_tlsdesc_resolve_hold to save r0Szabolcs Nagy3-10/+25
2015-10-14manual/argp.texi (Specifying Argp Parsers): Fix typo.Namhyung Kim2-1/+5
2015-10-14include/stap-probe.h: Fix formatting.Carlos O'Donell2-6/+10
2015-10-14Fix double-checked locking in _res_hconf_reorder_addrs [BZ #19074]Florian Weimer3-10/+71
2015-10-14Avoid PLT when calling __sched_getaffinity_newH.J. Lu2-0/+14
2015-10-14Support PLT and GOT references in local PIC checkH.J. Lu5-19/+29
2015-10-14Use INTERNAL_SYSCALL and INLINE_SYSCALL_ERROR_RETURN_VALUEH.J. Lu10-47/+56
2015-10-13Fix powerpc32 llround, llroundf exceptions (bug 19125).Joseph Myers4-3/+81
2015-10-13Use INLINE_SYSCALL_ERROR_RETURN_VALUEH.J. Lu30-158/+88
2015-10-13Add INLINE_SYSCALL_ERROR_RETURN_VALUEH.J. Lu23-85/+130
2015-10-13Support x86-64 assmebler without AVX512H.J. Lu3-17/+34
2015-10-13Move powerpc llround implementations to powerpc32 directory.Joseph Myers3-0/+5
2015-10-13Fix powerpc32 llrint, llrintf bad exceptions (bug 16422).Joseph Myers7-12/+123
2015-10-12Add bug referenceAndreas Schwab1-0/+1
2015-10-12Add dependencies on needed locales in each subdir tests (bug 18969)Andreas Schwab12-2/+189
2015-10-10Remove unusued variableSamuel Thibault1-2/+0
2015-10-10Make _hurd_raise_signal directly return the errorSamuel Thibault2-5/+3
2015-10-10Make _hurd_raise_signal return errorsSamuel Thibault3-4/+14