aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-10-20Mark internal unistd functions hidden in ld.sohjl/pr19122H.J. Lu
2015-10-20Mark ld.so internal mmap functions hidden in ld.soH.J. Lu
2015-10-20Convert 113 more function definitions to prototype style (files with assertio...Joseph Myers
2015-10-20Convert 29 more function definitions to prototype style (multiple parameters ...Joseph Myers
2015-10-20Convert 24 more function definitions to prototype style (array parameters).Joseph Myers
2015-10-19Remove gnu_unique_object configure test.Joseph Myers
2015-10-19Do not use -Wno-strict-prototypes.Joseph Myers
2015-10-19Convert 69 more function definitions to prototype style (line wrap cases).Joseph Myers
2015-10-19use -fstack-protector-strong when availableMike Frysinger
2015-10-19Mark ld.so internel __fxstatat64 hiddenH.J. Lu
2015-10-19PowerPC: Fix a race condition when eliding a lockTulio Magno Quites Machado Filho
2015-10-19timezone: polish grammar a bit in documentationMike Frysinger
2015-10-19timezone: document new --disable-timezone-tools optionMike Frysinger
2015-10-19pt_chown: Clear any signal mask inherited from the parent process.Geoffrey Thomas
2015-10-19Remove -fgnu89-inline configure test.Joseph Myers
2015-10-19Remove .weak, .weakext configure tests.Joseph Myers
2015-10-19Convert 231 sysdeps function definitions to prototype style.Joseph Myers
2015-10-17sunrpc: Rewrite with explicit TLS access using __threadFlorian Weimer
2015-10-17malloc: Rewrite with explicit TLS access using __threadFlorian Weimer
2015-10-17vfprintf: Rewrite printf_positional to use struct scratch_bufferFlorian Weimer
2015-10-17Assume that SOCK_CLOEXEC is available and worksFlorian Weimer
2015-10-17The va_list pointer is unspecified after a call to vfprintf [BZ #18982]Florian Weimer
2015-10-17lt_LT: change currency symbol to the euro [BZ #18953]Gunnar Hjalmarsson
2015-10-17hu_HU: change time separator to colon [BZ #18918]Egmont Koblinger
2015-10-16Add more libm tests (fabs, fdim, fma, fmax, fmin, fmod).Joseph Myers
2015-10-16 Make performance improvement to MIPS memcpy for small copies.Steve Ellcey
2015-10-16Add more tests for ceil, floor, round, trunc.Joseph Myers
2015-10-16Convert 703 function definitions to prototype style.Joseph Myers
2015-10-16Fix i386 build for lll_unlock_elision change.Joseph Myers
2015-10-15Remove NPTL configure errors based on top-level configure tests.Joseph Myers
2015-10-15Remove -Bgroup configure test.Joseph Myers
2015-10-15Remove sizeof (long double) configure test.Joseph Myers
2015-10-15Remove -fexceptions configure test.Joseph Myers
2015-10-15Do not leave files behind in /tmp from testing.Joseph Myers
2015-10-15powerpc: Optimize lock elision for pthread_mutex_tPaul Murphy
2015-10-15nptl: Add adapt_count parameter to lll_unlock_elisionPaul Murphy
2015-10-15Mark ld.so internel __uname hiddenH.J. Lu
2015-10-15Mark ld.so internel string functions hiddenH.J. Lu
2015-10-15Mark ld.so internel stdlib functions hiddenH.J. Lu
2015-10-15Mark ld.so internel sigaction functions hiddenH.J. Lu
2015-10-15Mark internal setjmp functions hiddenH.J. Lu
2015-10-15Mark ld.so internel __profile_frequency hiddenH.J. Lu
2015-10-15Mark internal fcntl functions hiddenH.J. Lu
2015-10-15Mark internal dirent functions hiddenH.J. Lu
2015-10-15Mark _dl_catch_error hiddenH.J. Lu
2015-10-15Mark internal _itoa functions hiddenH.J. Lu
2015-10-15Mark internal _dl_XXX functions hiddenH.J. Lu
2015-10-15Mark _wordcopy_XXX functions hiddenH.J. Lu
2015-10-15Mark x86 _dl_unmap/_dl_make_tlsdesc_dynamic hiddenH.J. Lu
2015-10-15Add comments for GCC 5 requirementH.J. Lu