rtld: Add support for preinit, init, and fini arrays
[dragonfly.git] / libexec / rtld-elf / rtld.c
2012-02-11 John Marinortld: Add support for preinit, init, and fini arrays
2012-01-23 John Marinortld: Add STT_GNU_IFUNC and R_MACHINE_IRELATIVE_GNU...
2012-01-23 John Marinortld: Use DAGS for symbol lookup; adjust weak symbol...
2012-01-23 John Marinortld: Add stubs to support PT_GNU_STACK
2012-01-23 John Marinortld: Implement ELF filters (DT_FILTER and DT_AUXILIARY)
2012-01-23 John Marinortld: Make thread-safe by replacing libc printf functions
2012-01-23 John Marinortld: Set foundation to use aux vectors to get osreldate
2012-01-23 John Marinortld: Compress FreeBSD CVSIDs
2012-01-16 John Marinortld: add RELRO support
2012-01-14 John Marinortld: Fix TLS inconsistency, cleanups
2012-01-14 John Marinortld: Clang fixes
2012-01-14 John Marinortld: Fix file descriptor leak
2011-11-26 John MarinoInitial import of binutils 2.22 on the new vendor branch
2011-07-24 Alex Hornungrtld-elf - restore old tls/tcb code
2011-04-28 John Marinortld-elf: Sync with FreeBSD
2011-02-22 Sascha Wildnerrtld(1), headers, manual pages: Bring in some whitespac...
2009-04-07 Sascha WildnerGenerally use NULL instead of explicitly casting 0...
2009-04-02 Matthew DillonAMD64 - Fixes to make dynamic binaries run
2009-04-02 Matthew DillonAMD64 - Minor rtld syncs from FreeBSD
2009-04-01 Matthew DillonCorrect elf hash element types for 64 bit ELF.
2008-01-08 Simon SchubertAdd _rtld_functrace support.
2007-11-25 Sascha WildnerFix some mis-usages of NULL.
2007-02-22 Simon SchubertFix symbol resolution for objects loaded by ELF depende...
2007-01-15 Simon SchubertDo not lookup symbols with STB_LOCAL binding
2007-01-15 Simon SchubertDo not use dbg() too soon. This fixes rtld with -DDEBUG.
2006-07-16 Simon SchubertMake dlsym() search all (recursively) loaded objects...
2005-05-11 Matthew DillonMajor TLS cleanups.
2005-04-27 Joerg SonnenbergerRemove dllockinit.
2005-03-29 Joerg SonnenbergerRemove tcb_size and flag argument for _rtld_allocate_tls,
2005-03-29 Joerg SonnenbergerCleanup the TLS implementation:
2005-03-28 Matthew DillonCleanup and retool portions of the TLS support and...
2005-03-22 Joerg SonnenbergerFix handling of deallocation of dynamic TLS, the previo...
2005-03-22 David XuAdd support for TLS.
2005-02-24 Joerg SonnenbergerAlso bumb the reference counters when a object is alrea...
2005-02-24 Joerg SonnenbergerMove the open, stat and recheck for already loaded...
2005-02-24 Joerg SonnenbergerSplit search for already loaded object into a helper...
2005-02-05 Joerg Sonnenberger- Add support for DT_FLAGS.
2005-02-04 Joerg SonnenbergerDo not depend on existence of _end symbol in obj_from_a...
2005-02-04 Joerg SonnenbergerIf we change obj_rtld.path after initialising __prognam...
2005-02-04 Joerg Sonnenbergergive out a little more information in case of a missing...
2005-02-03 Joerg SonnenbergerProvide a mechanism for dumping relocation information.
2004-11-18 Matthew DillonClear the NOCORE flag on any text mappings that the...
2004-01-20 Matthew DillonResident executable support stage 4/4: remove prebindin...
2004-01-20 Matthew DillonResident executable support stage 3/4: Cleanup rtld...
2004-01-20 Matthew DillonResident executable support stage 2/4: userland bits...
2003-12-01 David Rhodus* Sync comment with code's reality.
2003-09-18 Matthew DillonImport prebinding code into DragonFly, based on Matthew...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: