Age | Commit message (Expand) | Author |
2003-02-15 | After relocation is completed, remove write protection from GOT/PLT in ld.so. | Dale Rahn |
2003-02-02 | knf & ansi; drahn ok | Theo de Raadt |
2003-01-30 | Change the constructor execution order to initialize dependant libraries | Dale Rahn |
2002-11-14 | Make error messages on symbol lookup failures more useful. | Dale Rahn |
2002-10-25 | Some small fixes in MI code for mips backport. A new reloc md function, | Per Fogelstrom |
2002-10-21 | Simplify the ld.so asm api, the data is available other ways. | Dale Rahn |
2002-08-23 | Support for i386 ELF. Not an indication that the change is going to be made, | Dale Rahn |
2002-08-23 | Change arguments to _dl_find_symbol() myself, warnnotfound, and inplt into | Dale Rahn |
2002-08-12 | Add support for REL type relocations, all currently supported arch | Dale Rahn |
2002-08-11 | The parameter dynp was never used, rather than pass in a dummy on most | Dale Rahn |
2002-08-11 | Fix for Elfbug, the Xtiherit problem which has been seen on most OpenBSD | Dale Rahn |
2002-08-09 | Simplify. | Artur Grabowski |
2002-07-27 | I don't see the point of a return at the end of a void function. | Artur Grabowski |
2002-07-27 | Just a skeleton for sparc. Builds, but pieces are missing and it doesn't | Artur Grabowski |
2002-07-24 | ok i found it | Theo de Raadt |
2002-07-24 | back out broken stuff until it is fixed | Theo de Raadt |
2002-07-24 | spacing | Theo de Raadt |
2002-07-12 | Change ld.so search order/method to match the a.out ld.so. | Dale Rahn |
2002-07-07 | typos/grammar/better words | Jan-Uwe Finck |
2002-06-05 | Cleanup/remove duplicate code that checks STAT_RELOC_DONE. | Artur Grabowski |
2002-05-28 | KNF | Theo de Raadt |
2002-05-28 | issetugid() test earlier | Theo de Raadt |
2002-05-28 | unused variable in latest commit | Theo de Raadt |
2002-05-28 | Remove LD_LIBRARY_PATH completely from environment, as per ldconfig manpage. | Dale Rahn |
2002-05-28 | proto _dl_show_objects() in one place | Theo de Raadt |
2002-05-24 | more KNF | Theo de Raadt |
2002-05-24 | various KNF | Theo de Raadt |
2002-03-31 | Do not run static constructors when run from ldd. ok theo, art, espie, pefo | Dale Rahn |
2002-03-17 | Clean up building of debug_map. mips and non-mips can more | Artur Grabowski |
2002-03-17 | Clean up the zapping of bad variables. Instead of implementing | Artur Grabowski |
2002-03-07 | Add a debug printf for the entry point just before returning to MD code. | Artur Grabowski |
2002-02-21 | cleanup of MD/MI ld.so (elf), most changes by art@ cleanup by me. | Dale Rahn |
2001-09-26 | 'loff' shouldn't be const (at least not on sparc64) | Jason Wright |
2001-09-25 | Zero out dl_data before populating it. | Artur Grabowski |
2001-09-24 | Some voodoo for bootstrapping sparc64. | Artur Grabowski |
2001-09-24 | API change between asm code and _dl_boot_bind(). Simply and | Dale Rahn |
2001-09-22 | Upon futher contemplation, the notion of unmaphints is just wrong. | Dale Rahn |
2001-09-15 | Some cleanup in loader.c, initialize the symbol pointer with NULL, | Dale Rahn |
2001-06-13 | Don't do plt relocations here, move that to md code that might choose | Artur Grabowski |
2001-06-06 | Replace all 'if (_dl_debug) _dl_printf(...)' with a macro. | Artur Grabowski |
2001-06-06 | more cleanup | Artur Grabowski |
2001-06-06 | Cleanup. | Artur Grabowski |
2001-06-01 | - Allocate space for the finishing NUL in the name of ld.so. | Artur Grabowski |
2001-05-31 | If we can't find atexit (because we linked against libc.a), | Artur Grabowski |
2001-05-31 | alpha needs JMPREL relocations. | Artur Grabowski |
2001-05-28 | Commonize csu code for elf systems, powerpc now no longer has it's own | Dale Rahn |
2001-05-14 | Commit initial alpha bits, to facilitate in-tree dev. | Niklas Hallqvist |
2001-05-12 | MAP_COPY -> MAP_PRIVATE | Artur Grabowski |
2001-04-02 | Cleanup for 64bit support. | Dale Rahn |
2001-02-03 | Previously only powerpc used the DT_INIT field to find the ctors/init | Dale Rahn |