Age | Commit message (Expand) | Author |
2014-07-10 | check all memory allocations; ok miod@ guenther@ | Otto Moerbeek |
2014-07-09 | Use O_CLOEXEC to make sure fork+exec in a threaded process can't | Philip Guenther |
2014-06-21 | Move to a non-zeroing _dl_malloc, a _dl_calloc and _dl_reallocarry and | Otto Moerbeek |
2012-08-20 | Add support for .openbsd.randomdata sections and PT_OPENBSD_RANDOMIZE | Matthew Dempsky |
2012-06-12 | Fix loaded object sod matching: when we load libfoo.so.X.Y into | Matthew Dempsky |
2012-05-08 | Refuse to load ELF objects that contain a PT_TLS program header. | Joel Sing |
2012-01-09 | Don't mmap 0 byte areas, treat them as a noop instead. | Ariane van der Steldt |
2011-11-28 | Add support for getting some flags from DT_FLAGS_1: new flags | Philip Guenthe |
2011-05-10 | Fix previous. On i386, library.c isn't compiled | Otto Moerbeek |
2011-05-09 | Outsmart gcc4 on mips* by moving the declaration of _dl_debug_state | Otto Moerbeek |
2010-11-16 | Fix error message when ld.so ends up loading a different than expected | Dale Rahn |
2010-10-25 | Search loaded libs first and add support for SONAME matching. ok drahn@ | Kurt Miller |
2008-10-02 | Fix mmap() error checking to be correct 64-bit addresses. Consistently | Kurt Miller |
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 |
2008-04-02 | Use the proper define for this address, not a incorrect (on 64bit) define. | Dale Rahn |
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-12 | add missing grpref unload propogation (sync with library_mquery) | 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-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-10-01 | handle references to load groups caused by dlopen()ing of depenant | Dale Rahn |
2005-09-28 | correct last commit, in both files. | Dale Rahn |
2005-09-28 | keep a state flag if a library has been unloaded, and then free the list | Dale Rahn |
2005-09-27 | increment refcount when opening a lib that is already open (dev/inode | Kurt Miller |
2005-09-26 | Fully unload dependant libraries, fixes gphoto2 bug. | Dale Rahn |
2005-09-16 | Rework symbol lookup to more closely match sun's documentation, now | Dale Rahn |
2005-05-23 | fixes for dlclose, ok kettenis@ | 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-10-17 | Fix some problems related to LD_LIBRARY_PATH parsing where it would not | Dale Rahn |
2004-07-05 | Fix an issue where a shared library could be loaded at two different | Kjell Wooding |
2003-09-02 | Fix PR 3371, symbol lookup in dlopen()ed objects is not correct. Correct | Dale Rahn |
2003-07-18 | Fix print if minor of library used is is less than requested. ok tdeval@ | Dale Rahn |
2003-07-06 | various proto, ansi, and knf repair. tested on all architectures that | Theo de Raadt |
2003-07-02 | Correct library search algorithm, wrt versioned objects | Niklas Hallqvist |
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-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-13 | Compare to ELFMAG byte by byte rather than using full fledged function. | Dale Rahn |
2002-11-17 | Terminate printed strings with newlines. | Dale Rahn |
2002-08-08 | There was a possible off-by-one in ld.so when loading shared libraries. | Artur Grabowski |
2002-07-24 | ok i found it | Theo de Raadt |