summaryrefslogtreecommitdiff
path: root/libexec/ld.so/resolve.c
AgeCommit message (Expand)Author
2008-05-05Constantly fill in the program header pointer and count in elf_object_tKurt Miller
2008-04-09Improve support for shared libs linked at non-zero addreses:Kurt Miller
2006-05-03prebind - how to prelink a binary without throwing security out the windowDale Rahn
2005-11-09add RTLD_NOW support to dlopen and propogate -z now to dep libs.Kurt Miller
2005-10-21using _dl_link_grpsym to increment refcounts made _dl_notify_unload_shlibKurt Miller
2005-10-17Fix possible buffer overflow caused by unknown tags in the rangeMark Kettenis
2005-10-12Split grpsym_list creation away from child_list creation and changeKurt Miller
2005-10-09introduce object ref count macros (suggested by dale). no functionalKurt Miller
2005-10-07rename dload_list to grpsym_list which better represents its usage.Kurt Miller
2005-10-06remove dep_next "shadow object" dead code.Kurt Miller
2005-10-06separate load group references from dep lib child/dload lists. move loadKurt Miller
2005-10-03refcount corrections: count common dep libs once and centralize dep libKurt Miller
2005-10-01handle references to load groups caused by dlopen()ing of depenantDale Rahn
2005-09-28keep a state flag if a library has been unloaded, and then free the listDale Rahn
2005-09-28keep track of opencounts for dlopened objects, so that theyDale Rahn
2005-09-22knf; ok drahnTheo de Raadt
2005-09-22Use std missing symbol print instead of MD custom, do not warn on weakDale Rahn
2005-09-21Simplify the internal symbol finding API, with some cleanup, prep forDale Rahn
2005-09-19stop searching after first matching symbol is found. okay drahn@Kurt Miller
2005-09-19simplify code by putting executable in misnamed _dlopened_child_list,Dale Rahn
2005-09-16Now that the bug requiring it has been fixed, remove the lastchance kludgeDale Rahn
2005-09-16Rework symbol lookup to more closely match sun's documentation, nowDale Rahn
2005-05-10Recommit the destructor order fix, now that the amd64 bug was fixed.Dale Rahn
2005-04-06backout -- breaks at least amd64; spotted by marcTheo de Raadt
2005-04-05Do a better job of running destructors in the right order.Dale Rahn
2004-07-05Fix an issue where a shared library could be loaded at two differentKjell Wooding
2004-05-25return object* the symbol is in for _dl_find_symbol*; drahn@ okMichael Shalayeff
2004-05-25spacingTheo de Raadt
2003-09-04Symbol cache for GOT lookup. When a symbol is found it is saved in a cacheDale Rahn
2003-09-02Fix PR 3371, symbol lookup in dlopen()ed objects is not correct. CorrectDale Rahn
2003-06-22Dynamic linking random order fixes. This enables random library ordering.Dale Rahn
2003-06-09pefo 3/4 licence cleanupsTheo de Raadt
2003-02-02knf & ansi; drahn okTheo de Raadt
2003-01-30Change the constructor execution order to initialize dependant librariesDale Rahn
2002-11-23Remove some error messages which were incorrectly printed. Some cleanup.Dale Rahn
2002-11-14Make error messages on symbol lookup failures more useful.Dale Rahn
2002-08-23Change arguments to _dl_find_symbol() myself, warnnotfound, and inplt intoDale Rahn
2002-08-11Fix for Elfbug, the Xtiherit problem which has been seen on most OpenBSDDale Rahn
2002-07-07typos/grammar/better wordsJan-Uwe Finck
2002-05-28more KNFTheo de Raadt
2002-05-24more KNFTheo de Raadt
2002-05-24various KNFTheo de Raadt
2002-03-17Keep _dl_last_object in sync with reality if last element in list is deleted.Dale Rahn
2002-02-21cleanup of MD/MI ld.so (elf), most changes by art@ cleanup by me.Dale Rahn
2001-09-25Cleaner hash bucket init and some KNF.Artur Grabowski
2001-06-08styleArtur Grabowski
2001-05-31unsigned long, not u_int32_tArtur Grabowski
2001-04-02Cleanup for 64bit support.Dale Rahn
2000-06-13Initial import of ELF ld.so. This was written indepently of the gnu rtldDale S. Rahn