aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-10-22ARM: Use movw/movt more when availableRoland McGrath9-69/+209
2014-10-22MIPS: Avoid a dangling `vfork@GLIBC_2.0' referenceMaciej W. Rozycki3-1/+8
2014-10-21Don't use INTDEF with __ldexpf (bug 14132).Joseph Myers2-1/+5
2014-10-21Avoid local PLT reference in __nptl_main.Roland McGrath2-1/+5
2014-10-20Tiny refactoring in fts to eliminate a warning.Roland McGrath2-5/+16
2014-10-20NPTL: Clean up gratuitous Linuxism in libpthread.so entry point.Roland McGrath2-7/+10
2014-10-20NPTL: Add some missing #include'sRoland McGrath6-0/+12
2014-10-20Make internal lock-init macros return void.Roland McGrath4-6/+15
2014-10-20pthread_once: Add fast path and remove x86 variants.Torvald Riegel4-378/+30
2014-10-20pthread_once: Clean up constants.Torvald Riegel4-10/+29
2014-10-20Move readv and writev definitions to syscalls.list (bug 14138).Joseph Myers4-105/+11
2014-10-17Remove obsolete TLS_DEFINE_INIT_TP fallback.Roland McGrath2-13/+2
2014-10-17NPTL: Clean up THREAD_SYSINFO macros.Roland McGrath6-10/+26
2014-10-17NPTL: Conditionalize direct futex syscall uses.Roland McGrath7-22/+62
2014-10-17NPTL: Conditionalize more uses of SIGCANCEL and SIGSETXID.Roland McGrath4-4/+33
2014-10-17Fix NPTL build error when missing __NR_set_robust_list.Roland McGrath2-0/+7
2014-10-17Fix up incorrect formatting in last commitSiddhesh Poyarekar2-4/+9
2014-10-17strcoll: improve performance by removing the cache (#15884)Leonhard Holz3-319/+39
2014-10-16Remove sysdeps/arm/soft-fp directory.Roland McGrath3-1/+6
2014-10-14conformtest: clean up POSIX expections for sys/utsname.h, sys/wait.h.Joseph Myers4-4/+37
2014-10-14Fix infinite loop in check_pf (BZ #12926)Siddhesh Poyarekar3-2/+8
2014-10-10Remove CANCEL-FCT-WAIVE and CANCEL-FILE-WAIVE.Joseph Myers3-543/+3
2014-10-10Don't use INTVARDEF/INTUSE with __libc_enable_secure (bug 14132).Joseph Myers7-28/+48
2014-10-09remove nested functions from elf/dl-load.cKostya Serebryany2-36/+58
2014-10-09soft-fp: Use parentheses around macro arguments.Joseph Myers9-305/+482
2014-10-09soft-fp: Support rsigned == 2 in _FP_TO_INT.Joseph Myers2-7/+40
2014-10-09soft-fp: Support more precise "invalid" exceptions.Joseph Myers3-81/+170
2014-10-09Update French translationAllan McRae2-2/+6
2014-10-09Don't use INTDEF/INTUSE with __cxa_atexit (bug 14132).Joseph Myers3-5/+9
2014-10-09Remove stray *_internal aliases (bug 14132).Joseph Myers6-14/+20
2014-10-09soft-fp: Add FP_DENORM_ZERO.Joseph Myers3-1/+50
2014-10-09soft-fp: Fix _FP_TO_INT latent bug in overflow handling.Joseph Myers2-2/+10
2014-10-09soft-fp: Refactor exception handling for comparisons.Joseph Myers35-116/+132
2014-10-09soft-fp: Make extensions of subnormals from XFmode to TFmode signal underflow...Joseph Myers7-2/+36
2014-10-09soft-fp: Remove FP_CLEAR_EXCEPTIONS.Joseph Myers6-15/+20
2014-10-08Don't use INTUSE with __adjtimex (bug 14132).Joseph Myers7-12/+50
2014-10-08BZ#17460: Fix buffer overrun in nscd --help.Roland McGrath4-25/+33
2014-10-08Remove unnecessarily nested function in do_lookup_unique.Roland McGrath2-27/+36
2014-10-06Support and use mixed compat/non-compat aliases in syscalls.list.Joseph Myers7-47/+23
2014-10-06Move some chown / lchown / fchown definitions to syscalls.list (bug 14138).Joseph Myers9-47/+21
2014-10-06powerpc: remove linux lowlevellock.hAdhemerval Zanella4-347/+15
2014-10-06tile: fix copyright header blocks in just-committed filesChris Metcalf4-13/+6
2014-10-06tile: add clock_gettime support via vDSOChris Metcalf6-6/+81
2014-10-06tile: make the prolog of clone() more conformantChris Metcalf2-5/+9
2014-10-06tile: optimize memcmpChris Metcalf2-0/+369
2014-10-06tile: add support for _SC_LEVEL*CACHE* sysconf() queriesChris Metcalf2-0/+77
2014-10-06tilegx: provide optimized strnlen, strstr, and strcasestrChris Metcalf5-5/+406
2014-10-06tilegx: optimize string copy_byte() internal functionChris Metcalf2-6/+9
2014-10-06Write errors to stdout and not stderr in nptl/tst-setuid3.cArjun Shankar2-15/+25
2014-10-01remove nested functions from elf/dl-deps.cKostya Serebryany2-15/+21