Age | Commit message (Expand) | Author |
2011-11-28 | Add support for getting some flags from DT_FLAGS_1: new flags | Philip Guenthe |
2011-06-27 | Backout the dynamic linker speed improvement diff for now, it still | Stuart Henderson |
2011-05-22 | Dynamic linker speed improvement diff. tested by several sinc k2k11. | Dale Rahn |
2010-10-25 | Search loaded libs first and add support for SONAME matching. ok drahn@ | Kurt Miller |
2010-08-11 | Make _dl_searchnum signed as originally intended. | Dale Rahn |
2010-07-01 | When generating grpsym lists, avoid duplicates without searching the | Dale Rahn |
2010-05-02 | Combine the signal mask handling into _dl_thread_bind_lock(), as it's MI. | Philip Guenthe |
2010-03-27 | Implement lazy binding on mips64. This implementation relies on having two | Mark Kettenis |
2008-05-05 | Constantly fill in the program header pointer and count in elf_object_t | 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 |
2007-04-03 | add support for LD_TRACE_LOADED_OBJECTS_{FMT1/FMT2/PROGNAME}. Functionality | Jason Wright |
2006-06-16 | Add comment warning not to rename _dl_bind, since gdb(1) knows about it. | Mark Kettenis |
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-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-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 | remove dep_next "shadow object" dead code. | Kurt Miller |
2005-10-06 | separate load group references from dep lib child/dload lists. move load | Kurt Miller |
2005-09-28 | keep a state flag if a library has been unloaded, and then free the list | Dale Rahn |
2005-09-28 | remove _dl_exiting dead code | Kurt Miller |
2005-09-28 | keep track of opencounts for dlopened objects, so that they | Dale Rahn |
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-17 | Cleanly handle the case where a dynamic object is opened, but one of it's | 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 |
2005-03-23 | Code reorganization, move copied code in library.c and library_mquery.c | Dale Rahn |
2004-08-11 | add dladdr() support and add some 'standard' dlsym() support. | 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 |
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-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-05-30 | When loading a shared object or libraries dependant object, load them | Dale Rahn |
2003-04-17 | mquery support, currently for i386 only. | Dale Rahn |
2003-02-15 | Paranoia about mprotect, mprotect page aligned regions for got and plt. | Dale Rahn |
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-12-18 | Prepare for an upcoming ELF executable change. This will allow ld.so to | 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 |