summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Clean up wchar_t conversion code in iconv program.roland/iconvRoland McGrath2014-10-222-79/+61
* Rework some nscd code not to use variable-length struct types.Roland McGrath2014-10-225-93/+117
* ARM: Use movw/movt more when availableRoland McGrath2014-10-229-69/+209
* MIPS: Avoid a dangling `vfork@GLIBC_2.0' referenceMaciej W. Rozycki2014-10-223-1/+8
* Don't use INTDEF with __ldexpf (bug 14132).Joseph Myers2014-10-212-1/+5
* Avoid local PLT reference in __nptl_main.Roland McGrath2014-10-212-1/+5
* Tiny refactoring in fts to eliminate a warning.Roland McGrath2014-10-202-5/+16
* NPTL: Clean up gratuitous Linuxism in libpthread.so entry point.Roland McGrath2014-10-202-7/+10
* NPTL: Add some missing #include'sRoland McGrath2014-10-206-0/+12
* Make internal lock-init macros return void.Roland McGrath2014-10-204-6/+15
* pthread_once: Add fast path and remove x86 variants.Torvald Riegel2014-10-204-378/+30
* pthread_once: Clean up constants.Torvald Riegel2014-10-204-10/+29
* Move readv and writev definitions to syscalls.list (bug 14138).Joseph Myers2014-10-204-105/+11
* Remove obsolete TLS_DEFINE_INIT_TP fallback.Roland McGrath2014-10-172-13/+2
* NPTL: Clean up THREAD_SYSINFO macros.Roland McGrath2014-10-176-10/+26
* NPTL: Conditionalize direct futex syscall uses.Roland McGrath2014-10-177-22/+62
* NPTL: Conditionalize more uses of SIGCANCEL and SIGSETXID.Roland McGrath2014-10-174-4/+33
* Fix NPTL build error when missing __NR_set_robust_list.Roland McGrath2014-10-172-0/+7
* Fix up incorrect formatting in last commitSiddhesh Poyarekar2014-10-172-4/+9
* strcoll: improve performance by removing the cache (#15884)Leonhard Holz2014-10-173-319/+39
* Remove sysdeps/arm/soft-fp directory.Roland McGrath2014-10-163-1/+6
* conformtest: clean up POSIX expections for sys/utsname.h, sys/wait.h.Joseph Myers2014-10-144-4/+37
* Fix infinite loop in check_pf (BZ #12926)Siddhesh Poyarekar2014-10-143-2/+8
* Remove CANCEL-FCT-WAIVE and CANCEL-FILE-WAIVE.Joseph Myers2014-10-103-543/+3
* Don't use INTVARDEF/INTUSE with __libc_enable_secure (bug 14132).Joseph Myers2014-10-107-28/+48
* remove nested functions from elf/dl-load.cKostya Serebryany2014-10-092-36/+58
* soft-fp: Use parentheses around macro arguments.Joseph Myers2014-10-099-305/+482
* soft-fp: Support rsigned == 2 in _FP_TO_INT.Joseph Myers2014-10-092-7/+40
* soft-fp: Support more precise "invalid" exceptions.Joseph Myers2014-10-093-81/+170
* Update French translationAllan McRae2014-10-092-2/+6
* Don't use INTDEF/INTUSE with __cxa_atexit (bug 14132).Joseph Myers2014-10-093-5/+9
* Remove stray *_internal aliases (bug 14132).Joseph Myers2014-10-096-14/+20
* soft-fp: Add FP_DENORM_ZERO.Joseph Myers2014-10-093-1/+50
* soft-fp: Fix _FP_TO_INT latent bug in overflow handling.Joseph Myers2014-10-092-2/+10
* soft-fp: Refactor exception handling for comparisons.Joseph Myers2014-10-0935-116/+132
* soft-fp: Make extensions of subnormals from XFmode to TFmode signal underflow...Joseph Myers2014-10-097-2/+36
* soft-fp: Remove FP_CLEAR_EXCEPTIONS.Joseph Myers2014-10-096-15/+20
* Don't use INTUSE with __adjtimex (bug 14132).Joseph Myers2014-10-087-12/+50
* BZ#17460: Fix buffer overrun in nscd --help.Roland McGrath2014-10-084-25/+33
* Remove unnecessarily nested function in do_lookup_unique.Roland McGrath2014-10-082-27/+36
* Support and use mixed compat/non-compat aliases in syscalls.list.Joseph Myers2014-10-067-47/+23
* Move some chown / lchown / fchown definitions to syscalls.list (bug 14138).Joseph Myers2014-10-069-47/+21
* powerpc: remove linux lowlevellock.hAdhemerval Zanella2014-10-064-347/+15
* tile: fix copyright header blocks in just-committed filesChris Metcalf2014-10-064-13/+6
* tile: add clock_gettime support via vDSOChris Metcalf2014-10-066-6/+81
* tile: make the prolog of clone() more conformantChris Metcalf2014-10-062-5/+9
* tile: optimize memcmpChris Metcalf2014-10-062-0/+369
* tile: add support for _SC_LEVEL*CACHE* sysconf() queriesChris Metcalf2014-10-062-0/+77
* tilegx: provide optimized strnlen, strstr, and strcasestrChris Metcalf2014-10-065-5/+406
* tilegx: optimize string copy_byte() internal functionChris Metcalf2014-10-062-6/+9