summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-10-28elf/dl-load.c: Use __strdup.Carlos O'Donell
2014-10-28Don't use INTDEF/INTUSE in unwind-dw2-fde.c (bug 14132).Joseph Myers
2014-10-27arm: Re-enable PI futex support for ARM kernels >= 3.14.3Gratian Crisan
2014-10-27Move setfsgid/setfsuid definitions to syscalls.list (bug 14138).Joseph Myers
2014-10-27Fix misdetected Slow_SSE4_2 cpu feature bit (bug 17501)Andreas Schwab
2014-10-24Rework compiler version check in configure.Roland McGrath
2014-10-24Prototypify htonl and htons definitions.Roland McGrath
2014-10-24This patch improves strncat performance by using strlen. Strlen has a fast C ...Wilco Dijkstra
2014-10-24This patch improves strcat performance by using strlen and strcpy. Strlen has...Wilco Dijkstra
2014-10-24Call libc_fetestexcept_aarch64 from math_private.h rather than duplicating fu...Wilco Dijkstra
2014-10-24Call libc_feholdexcept_aarch64 from math_private.h rather than duplicating fu...Wilco Dijkstra
2014-10-24Call get_rounding_mode rather than duplicating functionality.Wilco Dijkstra
2014-10-24Cleanup feenableexcept to use the same logic as the ARM version. No functiona...Wilco Dijkstra
2014-10-24Cleanup fedisableexcept to use the same logic as the ARM version. No function...Wilco Dijkstra
2014-10-24Cleanup feclearexcept to use the same logic as the ARM version. No functional...Wilco Dijkstra
2014-10-24Cleanup fesetexceptflag to use the same logic as the ARM version. No function...Wilco Dijkstra
2014-10-24Remove an unused include.Wilco Dijkstra
2014-10-24Move get*id and getgroups definitions to syscalls.list (bug 14138).Joseph Myers
2014-10-24Move some chown / lchown / fchown definitions to syscalls.list (bug 14138).Joseph Myers
2014-10-24Remove spaces.Wilco Dijkstra
2014-10-23hppa: Make __SIGRTMIN 32 (ABI break).Carlos O'Donell
2014-10-23Don't use INTDEF for powerpc32 compat symbols (bug 14132).Joseph Myers
2014-10-22Rework some nscd code not to use variable-length struct types.Roland McGrath
2014-10-22ARM: Use movw/movt more when availableRoland McGrath
2014-10-22MIPS: Avoid a dangling `vfork@GLIBC_2.0' referenceMaciej W. Rozycki
2014-10-21Don't use INTDEF with __ldexpf (bug 14132).Joseph Myers
2014-10-21Avoid local PLT reference in __nptl_main.Roland McGrath
2014-10-20Tiny refactoring in fts to eliminate a warning.Roland McGrath
2014-10-20NPTL: Clean up gratuitous Linuxism in libpthread.so entry point.Roland McGrath
2014-10-20NPTL: Add some missing #include'sRoland McGrath
2014-10-20Make internal lock-init macros return void.Roland McGrath
2014-10-20pthread_once: Add fast path and remove x86 variants.Torvald Riegel
2014-10-20pthread_once: Clean up constants.Torvald Riegel
2014-10-20Move readv and writev definitions to syscalls.list (bug 14138).Joseph Myers
2014-10-17Remove obsolete TLS_DEFINE_INIT_TP fallback.Roland McGrath
2014-10-17NPTL: Clean up THREAD_SYSINFO macros.Roland McGrath
2014-10-17NPTL: Conditionalize direct futex syscall uses.Roland McGrath
2014-10-17NPTL: Conditionalize more uses of SIGCANCEL and SIGSETXID.Roland McGrath
2014-10-17Fix NPTL build error when missing __NR_set_robust_list.Roland McGrath
2014-10-17Fix up incorrect formatting in last commitSiddhesh Poyarekar
2014-10-17strcoll: improve performance by removing the cache (#15884)Leonhard Holz
2014-10-16Remove sysdeps/arm/soft-fp directory.Roland McGrath
2014-10-14conformtest: clean up POSIX expections for sys/utsname.h, sys/wait.h.Joseph Myers
2014-10-14Fix infinite loop in check_pf (BZ #12926)Siddhesh Poyarekar
2014-10-10Remove CANCEL-FCT-WAIVE and CANCEL-FILE-WAIVE.Joseph Myers
2014-10-10Don't use INTVARDEF/INTUSE with __libc_enable_secure (bug 14132).Joseph Myers
2014-10-09remove nested functions from elf/dl-load.cKostya Serebryany
2014-10-09soft-fp: Use parentheses around macro arguments.Joseph Myers
2014-10-09soft-fp: Support rsigned == 2 in _FP_TO_INT.Joseph Myers
2014-10-09soft-fp: Support more precise "invalid" exceptions.Joseph Myers