| Age | Commit message (Expand) | Author |
| 2006-08-27 | Simplify multiple MACHINE_ARCH endian checks with single MACHINE_CPU | simonb |
| 2006-06-29 | Add (back) -Wl,-static to the link. | skrll |
| 2006-06-28 | Fix unaligned loads and stores generated by gcc4. Problem described in | simonb |
| 2006-06-13 | Use .previous at the end of the NetBSD ident note so that we switch | simonb |
| 2006-05-23 | in _rtld_bind() initialise new_value for GCC4. | mrg |
| 2006-05-22 | sprinkle some __noreturn__ attributes, saves gcc4 warnings elsewhere | drochner |
| 2006-05-21 | avoid more GCC4 uninitialised variable problems. (sh3 known, vax guessed.) | mrg |
| 2006-05-20 | appease gcc4 uninitialiased warning | dan |
| 2006-05-20 | in _rtld_bind() initialise result to appease GCC4. | mrg |
| 2006-05-10 | quell GCC 4.1 uninitialised variable warnings. | mrg |
| 2006-04-03 | Remove empty lines. | skrll |
| 2006-03-21 | Coverity CID 2749: Fix another double free. Instead of removing that last | christos |
| 2006-03-18 | Coverity CID 923: Avoid NULL deref. | christos |
| 2006-03-18 | Fix some double frees / missing frees / use after freed all | matt |
| 2006-03-04 | Remove the LD_BIND_NOW item | skrll |
| 2006-03-04 | Add LD_BIND_NOW support for mips. | skrll |
| 2006-02-03 | Remove -Wl,-non_shared (same meaing as -static). | rpaulo |
| 2006-01-12 | Bring across a change from FreeBSD from back in 1998: | skrll |
| 2006-01-11 | Add some comments. | uwe |
| 2006-01-11 | Kill trailing whitespace. | uwe |
| 2006-01-11 | _GLOBAL_OFFSET_TABLE_ is only used if RTLD_DEBUG, so wrap its | uwe |
| 2005-12-24 | Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. | perry |
| 2005-10-13 | Correct the lookup order of _rtld_symlook_default and make | skrll |
| 2005-09-27 | ok, the change from rev 1.33 was unnecessary after all, | chs |
| 2005-09-26 | fix two problems with icache invalidation of the PLT: | chs |
| 2005-08-20 | Add __RCSID. | skrll |
| 2005-08-15 | KNF | skrll |
| 2005-07-28 | Add support for immediate PLT binding on SH5. Compile tested only as | skrll |
| 2005-07-28 | Support immediate PLT binding on powerpc. Thanks to Simon Burge for | skrll |
| 2005-07-26 | Support immediate PLT binding on m68k. Tested on NetBSD/sun3 using the new | skrll |
| 2005-07-24 | Support immediate PLT binding on vax. Tested on simh. | skrll |
| 2005-07-17 | Support immediate binding on x86_64. | skrll |
| 2005-06-08 | appease gcc -Wuninitialized | fair |
| 2005-06-07 | Initialize a bunch of local variables in _rtld_relocate_nonplt_self(). | he |
| 2005-06-05 | appease gcc -Wuninitialized on hp700. | chs |
| 2005-06-04 | Explicitly prefix ld(1) options in LDFLAGS with "-Wl," rather than | lukem |
| 2005-06-01 | Add some sanity checking inspired by gcc -Wuninitialized. | lukem |
| 2005-06-01 | appease gcc -Wuninitialized | lukem |
| 2005-05-31 | Support LD_BIND_NOW on sh3.. | skrll |
| 2005-05-25 | Support LD_BIND_NOW for alpha. | skrll |
| 2005-05-21 | Copyright maintenance. | skrll |
| 2005-05-10 | in _rtld_is_exported(), use a function pointer type instead of Elf_Addr | chs |
| 2005-04-24 | not supporting %c is confusing and it only uses up a few bytes. | christos |
| 2005-02-26 | Update and be more descriptive about one of the machine specific #ifdefs | skrll |
| 2005-01-11 | Quote symbol names in a debug message (to make it easier to spot an empty | martin |
| 2005-01-11 | Backout -DDEBUG that I accidently commited with the last change | martin |
| 2005-01-09 | Add LD_BIND_NOW support for sparc and remove some relocation types that | martin |
| 2005-01-09 | Don't process DT_DEBUG on MIPS as the dynamic section is mapped | simonb |
| 2005-01-05 | Add support for unaligned relocs on sparc, from PR 26858. | martin |
| 2005-01-05 | Add LD_BIND_NOW support for sparc64. | martin |