aboutsummaryrefslogtreecommitdiff
path: root/libexec/rtld-elf/map_object.c
Commit message (Expand)AuthorAgeFilesLines
* Only perform .bss mapping and cleaning operations when segment file sizeKonstantin Belousov2009-07-171-21/+27
* Currently, when mapping an object, rtld reserves the whole address spaceKonstantin Belousov2009-04-101-7/+5
* Update comment to the reality, rtld supports any number of loadable segments.Konstantin Belousov2009-04-101-3/+2
* Implement the dynamic string token substitution in the rpath andKonstantin Belousov2009-03-181-0/+2
* Implement dl_iterate_phdr function.Alexander Kabaev2007-04-031-12/+35
* Implement ELF symbol versioning using GNU semantics. This code aimsAlexander Kabaev2005-12-181-2/+8
* Attempt to free any static TLS space used by a shared library when itDoug Rabson2005-02-271-0/+3
* Add support for Thread Local Storage.Doug Rabson2004-08-031-2/+14
* - Add support for DT_FLAGS.Matthew N. Dodd2003-06-181-0/+1
* Simplify map_object() by breaking out the ELF header validation bitsMatthew N. Dodd2003-05-311-58/+67
* Fix signed/unsigned comparison warnings.David E. O'Brien2003-05-041-3/+4
* Free obj->priv field in obj_free functions. This field is NULLAlexander Kabaev2003-03-141-0/+1
* Change the way ELF coredumps are handled. Instead of unconditionallyMatthew Dillon2002-12-161-6/+23
* Add support for binaries with arbitrary number of PT_LOAD sections.Alexander Kabaev2002-10-231-37/+55
* Add ia64 support. Various adjustments were made to existing targets toDoug Rabson2001-10-151-0/+1
* Get the actual pathname of the dynamic linker from the executable'sJohn Polstra1999-08-301-7/+11
* When checking to see if a shared object is already loaded, look forJohn Polstra1999-08-301-1/+6
* Revamp the symbol lookup algorithm to cope better with objectsJohn Polstra1999-08-301-1/+37
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Change many asserts into normal errors. They were all for conditionsJohn Polstra1999-07-181-24/+38
* Add alpha support.Doug Rabson1998-09-041-28/+28
* Import the ELF dynamic linker. This is the ElfKit version withJohn Polstra1998-03-071-0/+250