index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libexec
/
ld.so
/
amd64
/
rtld_machine.c
Age
Commit message (
Expand
)
Author
2008-04-09
Improve support for shared libs linked at non-zero addreses:
Kurt Miller
2007-11-27
Make _dl_md_reloc_got() report errors, and take them into account.
Miod Vallat
2007-05-05
Provide hook so that rthreads can provide a spinlock to protect from races
Dale Rahn
2006-10-28
Only mprotect pages during relocation if the library is marked TEXTREL
Dale Rahn
2005-09-22
Use std missing symbol print instead of MD custom, do not warn on weak
Dale Rahn
2005-09-21
Simplify the internal symbol finding API, with some cleanup, prep for
Dale Rahn
2005-09-16
Rework symbol lookup to more closely match sun's documentation, now
Dale Rahn
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-02-23
pretty
Theo de Raadt
2004-02-10
Fix/enable lazy binding on amd64 ld.so
Dale Rahn
2004-02-10
Disable lazy binding for now.
Dale Rahn
2004-02-10
sync with reloc.h change.
Dale Rahn
2004-02-10
AMD64 dynamic linker. initial work by mickey finished up by myself.
Dale Rahn