summaryrefslogtreecommitdiff
path: root/elf/rtld.c
Commit message (Expand)AuthorAgeFilesLines
* Set up the data structures for vDSO in libc.aH.J. Lu2012-10-051-94/+2
* Clean up conditionalize of ld.so.cache support.Roland McGrath2012-10-031-1/+1
* Define VERSYMIDX/VALIDX/ADDRIDX in ldsodefs.hH.J. Lu2012-09-281-9/+0
* rtld: limit self loading check to normal mode onlyDmitry V. Levin2012-09-191-1/+2
* Fix lots of bitrot for stub configurations.Roland McGrath2012-07-301-0/+2
* Add SystemTap static probes to the runtime linker. [BZ #14298]Gary Benson2012-07-271-0/+3
* Fix invalid memory access in do_lookup_x.Andreas Schwab2012-06-221-0/+2
* Use _dl_fatal_printf instead of a private variant.Roland McGrath2012-05-141-1/+1
* New ld.so argument --inhibit-ldcache to disable ld.so.cache lookupSiddhesh Poyarekar2012-04-111-0/+9
* Fix DL_DEBUG_UNUSED to elide the VDSO and handle PLT references properly.David S. Miller2012-04-051-1/+14
* Move stdio-common/_itoa.h to sysdeps/genericH.J. Lu2012-03-201-1/+1
* Always set l_used for vDSO.Marek Polacek2012-02-291-1/+4
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
* Don't call ifunc functions in trace modeAndreas Schwab2011-10-051-5/+7
* Also relocate in dependency order when doing symbol dependency testingAndreas Schwab2011-09-141-7/+4
* Only use USE___THREAD when definedAndreas Schwab2011-09-131-2/+12
* Revert "Remove last use of USE___THREAD"Ulrich Drepper2011-09-121-3/+135
* Remove last use of USE___THREADAndreas Schwab2011-09-121-135/+3
* Simplify malloc initializationUlrich Drepper2011-09-101-0/+1
* Relocate objects in dependency orderAndreas Schwab2011-08-301-8/+4
* Improve printing of lookup scopesUlrich Drepper2011-08-161-1/+1
* Warning patrol.Roland McGrath2011-08-141-1/+1
* Implement LD_DEBUG=scopesUlrich Drepper2011-08-131-2/+14
* Handle DSOs without any dependency in ld.soUlrich Drepper2011-05-301-1/+0
* One more thinko in CLUlrich Drepper2011-05-301-0/+1
* Prevent loader from loading itselfUlrich Drepper2011-05-301-0/+8
* Move setting variable in relro data earlier in ld.so.Andreas Schwab2011-02-201-4/+7
* Make PowerPC64 default to nonexecutable stackRyan S. Arnold2010-12-191-2/+4
* Fix assertion in ld.so, introduced by delayed adding to global list.Ulrich Drepper2010-10-261-1/+1
* Fix concurrency problem between dl_open and dl_iterate_phdrAndreas Krebbel2010-10-261-1/+8
* Require suid bit on audit objects in privileged programsAndreas Schwab2010-10-241-9/+7
* Don't try to free rpath strings allocated during startupAndreas Schwab2010-09-151-0/+4
* Don't deadlock in __dl_iterate_phdr while (un)loading objects.Andreas Schwab2010-05-031-0/+1
* elf/rtld.c (dl_main) [HAVE_AUX_VECTOR]: Add a cast.Roland McGrath2010-04-051-1/+1
* Handle platforms without aux vectorThomas Schwinge2010-03-291-3/+3
* ld.so: Adjust the auxv if ld.so is directly invoked.Andreas Krebbel2010-01-151-11/+30
* Implement STB_GNU_UNIQUE handling.Ulrich Drepper2009-07-091-1/+6
* 2009-04-16 Samuel Thibault <samuel.thibault@ens-lyon.org>Roland McGrath2009-04-171-9/+7
* * elf/dl-open.c: Keep track of used name spaces and only iterate overcvs/fedora-glibc-20090401T0935Ulrich Drepper2009-04-011-2/+3
* * elf/dl-load.c: Remove support for systems without MAP_ANON.Ulrich Drepper2009-03-311-7/+1
* [BZ #9733]Ulrich Drepper2009-03-161-5/+7
* * elf/rtld.c (dl_main): Extend help message for --audit option.Ulrich Drepper2009-03-161-1/+2
* * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): TakeUlrich Drepper2009-01-111-9/+9
* * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Undo allUlrich Drepper2008-08-141-2/+0
* * elf/elf.h: Define AT_EXECFN.Ulrich Drepper2008-07-241-0/+2
* [BZ #5786]Ulrich Drepper2008-03-081-1/+4
* * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): AddUlrich Drepper2008-03-081-2/+3
* * elf/rtld.c (dl_main): Use the page size to find the map start.Ulrich Drepper2007-11-061-1/+2
* * elf/rtld.c (dl_main): Initialize stack and pointer guard earlyUlrich Drepper2007-10-311-23/+39
* * elf/rtld.c (dl_main): Don't call init_tls more than once.Ulrich Drepper2007-06-181-5/+5