aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-08-17Prevent possible race conditions by attaching pldd to all threadsUlrich Drepper
2011-08-16Improve printing of lookup scopesUlrich Drepper
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 Drepper
2011-08-16Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper
2011-08-16Fix printing of scope numberUlrich Drepper
2011-08-14More warning patrol, in dead code (sigh).Roland McGrath
2011-08-14Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper
Conflicts: ChangeLog
2011-08-14Add missing initialization in service cache in nscdUlrich Drepper
2011-08-14More warning patrol.Roland McGrath
2011-08-14Clean up locale/Makefile variables for -D switches.Roland McGrath
2011-08-14Warning patrol.Roland McGrath
2011-08-14 * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,David S. Miller
RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
2011-08-13Implement LD_DEBUG=scopesUlrich Drepper
2011-08-13Fix caller information of NSS modulesUlrich Drepper
2011-08-13Fix compile problemUlrich Drepper
l10nflist compiles for localedef now. Optimize a bit.
2011-08-12Better check for last patchUlrich Drepper
Don't indicate that dependencies of dynamically loaded objects are also dynamically loaded.
2011-08-12Better debug information from ld.soUlrich Drepper
Differentiate between loading as a dependency and loading on request.
2011-08-11Minor optimization of popcount in l10nflistUlrich Drepper
2011-08-11Locale-independent parsing in libintlUlrich Drepper
2011-08-11Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper
Conflicts: ChangeLog
2011-08-11Clean up PLT use for scandiratAndreas Schwab
2011-08-10 * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma inDavid S. Miller
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 Schwab
2011-08-09Implement scandirat functionUlrich Drepper
2011-08-08Avoid multiple definitions of identical scandir cancellation handlerUlrich Drepper
2011-08-04Provide better output in string testsUlrich Drepper
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 Drepper
2011-08-04New comprehensive test for wcscmpLiubov Dmitrieva
2011-08-04Properly tokenize nameserver line for servers with IPv6 addressAndreas Schwab
2011-08-04Fix encoding name for IDN in getaddrinfoAndreas Schwab
2011-08-04Fix up __kernel_rem_pio2 for FLT_EVAL_METHOD != 0 architecturesJakub Jelinek
2011-08-04Fix whitespacesUlrich Drepper
2011-08-04Improve x86-32 strcat functions with SSE2/SSSE3Liubov Dmitrieva
2011-08-04Fix inline strncat/strncmp on x86Andreas Schwab
2011-07-23Define SEEK_DATA and SEEK_HOLEUlrich Drepper
2011-07-23Define AF_NFC and PF_NFCUlrich Drepper
2011-07-23Update ptrace constantsUlrich Drepper
2011-07-23Adjust test for correct installationUlrich Drepper
2011-07-23One more typo in AVX testUlrich Drepper
2011-07-23Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper
Conflicts: ChangeLog
2011-07-22Add read barriers in cancellation initializationUlrich Drepper
2011-07-22One more change to XSAVE patchUlrich Drepper
2011-07-22Optimize __init_des_rUlrich Drepper
2011-07-22Add read barrier protecting DES initializationUlrich Drepper
2011-07-22Fix AVX checkAndreas Schwab
2011-07-21Fix overflow bug is optimized strncat for x86-64Ulrich Drepper
2011-07-21Add more tests for strcat and strncat.Ulrich Drepper
2011-07-20Check for overflows in expressionsUlrich Drepper
Some passed in values might cause overflows in expressions.
2011-07-20Fix check for AVX enablementUlrich Drepper
The AVX bit is set if the CPU supports AVX. But this doesn't mean the kernel does. Add checks according to Intel's documentation.
2011-07-20Force :a_x86_64_ymm to be 16-byte alignedUlrich Drepper