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
/
resolve.c
Age
Commit message (
Expand
)
Author
2005-04-06
backout -- breaks at least amd64; spotted by marc
Theo de Raadt
2005-04-05
Do a better job of running destructors in the right order.
Dale Rahn
2004-07-05
Fix an issue where a shared library could be loaded at two different
Kjell Wooding
2004-05-25
return object* the symbol is in for _dl_find_symbol*; drahn@ ok
Michael Shalayeff
2004-05-25
spacing
Theo de Raadt
2003-09-04
Symbol cache for GOT lookup. When a symbol is found it is saved in a cache
Dale Rahn
2003-09-02
Fix PR 3371, symbol lookup in dlopen()ed objects is not correct. Correct
Dale Rahn
2003-06-22
Dynamic linking random order fixes. This enables random library ordering.
Dale Rahn
2003-06-09
pefo 3/4 licence cleanups
Theo de Raadt
2003-02-02
knf & ansi; drahn ok
Theo de Raadt
2003-01-30
Change the constructor execution order to initialize dependant libraries
Dale Rahn
2002-11-23
Remove some error messages which were incorrectly printed. Some cleanup.
Dale Rahn
2002-11-14
Make error messages on symbol lookup failures more useful.
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-07
typos/grammar/better words
Jan-Uwe Finck
2002-05-28
more KNF
Theo de Raadt
2002-05-24
more KNF
Theo de Raadt
2002-05-24
various KNF
Theo de Raadt
2002-03-17
Keep _dl_last_object in sync with reality if last element in list is deleted.
Dale Rahn
2002-02-21
cleanup of MD/MI ld.so (elf), most changes by art@ cleanup by me.
Dale Rahn
2001-09-25
Cleaner hash bucket init and some KNF.
Artur Grabowski
2001-06-08
style
Artur Grabowski
2001-05-31
unsigned long, not u_int32_t
Artur Grabowski
2001-04-02
Cleanup for 64bit support.
Dale Rahn
2000-06-13
Initial import of ELF ld.so. This was written indepently of the gnu rtld
Dale S. Rahn