Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-10-25 | Small optimization of dependency sorting | Andreas Schwab | 2 | -2/+2 | |
2011-10-20 | Preserve link time dependencies over relocation dependencies | Andreas Schwab | 1 | -1/+11 | |
2011-10-16 | Use rounds{s,d} for x86 rint, ceil, floor | Ulrich Drepper | 1 | -4/+69 | |
2011-10-16 | Cleanup last patch | Ulrich Drepper | 2 | -3/+6 | |
2011-10-16 | Fix potential problem with skipping relocations | Ulrich Drepper | 2 | -21/+27 | |
We never seem to have hit this problem but way relative relocations were skipped was wrong. There are relative relocations only in the DT_REL/DT_RELA section. The elf_dynamic_do_##reloc function skipped the entries in all calls, though. | |||||
2011-10-14 | Remove leftover debug message from pldd | Ulrich Drepper | 1 | -1/+0 | |
2011-10-07 | elf/dl-load.c: Avoid warning | Marek Polacek | 1 | -1/+1 | |
2011-10-05 | Don't call ifunc functions in trace mode | Andreas Schwab | 5 | -31/+40 | |
2011-09-14 | Also relocate in dependency order when doing symbol dependency testing | Andreas Schwab | 1 | -7/+4 | |
2011-09-13 | Fix pattern on $(ldd-rewrite-script) substitution | Andreas Schwab | 1 | -1/+1 | |
2011-09-13 | Only use USE___THREAD when defined | Andreas Schwab | 1 | -2/+12 | |
2011-09-12 | Revert "Remove last use of USE___THREAD" | Ulrich Drepper | 1 | -3/+135 | |
This reverts commit de82006d43e198fd162807c9adc720c7ebd728a3. Conflicts: ChangeLog | |||||
2011-09-12 | Remove last use of USE___THREAD | Andreas Schwab | 1 | -135/+3 | |
2011-09-11 | Prepend $(..) to $(ldd-rewrite-script) if non-absolute | Andreas Schwab | 1 | -1/+2 | |
2011-09-11 | Provide static initializer for _dl_pagesize in statically linked code | Ulrich Drepper | 1 | -2/+3 | |
2011-09-10 | Simplify malloc initialization | Ulrich Drepper | 1 | -0/+1 | |
Singificantly reduce the code needed at malloc initialization. In the process getpagesize is simplified by always initializing GLRO(dl_pagesize). | |||||
2011-09-10 | Remove support for !USE___THREAD | Ulrich Drepper | 2 | -20/+13 | |
2011-09-10 | Cleanup of configuration options | Ulrich Drepper | 17 | -73/+11 | |
Make several tool features mandatory and simplify the code. | |||||
2011-09-09 | Define ELFOSABI_GNU. | Roland McGrath | 1 | -1/+2 | |
2011-09-09 | Fix sotruss help messages | Ulrich Drepper | 1 | -10/+13 | |
2011-09-09 | Fill in real information in __dl_iterate_phdr | Ulrich Drepper | 1 | -7/+7 | |
2011-09-08 | Fix warning in elf/sprof.c | Andreas Jaeger | 1 | -8/+0 | |
2011-09-08 | Fix crash during error handling | Andreas Schwab | 1 | -1/+1 | |
2011-09-08 | Use O_CLOEXEC when loading objects in ld.so | Ulrich Drepper | 1 | -1/+1 | |
2011-09-07 | Pass back error code from dlerror_run | Ulrich Drepper | 1 | -3/+3 | |
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 | |
Conflicts: ChangeLog | |||||
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 | |
This reverts commit f2092faf2b6bd491a1891d5d5e393a8bf85d01d7. | |||||
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 | |
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 | 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 | |
Don't indicate that dependencies of dynamically loaded objects are also dynamically loaded. | |||||
2011-08-12 | Better debug information from ld.so | Ulrich Drepper | 1 | -3/+5 | |
Differentiate between loading as a dependency and loading on request. | |||||
2011-07-20 | Fix check for AVX enablement | Ulrich Drepper | 2 | -8/+36 | |
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-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 | |