Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-08-22 | Correct cycle detection during dependency sorting | Andreas Schwab | |
2011-08-21 | Use ifuncs for time and gettimeofday on x86-64 | Ulrich Drepper | |
2011-08-20 | Fix typo in tst-cleanup0.out rule. | David S. Miller | |
2011-08-20 | More optimizations of nss_files | Ulrich Drepper | |
2011-08-20 | Minor optimizatin in alias lookup in files NSS module | Ulrich Drepper | |
2011-08-20 | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | |
2011-08-20 | Print message that there is no scope instead of being silent | Ulrich Drepper | |
2011-08-20 | Merge branch 'roland/x86-tcb-align' | Roland McGrath | |
2011-08-20 | Further improve printing os ELF symbol lookup scope information | Ulrich Drepper | |
2011-08-20 | Add test for BZ 13114 | Ulrich Drepper | |
2011-08-20 | Fix fopen (non-existing-file, "re") errno | Andreas Jaeger | |
2011-08-20 | Fix CL entry | Ulrich Drepper | |
2011-08-20 | Fix minor CFI problem in regular x86-64 trampoline | Ulrich Drepper | |
2011-08-20 | Fix CFI info in x86-64 trampolines for non-AVX code | Ulrich Drepper | |
2011-08-20 | Adjust libm test ulps for powerpc | Andreas Schwab | |
2011-08-20 | Remove the file< | Andreas Schwab | |
2011-08-20 | Use correct scandir64 implementation on ppc64 | Andreas Schwab | |
2011-08-17 | Fix tst-writev on non-4K page size | David S. Miller | |
2011-08-17 | Add rules to build libresolv with SSP flags | Ulrich Drepper | |
2011-08-17 | Avoid executable stack in makedb | Andreas Schwab | |
2011-08-17 | Fix some problem of 32-bit pldd on 64-bit platforms | Ulrich Drepper | |
2011-08-17 | Prevent possible race conditions by attaching pldd to all threads | Ulrich Drepper | |
2011-08-16 | Improve printing of lookup scopes | Ulrich 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-16 | Avoid warning from last change | Ulrich Drepper | |
2011-08-16 | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | |
2011-08-16 | Fix printing of scope number | Ulrich Drepper | |
2011-08-14 | Align x86 TCB to 64 bytes (cache line size), important for Atom. | Roland McGrath | |
2011-08-14 | More warning patrol, in dead code (sigh). | Roland McGrath | |
2011-08-14 | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | |
Conflicts: ChangeLog | |||
2011-08-14 | Add missing initialization in service cache in nscd | Ulrich Drepper | |
2011-08-14 | More warning patrol. | Roland McGrath | |
2011-08-14 | Clean up locale/Makefile variables for -D switches. | Roland McGrath | |
2011-08-14 | Warning 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-13 | Implement LD_DEBUG=scopes | Ulrich Drepper | |
2011-08-13 | Fix caller information of NSS modules | Ulrich Drepper | |
2011-08-13 | Fix compile problem | Ulrich Drepper | |
l10nflist compiles for localedef now. Optimize a bit. | |||
2011-08-12 | Better check for last patch | Ulrich Drepper | |
Don't indicate that dependencies of dynamically loaded objects are also dynamically loaded. | |||
2011-08-12 | Better debug information from ld.so | Ulrich Drepper | |
Differentiate between loading as a dependency and loading on request. | |||
2011-08-11 | Minor optimization of popcount in l10nflist | Ulrich Drepper | |
2011-08-11 | Locale-independent parsing in libintl | Ulrich Drepper | |
2011-08-11 | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | |
Conflicts: ChangeLog | |||
2011-08-11 | Clean up PLT use for scandirat | Andreas Schwab | |
2011-08-10 | * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in | David 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-09 | Fix stack alignment on x86_64 | Andreas Schwab | |
2011-08-09 | Implement scandirat function | Ulrich Drepper | |
2011-08-08 | Avoid multiple definitions of identical scandir cancellation handler | Ulrich Drepper | |
2011-08-04 | Provide better output in string tests | Ulrich 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-04 | Cleanup wcscmp test addition | Ulrich Drepper | |
2011-08-04 | New comprehensive test for wcscmp | Liubov Dmitrieva | |