aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2014-10-09Update French translationAllan McRae
2014-10-09Don't use INTDEF/INTUSE with __cxa_atexit (bug 14132).Joseph Myers
2014-10-09Remove stray *_internal aliases (bug 14132).Joseph Myers
2014-10-09soft-fp: Add FP_DENORM_ZERO.Joseph Myers
2014-10-09soft-fp: Fix _FP_TO_INT latent bug in overflow handling.Joseph Myers
2014-10-09soft-fp: Refactor exception handling for comparisons.Joseph Myers
2014-10-09soft-fp: Make extensions of subnormals from XFmode to TFmode signal underflow...Joseph Myers
2014-10-09soft-fp: Remove FP_CLEAR_EXCEPTIONS.Joseph Myers
2014-10-08Don't use INTUSE with __adjtimex (bug 14132).Joseph Myers
2014-10-08BZ#17460: Fix buffer overrun in nscd --help.Roland McGrath
2014-10-08Remove unnecessarily nested function in do_lookup_unique.Roland McGrath
2014-10-06Support and use mixed compat/non-compat aliases in syscalls.list.Joseph Myers
2014-10-06Move some chown / lchown / fchown definitions to syscalls.list (bug 14138).Joseph Myers
2014-10-06powerpc: remove linux lowlevellock.hAdhemerval Zanella
2014-10-06tile: fix copyright header blocks in just-committed filesChris Metcalf
2014-10-06tile: add clock_gettime support via vDSOChris Metcalf
2014-10-06tile: make the prolog of clone() more conformantChris Metcalf
2014-10-06tile: optimize memcmpChris Metcalf
2014-10-06tile: add support for _SC_LEVEL*CACHE* sysconf() queriesChris Metcalf
2014-10-06tilegx: provide optimized strnlen, strstr, and strcasestrChris Metcalf
2014-10-06tilegx: optimize string copy_byte() internal functionChris Metcalf
2014-10-06Write errors to stdout and not stderr in nptl/tst-setuid3.cArjun Shankar
2014-10-01remove nested functions from elf/dl-deps.cKostya Serebryany
2014-10-01Move execve to syscalls.list (bug 14138).Joseph Myers
2014-10-01Remove extra whitespace from end of line.Steve Ellcey
2014-10-01 * sysdeps/mips/strcmp.S: New.Steve Ellcey
2014-09-30Move some *at definitions to syscalls.list (bug 14138).Joseph Myers
2014-09-30stdlib/tst-strtod-round.c: Fix build on ARMWill Newton
2014-09-30Allow cross-building of testsWill Newton
2014-09-29Run tst-ld-sse-use.sh with bash.Joseph Myers
2014-09-29Correctly size profiling reloc table (bug 17411)Carlos O'Donell
2014-09-29remove nested function hack_digitKostya Serebryany
2014-09-29Require autoconf 2.69H.J. Lu