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
/
powerpc
/
rtld_machine.c
Age
Commit message (
Expand
)
Author
2003-03-10
typo
David Krause
2003-02-15
Paranoia about mprotect, mprotect page aligned regions for got and plt.
Dale Rahn
2003-02-15
Do not call mprotect to enable writing for sections which normally are
Dale Rahn
2003-02-02
knf & ansi; drahn ok
Theo de Raadt
2003-01-30
Only flush the got address, if there is one. DOH.
Dale Rahn
2003-01-24
Flush the blrl instruction from the instruction cache if the GOT tag is
Dale Rahn
2002-12-18
Prepare for an upcoming ELF executable change. This will allow ld.so to
Dale Rahn
2002-11-22
Formatting cleanup, no point in extra nesting block. No functional change.
Dale Rahn
2002-11-14
Make error messages on symbol lookup failures more useful.
Dale Rahn
2002-11-05
Use define, not number.
Dale Rahn
2002-09-09
Add lazy binding support for powerpc ld.so. ok pvalchev@ brad@
Dale Rahn
2002-08-23
Change arguments to _dl_find_symbol() myself, warnnotfound, and inplt into
Dale Rahn
2002-08-11
Fix for Elfbug, the Xtiherit problem which has been seen on most OpenBSD
Dale Rahn
2002-07-12
Change ld.so search order/method to match the a.out ld.so.
Dale Rahn
2002-07-07
typos/grammar/better words
Jan-Uwe Finck
2002-06-05
Cleanup/remove duplicate code that checks STAT_RELOC_DONE.
Artur Grabowski
2002-06-05
Get rid of an unnecessary typedef (for future cleanup).
Artur Grabowski
2002-05-24
more KNF
Theo de Raadt
2002-05-24
more KNF
Theo de Raadt
2002-05-24
various KNF
Theo de Raadt
2001-08-05
Do not have dl_find_symbol complain about symbols not found, code immediately
Dale Rahn
2001-03-30
Add infrastructure to allow mapping of text sections which are normally
Dale Rahn
2000-10-06
Work around a shared library/pmap bug on the powerpc arch. Somehow
Dale S. Rahn
2000-08-25
Cleanup of powerpc ld.so files.
Dale S. Rahn
2000-06-13
Updated version of ld.so, contains additional functionality and fixes/
Dale S. Rahn