Age | Commit message (Expand) | Author | Files | Lines |
2012-07-30 | Fix lots of bitrot for stub configurations. | Roland McGrath | 1 | -0/+2 |
2012-07-27 | Add SystemTap static probes to the runtime linker. [BZ #14298] | Gary Benson | 1 | -0/+3 |
2012-06-22 | Fix invalid memory access in do_lookup_x. | Andreas Schwab | 1 | -0/+2 |
2012-05-14 | Use _dl_fatal_printf instead of a private variant. | Roland McGrath | 1 | -1/+1 |
2012-04-11 | New ld.so argument --inhibit-ldcache to disable ld.so.cache lookup | Siddhesh Poyarekar | 1 | -0/+9 |
2012-04-05 | Fix DL_DEBUG_UNUSED to elide the VDSO and handle PLT references properly. | David S. Miller | 1 | -1/+14 |
2012-03-20 | Move stdio-common/_itoa.h to sysdeps/generic | H.J. Lu | 1 | -1/+1 |
2012-02-29 | Always set l_used for vDSO. | Marek Polacek | 1 | -1/+4 |
2012-02-09 | Replace FSF snail mail address with URLs. | Paul Eggert | 1 | -3/+2 |
2011-10-05 | Don't call ifunc functions in trace mode | Andreas Schwab | 1 | -5/+7 |
2011-09-14 | Also relocate in dependency order when doing symbol dependency testing | Andreas Schwab | 1 | -7/+4 |
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 |
2011-09-12 | Remove last use of USE___THREAD | Andreas Schwab | 1 | -135/+3 |
2011-09-10 | Simplify malloc initialization | Ulrich Drepper | 1 | -0/+1 |
2011-08-30 | Relocate objects in dependency order | Andreas Schwab | 1 | -8/+4 |
2011-08-16 | Improve printing of lookup scopes | Ulrich Drepper | 1 | -1/+1 |
2011-08-14 | Warning patrol. | Roland McGrath | 1 | -1/+1 |
2011-08-13 | Implement LD_DEBUG=scopes | Ulrich Drepper | 1 | -2/+14 |
2011-05-30 | Handle DSOs without any dependency in ld.so | Ulrich Drepper | 1 | -1/+0 |
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-02-20 | Move setting variable in relro data earlier in ld.so. | Andreas Schwab | 1 | -4/+7 |
2010-12-19 | Make PowerPC64 default to nonexecutable stack | Ryan S. Arnold | 1 | -2/+4 |
2010-10-26 | Fix assertion in ld.so, introduced by delayed adding to global list. | Ulrich Drepper | 1 | -1/+1 |
2010-10-26 | Fix concurrency problem between dl_open and dl_iterate_phdr | Andreas Krebbel | 1 | -1/+8 |
2010-10-24 | Require suid bit on audit objects in privileged programs | Andreas Schwab | 1 | -9/+7 |
2010-09-15 | Don't try to free rpath strings allocated during startup | Andreas Schwab | 1 | -0/+4 |
2010-05-03 | Don't deadlock in __dl_iterate_phdr while (un)loading objects. | Andreas Schwab | 1 | -0/+1 |
2010-04-05 | elf/rtld.c (dl_main) [HAVE_AUX_VECTOR]: Add a cast. | Roland McGrath | 1 | -1/+1 |
2010-03-29 | Handle platforms without aux vector | Thomas Schwinge | 1 | -3/+3 |
2010-01-15 | ld.so: Adjust the auxv if ld.so is directly invoked. | Andreas Krebbel | 1 | -11/+30 |
2009-07-09 | Implement STB_GNU_UNIQUE handling. | Ulrich Drepper | 1 | -1/+6 |
2009-04-17 | 2009-04-16 Samuel Thibault <samuel.thibault@ens-lyon.org> | Roland McGrath | 1 | -9/+7 |
2009-04-01 | * elf/dl-open.c: Keep track of used name spaces and only iterate overcvs/fedora-glibc-20090401T0935 | Ulrich Drepper | 1 | -2/+3 |
2009-03-31 | * elf/dl-load.c: Remove support for systems without MAP_ANON. | Ulrich Drepper | 1 | -7/+1 |
2009-03-16 | [BZ #9733] | Ulrich Drepper | 1 | -5/+7 |
2009-03-16 | * elf/rtld.c (dl_main): Extend help message for --audit option. | Ulrich Drepper | 1 | -1/+2 |
2009-01-11 | * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Take | Ulrich Drepper | 1 | -9/+9 |
2008-08-14 | * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Undo all | Ulrich Drepper | 1 | -2/+0 |
2008-07-24 | * elf/elf.h: Define AT_EXECFN. | Ulrich Drepper | 1 | -0/+2 |
2008-03-08 | [BZ #5786] | Ulrich Drepper | 1 | -1/+4 |
2008-03-08 | * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add | Ulrich Drepper | 1 | -2/+3 |
2007-11-06 | * elf/rtld.c (dl_main): Use the page size to find the map start. | Ulrich Drepper | 1 | -1/+2 |
2007-10-31 | * elf/rtld.c (dl_main): Initialize stack and pointer guard early | Ulrich Drepper | 1 | -23/+39 |
2007-06-18 | * elf/rtld.c (dl_main): Don't call init_tls more than once. | Ulrich Drepper | 1 | -5/+5 |
2007-02-12 | * elf/rtld.c (RESOLVE_MAP): Always return bootstrap_map reference. | Ulrich Drepper | 1 | -4/+5 |
2007-01-11 | [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34... | Ulrich Drepper | 1 | -51/+20 |
2007-07-31 | . | Jakub Jelinek | 1 | -20/+51 |
2006-10-28 | * configure.in: Require assembler support for visibility, compiler | Ulrich Drepper | 1 | -2/+1 |