Age | Commit message (Expand) | Author |
2004-05-25 | provide one version of _dl_bcopy instead of copy in every arch; drahn@ ok | Michael Shalayeff |
2004-05-25 | return object* the symbol is in for _dl_find_symbol*; drahn@ ok | Michael Shalayeff |
2004-05-24 | Change define used to deal with PLT protection, use postive logic not negative. | Dale Rahn |
2004-01-12 | GCC3 compatible asm code. tested on gcc2 myself. ok brad@ | Dale Rahn |
2003-12-03 | Move the asm definition of _dl__syscall from a header file into a .c file | Dale Rahn |
2003-09-04 | Fix W^X mistake. If the dynamic linker is workin in non-lazy mode, it | Dale Rahn |
2003-09-04 | Symbol cache for GOT lookup. When a symbol is found it is saved in a cache | Dale Rahn |
2003-09-02 | Fix PR 3371, symbol lookup in dlopen()ed objects is not correct. Correct | Dale Rahn |
2003-08-19 | Fix PowerPC PLT generation. After 2^12 entries (2^14 offset), only every | Dale Rahn |
2003-07-28 | The fifth argument to _dl_find_symbol is a 'int size', not a SYM_ define. | Dale Rahn |
2003-07-09 | changes to ld.so to be compatible with newer binutils, requires | Dale Rahn |
2003-07-06 | various proto, ansi, and knf repair. tested on all architectures that | Theo de Raadt |
2003-06-09 | pefo 3/4 licence cleanups | Theo de Raadt |
2003-05-30 | When loading a shared object or libraries dependant object, load them | Dale Rahn |
2003-03-10 | typo | David Krause |
2003-02-26 | Initialized the ABI stated 'cleanup' parameter to _start. This parameter | Dale Rahn |
2003-02-15 | After relocation is completed, remove write protection from GOT/PLT in ld.so. | Dale Rahn |
2003-02-15 | Paranoia about mprotect, mprotect page aligned regions for got and plt. | Dale Rahn |
2003-02-15 | Do not call mprotect to enable writing for sections which normally are | Dale Rahn |
2003-02-02 | knf & ansi; drahn ok | Theo de Raadt |
2003-01-30 | Only flush the got address, if there is one. DOH. | Dale Rahn |
2003-01-24 | Flush the blrl instruction from the instruction cache if the GOT tag is | Dale Rahn |
2002-12-18 | Prepare for an upcoming ELF executable change. This will allow ld.so to | Dale Rahn |
2002-12-09 | Build ld.so as a normal shared object, not with special linkage. | Dale Rahn |
2002-11-22 | Formatting cleanup, no point in extra nesting block. No functional change. | Dale Rahn |
2002-11-14 | Make error messages on symbol lookup failures more useful. | Dale Rahn |
2002-11-05 | Use define, not number. | 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-09-09 | Add lazy binding support for powerpc ld.so. ok pvalchev@ brad@ | Dale Rahn |
2002-08-23 | Change arguments to _dl_find_symbol() myself, warnnotfound, and inplt into | Dale Rahn |
2002-08-21 | Split out MD makefile parts into separate files and do | Artur Grabowski |
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-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-23 | match _dl_ syscall prototypes w/ the real syscalls prototypes, including args... | Michael Shalayeff |
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-06-05 | Get rid of an unnecessary typedef (for future cleanup). | Artur Grabowski |
2002-05-24 | more KNF | Theo de Raadt |
2002-05-24 | more KNF | Theo de Raadt |
2002-05-24 | various KNF | Theo de Raadt |
2002-04-29 | Clean up RELOC_RELATIVE reloction type, do correct relocation instead | Dale Rahn |
2002-03-17 | Clean up the zapping of bad variables. Instead of implementing | Artur Grabowski |
2002-02-21 | cleanup of MD/MI ld.so (elf), most changes by art@ cleanup by me. | Dale Rahn |
2001-09-24 | API change between asm code and _dl_boot_bind(). Simply and | Dale Rahn |