| Age | Commit message (Expand) | Author |
| 2018-04-28 | Add -f option to ftpd to stay in foreground with -D. | riastradh |
| 2018-04-03 | Rework ifunc support to address a number of short comings: | joerg |
| 2018-03-29 | Move the complex logic for dynamically writing branches from ld.elf_so | joerg |
| 2018-03-25 | Don't skip PLT processing for the main binary. It can still contain | joerg |
| 2018-03-09 | Like Sparc, PowerPC can use IRELATIVE relocations in non-PLT sections. | joerg |
| 2018-03-01 | delete now-irrelevant comment | snj |
| 2018-02-28 | prune disabled XIDLE support. the required X server extension hasn't been | snj |
| 2018-02-25 | add LIBKRB5_LDADD/LIBKRB5_DPADD and their static counterparts | mrg |
| 2018-02-11 | Wrap PowerPC #pragma goop in #if __GNUC_PREREQ__(6,0). | jakllsch |
| 2018-02-10 | We need authentication || encryption even when we are not building | christos |
| 2018-02-07 | update for GCC 6: | mrg |
| 2018-02-06 | - need string.h | christos |
| 2018-02-04 | Various fixes / changes from Ryo Shimizu / Toru Nishimura to make this | skrll |
| 2018-02-04 | updates for GCC 6.4: | mrg |
| 2018-01-28 | Use a protocol-agnostic URL (don't degrade HTTPS->HTTP) | maya |
| 2018-01-19 | don't forget to eat the high bits. | christos |
| 2017-12-25 | Since GNU ld doesn't honor the PLT entry reservation, also compensate | joerg |
| 2017-12-25 | Fix typo in comment | maya |
| 2017-12-24 | fix debug build | maya |
| 2017-11-28 | Document script handler issues with httpd(8). | wiz |
| 2017-11-28 | PR bin/52194: bozohttpd fails to exec scripts via the -C mechanism | martin |
| 2017-11-06 | init/fini for the main program is handled by crt0.o, so ifunc handling | joerg |
| 2017-10-07 | fix to compile without USE_PAM. (unused variables) | ryo |
| 2017-10-05 | s/u_int/unsigned/. | mrg |
| 2017-10-02 | make this compile. | christos |
| 2017-10-02 | Include time.h for time. | joerg |
| 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-07 | fix ordering of a couple of words. from Edgar Pettijohn in PR#52375. | mrg |
| 2017-07-04 | Add EXIT STATUS section. Use Ex. | wiz |
| 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 |