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
/
rtld_machine.c
Age
Commit message (
Expand
)
Author
2013-06-13
Appease LLVM warning..
Brad Smith
2013-06-01
Introduce ltrace(1). This tool works with ld.so to inject utrace record for
Miod Vallat
2013-05-08
Implement symbol caching and RELACOUNT/RELCOUNT optimizations.
Philip Guenther
2011-04-06
Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0'
Miod Vallat
2010-05-02
Combine the signal mask handling into _dl_thread_bind_lock(), as it's MI.
Philip Guenthe
2008-04-09
Improve support for shared libs linked at non-zero addreses:
Kurt Miller
2008-02-24
Use rounded down address when changing memory protections on the GOT, such
Dale Rahn
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-08-23
Support arm libraries with DT_TEXTREL, has no affect for other libraries.
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-02-09
Enable lazy binding on arm:
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