| Age | Commit message (Expand) | Author |
| 2017-08-28 | explain AARCH64 PLT design | nisimura |
| 2017-08-23 | - avoid caddr_t. use Elf_Addr instead. | nisimura |
| 2017-08-12 | Add sparc/sparc64 support for irelative relocations. | joerg |
| 2017-08-10 | Add IRELATIVE support for ARM, X86 and PowerPC. | joerg |
| 2017-08-09 | If a DF_1_NODELETE DSO has been removed from the DAG list, it still | joerg |
| 2017-07-24 | Fix thinko in previous: even if the address is an unsigned value and we | martin |
| 2017-07-23 | Simplify and fix the offset calculation when doing a %pc relative | martin |
| 2017-07-13 | Fix two bugs related to promotion of DSO TLS blocks into the static | joerg |
| 2017-07-12 | rename the macro | christos |
| 2017-07-12 | make this compile with debug again (symnum uninitialized) | christos |
| 2017-07-11 | Implement __cxa_thread_atexit and __cxa_thread_atexit_impl. This | joerg |
| 2017-07-09 | Drop comments about symbol exporting, the relevant code is gone. | joerg |
| 2017-07-03 | Remove workaround for ancient HTML generation code. | wiz |
| 2017-06-23 | Remove old assert that only two segments exist. The rest of the code has | joerg |
| 2017-06-21 | Replace last use of r_type. | joerg |
| 2017-06-20 | Add back symnum, fix debug print. | joerg |
| 2017-06-20 | Add last_symnum, move up def and defobj. | joerg |
| 2017-06-20 | Fix C&P bug. Deal with more MIPS hacks overriding def. | joerg |
| 2017-06-20 | Expand symnum, GCC's uninitialized used tracking is too imprecise. | joerg |
| 2017-06-20 | Drop symbol number from default branch diagnostic, it isn't set at this | joerg |
| 2017-06-19 | Replace COMBREL with just-in-time check in _rtld_relocate_nonplt_objects. | joerg |
| 2017-06-15 | Fix indentation. | joerg |
| 2017-06-08 | Call _rtld_debug_state before running the global initialisers, so give | joerg |
| 2017-04-27 | PR port-macppc/47464 - Old binutils generated bogus zero-sized COPY | uwe |
| 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 |
| 2017-02-27 | tag the powerpc hackish_return_address() as __noinline. | chs |
| 2017-01-10 | need <sys/stat.h> | christos |
| 2016-12-01 | n dl_iterate_phdr return the path not the name. | christos |
| 2016-12-01 | Instead of using a function to resolve symbols that should be supplied by | christos |
| 2016-11-30 | add missing newline in comment | christos |
| 2016-11-30 | Emulate the standard symbol search order in dlsym() i.e. resolve weak or | christos |
| 2016-10-07 | revert, I'll fix libc instead. | christos |
| 2016-10-07 | Mips o32 needs -lgcc for __udivdi3 in headers.c for fast_divide32_prepare(). | christos |
| 2016-08-29 | Despite the 10 in the name, the OLO10 relocation targets a 13 bit field, | martin |
| 2016-06-20 | Fix a few bounds and instruction sequences generated in the PLT; exercised | martin |
| 2016-06-16 | Move relro after we've computed out relocbase and re-enable it. | christos |
| 2016-06-15 | Turn off GNU_RELRO for now. | christos |
| 2016-06-14 | Add support for GNU RELRO headers from Matthias Weckbecker. | christos |
| 2016-05-24 | Put the name of the dynamic linker in allocated memory, so that it becomes | christos |
| 2016-05-22 | obj->phdr must be the absolute address, not the virtual offset from the | joerg |
| 2016-04-14 | Remove duplicated __RCSIDs I added years ago - I blame CVS. | skrll |
| 2016-04-12 | - Print a warning for text relocations | christos |
| 2016-02-20 | where is already void * | christos |
| 2016-02-19 | make debug code compile again | macallan |
| 2016-02-09 | Actually, descsz should not contain the padding. The note still needs to | skrll |
| 2016-02-08 | Fix .note.netbsd.march by ensuring correct padding | skrll |
| 2016-01-24 | we don't need <sys/mbuf.h> | christos |
| 2016-01-23 | Define _KERNTYPES for things that need it. | christos |
| 2015-07-03 | Add an explicit note about the search path used by dlopen(3). | joerg |