History log of /openbsd-src/libexec/ld.so/resolve.c (Results 101 – 103 of 103)
Revision Date Author Comments
# cd0faa30 02-Apr-2001 drahn <drahn@openbsd.org>

Cleanup for 64bit support.
Pieces by art, niklas and me.
Only tested on powerpc.


# 4be7d39e 13-Jun-2000 rahnds <rahnds@openbsd.org>

Updated version of ld.so, contains additional functionality and fixes/
design changes required by egcs.

added support for ldconfig/ld.so.hints

changes to low level relocation code, required by egcs

Updated version of ld.so, contains additional functionality and fixes/
design changes required by egcs.

added support for ldconfig/ld.so.hints

changes to low level relocation code, required by egcs pic
code generation that moved global variable loads to before the
self relocation was performed. Only powerpc supported, mips code not updated.

Code cleaned up somewhat reasonably.

This code needs to be reviewed closely for significant problems
such as correctness and security.

show more ...


# 4d11faf9 13-Jun-2000 rahnds <rahnds@openbsd.org>

Initial import of ELF ld.so. This was written indepently of the gnu rtld
code and is fully BSD copyrighted.
This initial import contains a mostly working mips and partially working
powerpc version. N

Initial import of ELF ld.so. This was written indepently of the gnu rtld
code and is fully BSD copyrighted.
This initial import contains a mostly working mips and partially working
powerpc version. No support for ld.so.hints or system run path exists.

show more ...


12345