| Commit message (Expand) | Author | Age | Files | Lines |
* | Before calling mmap() on a shared library's text and data sections, rtld | alc | 2014-04-11 | 1 | -2/+5 |
* | Map libraries linked with -Ttext-segment=base_addr at base_addr. | tijl | 2013-02-27 | 1 | -1/+1 |
* | Parse notes only after object structure had been allocated. | kan | 2012-08-03 | 1 | -2/+2 |
* | Eliminate the static buffer used to read the first page of the mapped | kib | 2012-06-14 | 1 | -62/+70 |
* | Remove write-only variable. | kib | 2012-03-16 | 1 | -2/+0 |
* | Rtld on diet 3. | kib | 2012-03-14 | 1 | -5/+6 |
* | When iterating over the dso program headers, the object is not initialized | kib | 2012-03-12 | 1 | -1/+4 |
* | Add support for preinit, init and fini arrays. Some ABIs, in | kib | 2012-03-11 | 1 | -0/+10 |
* | Add support for GNU RELRO. | kib | 2012-01-30 | 1 | -0/+12 |
* | Restore the writing of the .bss sections of the dsos (not the main | kib | 2011-09-20 | 1 | -2/+3 |
* | When loading dso without PT_GNU_STACK phdr, only call | kib | 2011-01-25 | 1 | -1/+1 |
* | In rtld, read the initial stack access mode from AT_STACKPROT as set | kib | 2011-01-08 | 1 | -0/+7 |
* | In rtld's map_object(), use pread(..., 0) rather than read() to read the | rwatson | 2009-10-06 | 1 | -1/+1 |
* | Only perform .bss mapping and cleaning operations when segment file size | kib | 2009-07-17 | 1 | -21/+27 |
* | Currently, when mapping an object, rtld reserves the whole address space | kib | 2009-04-10 | 1 | -7/+5 |
* | Update comment to the reality, rtld supports any number of loadable segments. | kib | 2009-04-10 | 1 | -3/+2 |
* | Implement the dynamic string token substitution in the rpath and | kib | 2009-03-18 | 1 | -0/+2 |
* | Implement dl_iterate_phdr function. | kan | 2007-04-03 | 1 | -12/+35 |
* | Implement ELF symbol versioning using GNU semantics. This code aims | kan | 2005-12-18 | 1 | -2/+8 |
* | Attempt to free any static TLS space used by a shared library when it | dfr | 2005-02-27 | 1 | -0/+3 |
* | Add support for Thread Local Storage. | dfr | 2004-08-03 | 1 | -2/+14 |
* | - Add support for DT_FLAGS. | mdodd | 2003-06-18 | 1 | -0/+1 |
* | Simplify map_object() by breaking out the ELF header validation bits | mdodd | 2003-05-31 | 1 | -58/+67 |
* | Fix signed/unsigned comparison warnings. | obrien | 2003-05-04 | 1 | -3/+4 |
* | Free obj->priv field in obj_free functions. This field is NULL | kan | 2003-03-14 | 1 | -0/+1 |
* | Change the way ELF coredumps are handled. Instead of unconditionally | dillon | 2002-12-16 | 1 | -6/+23 |
* | Add support for binaries with arbitrary number of PT_LOAD sections. | kan | 2002-10-23 | 1 | -37/+55 |
* | Add ia64 support. Various adjustments were made to existing targets to | dfr | 2001-10-15 | 1 | -0/+1 |
* | Get the actual pathname of the dynamic linker from the executable's | jdp | 1999-08-30 | 1 | -7/+11 |
* | When checking to see if a shared object is already loaded, look for | jdp | 1999-08-30 | 1 | -1/+6 |
* | Revamp the symbol lookup algorithm to cope better with objects | jdp | 1999-08-30 | 1 | -1/+37 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Change many asserts into normal errors. They were all for conditions | jdp | 1999-07-18 | 1 | -24/+38 |
* | Add alpha support. | dfr | 1998-09-04 | 1 | -28/+28 |
* | Import the ELF dynamic linker. This is the ElfKit version with | jdp | 1998-03-07 | 1 | -0/+250 |