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
/
i386
Age
Commit message (
Expand
)
Author
2003-04-25
backout mquery change, something broke when not combined with a different diff.
Dale Rahn
2003-04-25
change mquery() function call signature to be the same a mmap(). It
Dale Rahn
2003-04-17
mquery support, currently for i386 only.
Dale Rahn
2003-02-15
After relocation is completed, remove write protection from GOT/PLT in ld.so.
Dale Rahn
2003-02-15
Paranoia about mprotect, mprotect page aligned regions for got and plt.
Dale Rahn
2003-02-02
knf & ansi; drahn ok
Theo de Raadt
2002-12-18
Prepare for an upcoming ELF executable change. This will allow ld.so to
Dale Rahn
2002-11-23
Put in a required item. Should not have been deleted to start with.
Dale Rahn
2002-11-14
Make error messages on symbol lookup failures more useful.
Dale Rahn
2002-11-13
Check for NULL on pltgot, appearently libraries with no external references
Dale Rahn
2002-10-25
Some small fixes in MI code for mips backport. A new reloc md function,
Per Fogelstrom
2002-10-21
Simplify the ld.so asm api, the data is available other ways.
Dale Rahn
2002-09-01
Make sure that the symbol return value is always initialized before
Dale Rahn
2002-08-23
Support for i386 ELF. Not an indication that the change is going to be made,
Dale Rahn