| Commit message (Expand) | Author | Age | Files | Lines |
* | Assume that SOCK_CLOEXEC is available and works | Florian Weimer | 2015-10-17 | 11 | -232/+33 |
* | The va_list pointer is unspecified after a call to vfprintf [BZ #18982] | Florian Weimer | 2015-10-17 | 3 | -17/+19 |
* | lt_LT: change currency symbol to the euro [BZ #18953] | Gunnar Hjalmarsson | 2015-10-17 | 3 | -6/+11 |
* | hu_HU: change time separator to colon [BZ #18918] | Egmont Koblinger | 2015-10-17 | 3 | -10/+15 |
* | Add more libm tests (fabs, fdim, fma, fmax, fmin, fmod). | Joseph Myers | 2015-10-16 | 2 | -1/+232 |
* | Make performance improvement to MIPS memcpy for small copies. | Steve Ellcey | 2015-10-16 | 2 | -2/+48 |
* | Add more tests for ceil, floor, round, trunc. | Joseph Myers | 2015-10-16 | 2 | -5/+171 |
* | Convert 703 function definitions to prototype style. | Joseph Myers | 2015-10-16 | 492 | -2105/+1453 |
* | Fix i386 build for lll_unlock_elision change. | Joseph Myers | 2015-10-16 | 2 | -1/+6 |
* | Remove NPTL configure errors based on top-level configure tests. | Joseph Myers | 2015-10-15 | 3 | -18/+4 |
* | Remove -Bgroup configure test. | Joseph Myers | 2015-10-15 | 4 | -45/+4 |
* | Remove sizeof (long double) configure test. | Joseph Myers | 2015-10-15 | 4 | -273/+5 |
* | Remove -fexceptions configure test. | Joseph Myers | 2015-10-15 | 11 | -153/+193 |
* | Do not leave files behind in /tmp from testing. | Joseph Myers | 2015-10-15 | 5 | -4/+12 |
* | powerpc: Optimize lock elision for pthread_mutex_t | Paul Murphy | 2015-10-15 | 5 | -6/+27 |
* | nptl: Add adapt_count parameter to lll_unlock_elision | Paul Murphy | 2015-10-15 | 5 | -5/+16 |
* | Mark ld.so internel __uname hidden | H.J. Lu | 2015-10-15 | 2 | -0/+7 |
* | Mark ld.so internel string functions hidden | H.J. Lu | 2015-10-15 | 2 | -0/+38 |
* | Mark ld.so internel stdlib functions hidden | H.J. Lu | 2015-10-15 | 2 | -0/+9 |
* | Mark ld.so internel sigaction functions hidden | H.J. Lu | 2015-10-15 | 2 | -0/+9 |
* | Mark internal setjmp functions hidden | H.J. Lu | 2015-10-15 | 2 | -1/+8 |
* | Mark ld.so internel __profile_frequency hidden | H.J. Lu | 2015-10-15 | 2 | -0/+7 |
* | Mark internal fcntl functions hidden | H.J. Lu | 2015-10-15 | 2 | -1/+10 |
* | Mark internal dirent functions hidden | H.J. Lu | 2015-10-15 | 2 | -4/+23 |
* | Mark _dl_catch_error hidden | H.J. Lu | 2015-10-15 | 3 | -13/+16 |
* | Mark internal _itoa functions hidden | H.J. Lu | 2015-10-15 | 2 | -2/+6 |
* | Mark internal _dl_XXX functions hidden | H.J. Lu | 2015-10-15 | 5 | -21/+50 |
* | Mark _wordcopy_XXX functions hidden | H.J. Lu | 2015-10-15 | 2 | -4/+14 |
* | Mark x86 _dl_unmap/_dl_make_tlsdesc_dynamic hidden | H.J. Lu | 2015-10-15 | 5 | -6/+20 |
* | Add comments for GCC 5 requirement | H.J. Lu | 2015-10-15 | 2 | -0/+9 |
* | Remove assembler -mtune=i686 configure test. | Joseph Myers | 2015-10-15 | 4 | -32/+6 |
* | Remove .previous, .popsection configure tests. | Joseph Myers | 2015-10-15 | 5 | -102/+14 |
* | Remove -static-libgcc configure test. | Joseph Myers | 2015-10-15 | 5 | -28/+9 |
* | Remove stddef.h configure test. | Joseph Myers | 2015-10-15 | 3 | -56/+5 |
* | vfscanf: Use struct scratch_buffer instead of extend_alloca | Florian Weimer | 2015-10-15 | 2 | -125/+241 |
* | Remove i386/epoll_pwait.S | H.J. Lu | 2015-10-15 | 4 | -79/+9 |
* | Optimize i386 syscall inlining for GCC 5 | H.J. Lu | 2015-10-15 | 3 | -11/+131 |
* | i386: Remove syscall assembly codes with 6 arguments | H.J. Lu | 2015-10-15 | 6 | -268/+55 |
* | Always enable pointer guard [BZ #18928] | Florian Weimer | 2015-10-15 | 4 | -19/+22 |
* | Fix powerpc32 lround, lroundf spurious exceptions (bug 19134). | Joseph Myers | 2015-10-14 | 3 | -3/+50 |
* | [BZ #19129][ARM] Fix _dl_tlsdesc_resolve_hold to save r0 | Szabolcs Nagy | 2015-10-14 | 3 | -10/+25 |
* | manual/argp.texi (Specifying Argp Parsers): Fix typo. | Namhyung Kim | 2015-10-14 | 2 | -1/+5 |
* | include/stap-probe.h: Fix formatting. | Carlos O'Donell | 2015-10-14 | 2 | -6/+10 |
* | Fix double-checked locking in _res_hconf_reorder_addrs [BZ #19074] | Florian Weimer | 2015-10-14 | 3 | -10/+71 |
* | Avoid PLT when calling __sched_getaffinity_new | H.J. Lu | 2015-10-14 | 2 | -0/+14 |
* | Support PLT and GOT references in local PIC check | H.J. Lu | 2015-10-14 | 5 | -19/+29 |
* | Use INTERNAL_SYSCALL and INLINE_SYSCALL_ERROR_RETURN_VALUE | H.J. Lu | 2015-10-14 | 10 | -47/+56 |
* | Fix powerpc32 llround, llroundf exceptions (bug 19125). | Joseph Myers | 2015-10-13 | 4 | -3/+81 |
* | Use INLINE_SYSCALL_ERROR_RETURN_VALUE | H.J. Lu | 2015-10-13 | 30 | -158/+88 |
* | Add INLINE_SYSCALL_ERROR_RETURN_VALUE | H.J. Lu | 2015-10-13 | 23 | -85/+130 |