Age | Commit message (Expand) | Author |
2006-05-08 | more spacing | Theo de Raadt |
2006-05-08 | de-space | Theo de Raadt |
2006-05-03 | prebind - how to prelink a binary without throwing security out the window | Dale Rahn |
2005-11-09 | add RTLD_NOW support to dlopen and propogate -z now to dep libs. | Kurt Miller |
2005-10-21 | using _dl_link_grpsym to increment refcounts made _dl_notify_unload_shlib | Kurt Miller |
2005-10-16 | Consolidate dl_boot and dlopen dep lib loading into new function | Kurt Miller |
2005-10-12 | Split grpsym_list creation away from child_list creation and change | Kurt Miller |
2005-10-10 | set _dl_loading_object to NULL upon entering and exiting _dl_boot and | Kurt Miller |
2005-10-09 | introduce object ref count macros (suggested by dale). no functional | Kurt Miller |
2005-10-07 | rename dload_list to grpsym_list which better represents its usage. | Kurt Miller |
2005-10-06 | separate load group references from dep lib child/dload lists. move load | Kurt Miller |
2005-10-03 | refcount corrections: count common dep libs once and centralize dep lib | Kurt Miller |
2005-09-28 | remove _dl_exiting dead code | Kurt Miller |
2005-09-22 | Track if symbols are searched but missing while resolving GOT, if | Dale Rahn |
2005-09-21 | Simplify the internal symbol finding API, with some cleanup, prep for | Dale Rahn |
2005-09-19 | simplify code by putting executable in misnamed _dlopened_child_list, | Dale Rahn |
2005-09-16 | Rework symbol lookup to more closely match sun's documentation, now | Dale Rahn |
2005-05-10 | Recommit the destructor order fix, now that the amd64 bug was fixed. | Dale Rahn |
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-08-11 | revert, should not have gone in | Per Fogelstrom |
2004-08-11 | mips->mips64 | Per Fogelstrom |
2004-05-27 | fake plabel32 relocs for dyn.init/fini instead of an evil md macro hook | Michael Shalayeff |
2004-05-26 | call ctors after debugging has been setup; drahn@ ok | Michael Shalayeff |
2004-05-25 | md parts for hppa | Michael Shalayeff |
2004-05-25 | use md hook for calling init/fini if defined; only say running ctors/dtors if... | Michael Shalayeff |
2004-05-25 | return object* the symbol is in for _dl_find_symbol*; drahn@ ok | Michael Shalayeff |
2004-05-25 | spacing | Theo de Raadt |
2004-05-24 | doing ldd exit asap -- move all other tasks towards after it. | Michael Shalayeff |
2004-05-24 | Change define used to deal with PLT protection, use postive logic not negative. | Dale Rahn |
2004-02-23 | Set the user variable environ early in ld.so so that library constructors can | Dale Rahn |
2004-02-10 | Check for RTLD_TEXT_PLT define instead of an architecture specific check. | Dale Rahn |
2004-02-07 | Dynamic linker support for arm. non-lazy binding works. | Dale Rahn |
2003-10-04 | breaks on sparc | Theo de Raadt |
2003-10-03 | Initialize environ before calling constructors or atexit. | Dale Rahn |
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-07-09 | changes to ld.so to be compatible with newer binutils, requires | Dale Rahn |
2003-07-06 | various proto, ansi, and knf repair. tested on all architectures that | Theo de Raadt |
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-06-03 | Disable random library ordering, this seems to be exposing bugs in other code. | Dale Rahn |
2003-05-30 | Move env setup to its own function, works around compiler problem on sparc | Dale Rahn |
2003-05-30 | knf | Theo de Raadt |
2003-05-30 | Unbreak tree for sparc, zapping ld_norandom strangely has a bad affect, | Dale Rahn |
2003-05-30 | Fix botch in tag array indexing. deal with 0 - DT_NUM, | Dale Rahn |
2003-05-30 | zap LD_NORANDOM on issetugid() binaries. | Dale Rahn |
2003-05-30 | When loading a shared object or libraries dependant object, load them | Dale Rahn |
2003-02-15 | After relocation is completed, remove write protection from GOT/PLT in ld.so. | Dale Rahn |
2003-02-02 | knf & ansi; drahn ok | Theo de Raadt |