| Age | Commit message (Expand) | Author |
| 2020-03-08 | Pull up following revision(s) (requested by thorpej in ticket #758): | martin |
| 2019-01-06 | When loading a non-PIE main binary, the virtual address must match. | joerg |
| 2019-01-04 | MAP_ALIGNED has existed for years, just assume it exists. | joerg |
| 2017-06-19 | Replace COMBREL with just-in-time check in _rtld_relocate_nonplt_objects. | joerg |
| 2017-03-10 | Revert to version 1.55 of map_object.c. This reverts: | maya |
| 2017-03-09 | really unmap the gap between the text and data rather than just removing | chs |
| 2016-06-16 | Move relro after we've computed out relocbase and re-enable it. | christos |
| 2016-06-14 | Add support for GNU RELRO headers from Matthias Weckbecker. | christos |
| 2014-10-30 | Avoid use after free, reported by the coverity scanner. | martin |
| 2013-08-03 | Fix DEBUG build. | skrll |
| 2013-05-09 | convert to SIMPLEQ like the rest of the queues. | christos |
| 2013-05-08 | need xfree() instead of free(). Using free() ends us up in an infinite loop. | christos |
| 2013-05-06 | Fixed handling of DT_SONAME: | christos |
| 2013-05-06 | Trailing whitespace | skrll |
| 2013-04-25 | Adjust exidx_start by relocbase | skrll |
| 2013-04-25 | Handle PT_ARM_EXIDX when mapping objects. | skrll |
| 2012-10-13 | Improve the diagnostic messages for invalid/non-ELF files. Proposed a | dholland |
| 2012-07-25 | Try to make dbg() printfs realy ELFSIZE independent | martin |
| 2011-08-13 | consistent debugging info for program headers | christos |
| 2011-03-09 | Add TLS support infrastructure. For dynamic binaries, ld.elf_so exports | joerg |
| 2010-10-16 | Implement dl_iterate_phdr. | skrll |
| 2010-09-11 | Wrap long line. | skrll |
| 2010-01-10 | Reset the COMBRELOC cache Obj_Entry if it was freed. | skrll |
| 2009-05-19 | warns=4 | christos |
| 2009-01-06 | add some (uintptr_t) to some casts, so these compile with ELFSIZE=32 | mrg |
| 2008-06-03 | Don't bother unmapping the ELF header unless it overlaps the first load | ad |
| 2007-10-05 | - Don't use the names malloc/free/etc, since we can end up pulling in libc's | ad |
| 2006-03-21 | Coverity CID 2749: Fix another double free. Instead of removing that last | christos |
| 2006-03-18 | Fix some double frees / missing frees / use after freed all | matt |
| 2005-06-01 | appease gcc -Wuninitialized | lukem |
| 2004-10-22 | Add __RCSIDs. | skrll |
| 2003-07-24 | ANSIfy and de-__P(). | skrll |
| 2003-06-05 | KNF- blank lines before code at start of functions. | simonb |
| 2003-03-06 | make it compile in /usr/src/rescue directory. | taca |
| 2003-03-06 | Align psections to their specified alignment (if possible). Use | matt |
| 2003-02-06 | If fstat info was passed, and from it it can be seen that the file size | fvdl |
| 2002-12-05 | A bit speedup: in _rtld_load_object(), save the number of calls to | junyoung |
| 2002-10-05 | Minor cleanup. | mycroft |
| 2002-10-05 | Make this work for ldd again. | mycroft |
| 2002-10-04 | Rearrange _rtld_map_object() a little, so that we don't have to have the first | mycroft |
| 2002-09-27 | Change the munmap() of the text-data gap to mprotect(PROT_NONE). This avoids | mycroft |
| 2002-09-24 | Woops, unmap the first page in the `win' case, too. | mycroft |
| 2002-09-24 | Use _rtld_pagesz instead of PAGESIZE. | junyoung |
| 2002-09-24 | space -> tab. | junyoung |
| 2002-09-24 | Don't need to use union any longer. | junyoung |
| 2002-09-23 | Several small changes that shave 7-8% off the simple-exec-loop test: | mycroft |
| 2002-09-13 | Nuke two frivolous assert()s. | mycroft |
| 2002-09-06 | Introduce a new flag, `isdynamic', which is used to remember whether the | mycroft |
| 2002-06-01 | SIMPLEQ rototill: | lukem |
| 2000-11-26 | Return an error when there are too many segments rather than abort()ing. | mycroft |