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
/
arm
Age
Commit message (
Expand
)
Author
2006-08-23
Support arm libraries with DT_TEXTREL, has no affect for other libraries.
Dale Rahn
2006-05-03
prebind - how to prelink a binary without throwing security out the window
Dale Rahn
2005-10-23
Use libc's SYS.h and SYSTRAP instead of rolling own. No binary change.
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-05-25
spacing
Theo de Raadt
2004-05-24
Change define used to deal with PLT protection, use postive logic not negative.
Dale Rahn
2004-02-10
Check for RTLD_TEXT_PLT define instead of an architecture specific check.
Dale Rahn
2004-02-09
Enable lazy binding on arm:
Dale Rahn
2004-02-09
Use macros to reduce the amount of hand written asm. inspired by future amd64
Dale Rahn
2004-02-09
Disable lazy binding until that feature is fixed.
Dale Rahn
2004-02-07
Dynamic linker support for arm. non-lazy binding works.
Dale Rahn