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
/
mips64
Age
Commit message (
Expand
)
Author
2010-10-28
Change basep parameter of getdirentries() to be off_t *, not long *
Todd C. Miller
2010-09-11
Fix lazy binding issue by making sure the second argument to _dl_find_symbol()
Mark Kettenis
2010-05-03
Fix breakage from last commit. Bad guenther@, no cookie!
Miod Vallat
2010-03-27
Remove explicit nop's in delay slots introduced in the previous commit. They
Mark Kettenis
2010-03-27
Implement lazy binding on mips64. This implementation relies on having two
Mark Kettenis
2010-01-02
Fix handling of hppa RELOC_IPLT relocations during 'bootstrap relocation'.
Mark Kettenis
2008-10-02
Fix mmap() error checking to be correct 64-bit addresses. Consistently
Kurt Miller
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
2006-12-21
'immediatly' -> 'immediately' in comments.
Kenneth R Westerback
2006-05-08
more spacing
Theo de Raadt
2006-05-03
prebind - how to prelink a binary without throwing security out the window
Dale Rahn
2005-09-22
knf; ok drahn
Theo de Raadt
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-10-01
Fix GOT reloc which had flaws in reloc processing.
Per Fogelstrom
2004-09-30
handle unaligned in local relocs as well (c++)
Per Fogelstrom
2004-09-23
When doing relocs to .rodata this section must be RW protected.
Per Fogelstrom
2004-09-21
Automatically adapt to actual text/data alignment
Per Fogelstrom
2004-09-21
ELF64 and got ro prot
Per Fogelstrom
2004-09-09
ABI64 shared libs now handled.
Per Fogelstrom
2004-08-11
mips->mips64
Per Fogelstrom