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-25 | spacing | Theo de Raadt |
2004-05-24 | Change define used to deal with PLT protection, use postive logic not negative. | 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-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-06-03 | three four gone. | Artur Grabowski |
2003-06-02 | nuke clause 3 & 4 | Jason Wright |
2003-05-30 | When loading a shared object or libraries dependant object, load them | 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-02 | knf & ansi; drahn ok | Theo de Raadt |
2002-12-18 | Remove pointless 'if 0' code. | Dale Rahn |
2002-12-18 | Prepare for an upcoming ELF executable change. This will allow ld.so to | Dale Rahn |
2002-11-23 | After fixing these comments, I add another incorrect one. | Dale Rahn |
2002-11-23 | Implement [u]mul/[u]div/[u]rem with faster version if available | Dale Rahn |
2002-11-22 | Fix the comments on which systemcall is being processed, ok deraadt@ | 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-09-01 | Make sure that the symbol return value is always initialized before | 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-08-09 | Various fixes. | Artur Grabowski |
2002-08-08 | - Add some missing iflush's | Jason Wright |
2002-07-29 | Bunch of cleanups and one last bugfix that seems to make things work. | Artur Grabowski |
2002-07-27 | Commit work in progress before I get drunk tonight. | Artur Grabowski |
2002-07-27 | Make self-relocation work. | Artur Grabowski |
2002-07-27 | this is not sparc64. | Artur Grabowski |
2002-07-27 | Stop being too creative, steal more code from sparc64. | Artur Grabowski |
2002-07-27 | Just a skeleton for sparc. Builds, but pieces are missing and it doesn't | Artur Grabowski |