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
/
hppa
Age
Commit message (
Expand
)
Author
2010-05-27
Synchronize caches after modifying the data words in the PLT stub to prevent
Mark Kettenis
2010-05-02
Fix breakage from last commit. Bad guenther@, no cookie!
Mark Kettenis
2010-05-02
Combine the signal mask handling into _dl_thread_bind_lock(), as it's MI.
Philip Guenthe
2010-02-01
Properly restore ret1 instead of overwriting ret0 with the saved value.
Mark Kettenis
2010-01-03
Make lazy binding work on hppa.
Mark Kettenis
2010-01-02
Fix handling of hppa RELOC_IPLT relocations during 'bootstrap relocation'.
Mark Kettenis
2008-11-09
typo fixed (overriden -> overridden)
Tobias Stoeckmann
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
2007-05-05
Provide hook so that rthreads can provide a spinlock to protect from races
Dale Rahn
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
2005-01-09
set %dp before any constructors get to run; found and debugged w/ niklas@
Michael Shalayeff
2004-06-07
use the func args and not the key material to init a new plabel
Michael Shalayeff
2004-06-07
fixup the dlsym() return to produce a callable address (plabel) and move one ...
Michael Shalayeff
2004-06-07
better debugging printfs for init/fini fixups
Michael Shalayeff
2004-06-01
need to fixup for empty pltgot (weak regress is a test for it)
Michael Shalayeff
2004-05-27
fake plabel32 relocs for dyn.init/fini instead of an evil md macro hook
Michael Shalayeff
2004-05-25
spaces
Theo de Raadt
2004-05-25
md parts for hppa
Michael Shalayeff