aboutsummaryrefslogtreecommitdiff
path: root/libexec/rtld-elf/map_object.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r359634:Konstantin Belousov2020-04-181-0/+1
* MFC r355676:Konstantin Belousov2019-12-201-3/+3
* MFC r339877-r339879,r343564-r343566,r343580,r343754:Konstantin Belousov2019-02-111-9/+10
* libexec: adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Use address space guard to implement inter-segment gap.Konstantin Belousov2017-06-241-1/+4
* Fix the AT_EXECFD functionality.Konstantin Belousov2017-05-151-0/+2
* Fix handling of DT_TEXTREL for an object with more than one read-onlyKonstantin Belousov2016-03-021-2/+1
* This seems like a very trivial bug that should have been squashed a longMaxim Sobolev2016-01-301-3/+9
* Allow PT_NOTES segments to be located anywhere in the executableKonstantin Belousov2015-10-141-3/+21
* Before calling mmap() on a shared library's text and data sections, rtldAlan Cox2014-04-111-2/+5
* Map libraries linked with -Ttext-segment=base_addr at base_addr.Tijl Coosemans2013-02-271-1/+1
* Parse notes only after object structure had been allocated.Alexander Kabaev2012-08-031-2/+2
* Eliminate the static buffer used to read the first page of the mappedKonstantin Belousov2012-06-141-62/+70
* Remove write-only variable.Konstantin Belousov2012-03-161-2/+0
* Rtld on diet 3.Konstantin Belousov2012-03-141-5/+6
* When iterating over the dso program headers, the object is not initializedKonstantin Belousov2012-03-121-1/+4
* Add support for preinit, init and fini arrays. Some ABIs, inKonstantin Belousov2012-03-111-0/+10
* Add support for GNU RELRO.Konstantin Belousov2012-01-301-0/+12
* Restore the writing of the .bss sections of the dsos (not the mainKonstantin Belousov2011-09-201-2/+3
* When loading dso without PT_GNU_STACK phdr, only callKonstantin Belousov2011-01-251-1/+1
* In rtld, read the initial stack access mode from AT_STACKPROT as setKonstantin Belousov2011-01-081-0/+7
* In rtld's map_object(), use pread(..., 0) rather than read() to read theRobert Watson2009-10-061-1/+1
* 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