aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-08-20Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper3-7/+26
2011-08-20Print message that there is no scope instead of being silentUlrich Drepper2-0/+3
2011-08-20Merge branch 'roland/x86-tcb-align'Roland McGrath3-7/+26
2011-08-20Further improve printing os ELF symbol lookup scope informationUlrich Drepper2-3/+16
2011-08-20Add test for BZ 13114Ulrich Drepper4-3/+35
2011-08-20Fix fopen (non-existing-file, "re") errnoAndreas Jaeger2-13/+17
2011-08-20Fix CL entryUlrich Drepper1-1/+1
2011-08-20Fix minor CFI problem in regular x86-64 trampolineUlrich Drepper2-1/+5
2011-08-20Fix CFI info in x86-64 trampolines for non-AVX codeUlrich Drepper3-11/+27
2011-08-20Adjust libm test ulps for powerpcAndreas Schwab2-0/+5
2011-08-20Remove the file<Andreas Schwab1-1/+0
2011-08-20Use correct scandir64 implementation on ppc64Andreas Schwab2-0/+6
2011-08-17Fix tst-writev on non-4K page sizeDavid S. Miller2-1/+6
2011-08-17Add rules to build libresolv with SSP flagsUlrich Drepper3-3/+13
2011-08-17Avoid executable stack in makedbAndreas Schwab2-5/+12
2011-08-17Fix some problem of 32-bit pldd on 64-bit platformsUlrich Drepper3-1/+10
2011-08-17Prevent possible race conditions by attaching pldd to all threadsUlrich Drepper2-25/+95
2011-08-16Improve printing of lookup scopesUlrich Drepper4-9/+16
The scope of a new object should be printed earlier and when the scope of an already loaded object is extended only the changes should be printed.
2011-08-16Avoid warning from last changeUlrich Drepper1-1/+1
2011-08-16Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper2-5/+18
2011-08-16Fix printing of scope numberUlrich Drepper2-7/+7
2011-08-14Align x86 TCB to 64 bytes (cache line size), important for Atom.Roland McGrath3-7/+26
2011-08-14More warning patrol, in dead code (sigh).Roland McGrath2-5/+18
2011-08-14Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper6-20/+43
Conflicts: ChangeLog
2011-08-14Add missing initialization in service cache in nscdUlrich Drepper2-1/+6
2011-08-14More warning patrol.Roland McGrath2-5/+4
2011-08-14Clean up locale/Makefile variables for -D switches.Roland McGrath2-11/+24
2011-08-14Warning patrol.Roland McGrath3-2/+8
2011-08-14 * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,David S. Miller2-2/+7
RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
2011-08-13Implement LD_DEBUG=scopesUlrich Drepper4-38/+59
2011-08-13Fix caller information of NSS modulesUlrich Drepper2-3/+12
2011-08-13Fix compile problemUlrich Drepper3-10/+22
l10nflist compiles for localedef now. Optimize a bit.
2011-08-12Better check for last patchUlrich Drepper1-1/+1
Don't indicate that dependencies of dynamically loaded objects are also dynamically loaded.
2011-08-12Better debug information from ld.soUlrich Drepper2-3/+10
Differentiate between loading as a dependency and loading on request.
2011-08-11Minor optimization of popcount in l10nflistUlrich Drepper3-0/+18
2011-08-11Locale-independent parsing in libintlUlrich Drepper2-6/+11
2011-08-11Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper5-4/+12
Conflicts: ChangeLog
2011-08-11Clean up PLT use for scandiratAndreas Schwab5-9/+13
2011-08-10 * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma inDavid S. Miller5-4/+12
enum. * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise. * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise. * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
2011-08-09Fix stack alignment on x86_64Andreas Schwab4-7/+16
2011-08-09Implement scandirat functionUlrich Drepper16-143/+398
2011-08-08Avoid multiple definitions of identical scandir cancellation handlerUlrich Drepper4-10/+25
2011-08-04Provide better output in string testsUlrich Drepper2-2/+7
If IMPL is called with a macro for the first parameter the macro does not get expanded before the string is stored in the impl_t data structure.
2011-08-04Cleanup wcscmp test additionUlrich Drepper2-206/+154
2011-08-04New comprehensive test for wcscmpLiubov Dmitrieva4-24/+169
2011-08-04Properly tokenize nameserver line for servers with IPv6 addressAndreas Schwab2-1/+6
2011-08-04Fix encoding name for IDN in getaddrinfoAndreas Schwab2-1/+9
2011-08-04Fix up __kernel_rem_pio2 for FLT_EVAL_METHOD != 0 architecturesJakub Jelinek2-6/+17
2011-08-04Fix whitespacesUlrich Drepper2-2/+0
2011-08-04Improve x86-32 strcat functions with SSE2/SSSE3Liubov Dmitrieva11-317/+2340