Age | Commit message (Expand) | Author | Files | Lines |
2011-09-07 | Fix memory leak in case of failed dlopen | Ulrich Drepper | 1 | -0/+2 |
2011-09-05 | Remove unused parameter in pldd and simplify ELF handling | Ulrich Drepper | 2 | -11/+7 |
2011-09-05 | Use O_CLOEXEC when loading ld.so cache | Ulrich Drepper | 1 | -3/+7 |
2011-09-01 | Sanitize HWCAP_SPARC_* defines/usage, and add new entries. | David S. Miller | 1 | -11/+0 |
2011-08-30 | Relocate objects in dependency order | Andreas Schwab | 1 | -8/+4 |
2011-08-24 | Fix scope handling during dl_close | Andreas Schwab | 7 | -1/+91 |
2011-08-22 | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | 1 | -4/+4 |
2011-08-22 | Correct cycle detection during dependency sorting | Andreas Schwab | 5 | -18/+68 |
2011-08-22 | Revert "Don't crash when dependencies are missing" | Andreas Schwab | 1 | -4/+4 |
2011-08-20 | Print message that there is no scope instead of being silent | Ulrich Drepper | 1 | -0/+2 |
2011-08-20 | Further improve printing os ELF symbol lookup scope information | Ulrich Drepper | 1 | -3/+12 |
2011-08-17 | Fix some problem of 32-bit pldd on 64-bit platforms | Ulrich Drepper | 2 | -1/+6 |
2011-08-17 | Prevent possible race conditions by attaching pldd to all threads | Ulrich Drepper | 1 | -25/+90 |
2011-08-16 | Improve printing of lookup scopes | Ulrich Drepper | 2 | -8/+8 |
2011-08-16 | Avoid warning from last change | Ulrich Drepper | 1 | -1/+1 |
2011-08-16 | Fix printing of scope number | Ulrich Drepper | 1 | -7/+2 |
2011-08-14 | Warning patrol. | Roland McGrath | 1 | -1/+1 |
2011-08-13 | Implement LD_DEBUG=scopes | Ulrich Drepper | 2 | -36/+45 |
2011-08-13 | Fix caller information of NSS modules | Ulrich Drepper | 1 | -3/+8 |
2011-08-12 | Better check for last patch | Ulrich Drepper | 1 | -1/+1 |
2011-08-12 | Better debug information from ld.so | Ulrich Drepper | 1 | -3/+5 |
2011-07-20 | Fix check for AVX enablement | Ulrich Drepper | 2 | -8/+36 |
2011-07-19 | _dl_sort_fini: Remove unused argument | Marek Polacek | 2 | -4/+3 |
2011-07-19 | elf/cache.c: Remove unnecessary condition | Marek Polacek | 1 | -1/+0 |
2011-07-14 | Fix remaining explicit uses of shlib.lds to use $(shlib-lds). | Roland McGrath | 1 | -1/+3 |
2011-07-02 | Make asserts accept DT_FLAGS/DT_FLAGS_1 with zero flags. | Roland McGrath | 1 | -3/+3 |
2011-07-02 | Use -defsym=_begin=0 instead of linker script munging. | Roland McGrath | 1 | -10/+2 |
2011-06-27 | Fix missing .ctors/.dtors lead word in soinit | Roland McGrath | 1 | -4/+4 |
2011-06-26 | We don't use linkobj/libc.so at runtmie, no need to check for text rels | Ulrich Drepper | 1 | -2/+3 |
2011-06-21 | Revert unwanted patch | Ulrich Drepper | 1 | -4/+1 |
2011-06-21 | Add missing DL_CALL_FCT | Ulrich Drepper | 1 | -1/+4 |
2011-06-20 | Add an elf_ifunc_invoke interface so that architectures can implement | David S. Miller | 2 | -7/+6 |
2011-06-10 | Better detect total failure of linker script generation. | Roland McGrath | 1 | -0/+1 |
2011-06-10 | Quash some new warnings from GCC 4.6. | Roland McGrath | 1 | -3/+2 |
2011-06-10 | Revert -r -> -Wl,-r change. | Roland McGrath | 1 | -3/+2 |
2011-06-09 | Use -Wl,-r instead of plain -r. | Roland McGrath | 1 | -2/+3 |
2011-06-09 | Add pldd program | Ulrich Drepper | 3 | -2/+479 |
2011-05-30 | Handle DSOs without any dependency in ld.so | Ulrich Drepper | 3 | -50/+54 |
2011-05-30 | One more thinko in CL | Ulrich Drepper | 1 | -0/+1 |
2011-05-30 | Prevent loader from loading itself | Ulrich Drepper | 1 | -0/+8 |
2011-05-29 | Don't build AVX tests with old compilers | Ulrich Drepper | 1 | -1/+4 |
2011-05-28 | Fix bug in last checkin which left ldd uninstalled | Ulrich Drepper | 1 | -1/+1 |
2011-05-28 | Add sotruss program | Ulrich Drepper | 3 | -0/+509 |
2011-05-22 | Fix flags parameter value passed to pltenter and pltexit | Ulrich Drepper | 1 | -7/+5 |
2011-05-14 | Fix handling of static TLS in dlopen'ed objects | Martin von Gagern | 6 | -26/+118 |
2011-05-13 | Add support for generated PIE link rules | Andreas Schwab | 1 | -80/+10 |
2011-05-12 | Fix resizing able for unique symbols when adding symbol for copy relocation | Piotr Bury | 5 | -28/+75 |
2011-05-11 | Fix up testing for valid $ORIGIN use | Ulrich Drepper | 1 | -16/+32 |
2011-05-07 | static tls memory leak on TLS_DTV_AT_TP archs | Alan Modra | 2 | -25/+37 |
2011-05-07 | Allow $ORIGIN to reference trusted directoreis in SUID binaries. | Ulrich Drepper | 1 | -31/+93 |