summaryrefslogtreecommitdiff
path: root/libexec/ld.so/library_mquery.c
AgeCommit message (Expand)Author
2012-08-20Add support for .openbsd.randomdata sections and PT_OPENBSD_RANDOMIZEMatthew Dempsky
2012-07-21Add a new mmap(2) flag __MAP_NOREMAP for use with MAP_FIXED toMatthew Dempsky
2012-06-12Fix loaded object sod matching: when we load libfoo.so.X.Y intoMatthew Dempsky
2012-05-08Refuse to load ELF objects that contain a PT_TLS program header.Joel Sing
2012-01-09Don't mmap 0 byte areas, treat them as a noop instead.Ariane van der Steldt
2011-11-28Add support for getting some flags from DT_FLAGS_1: new flagsPhilip Guenthe
2010-11-16Fix error message when ld.so ends up loading a different than expectedDale Rahn
2010-10-25Search loaded libs first and add support for SONAME matching. ok drahn@Kurt Miller
2008-10-02Fix mmap() error checking to be correct 64-bit addresses. ConsistentlyKurt Miller
2008-05-05Constantly fill in the program header pointer and count in elf_object_tKurt Miller
2006-05-10pretty this up; ok drahnTheo de Raadt
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-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-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-28correct last commit, in both files.Dale Rahn
2005-09-27increment refcount when opening a lib that is already open (dev/inodeKurt Miller
2005-09-26Fully unload dependant libraries, fixes gphoto2 bug.Dale Rahn
2005-09-16Rework symbol lookup to more closely match sun's documentation, nowDale Rahn
2005-05-31removed unused var, pointed out by wilfried@Dale Rahn
2005-05-30unload is not to be recursive anymore, previous diff change method butDale Rahn
2005-05-23fixes for dlclose, ok kettenis@Dale 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
2005-03-23Code reorganization, move copied code in library.c and library_mquery.cDale Rahn
2005-03-22fix PR3944 on i386 (ugh), from library.cDale Rahn
2004-07-05Fix an issue where a shared library could be loaded at two differentKjell Wooding
2003-09-02Fix PR 3371, symbol lookup in dlopen()ed objects is not correct. CorrectDale Rahn
2003-07-18Fix print if minor of library used is is less than requested. ok tdeval@Dale Rahn
2003-07-06various proto, ansi, and knf repair. tested on all architectures thatTheo de Raadt
2003-07-02Correct library search algorithm, wrt versioned objectsNiklas Hallqvist
2003-06-22Dynamic linking random order fixes. This enables random library ordering.Dale Rahn
2003-06-09pefo 3/4 licence cleanupsTheo de Raadt
2003-05-30When loading a shared object or libraries dependant object, load themDale Rahn
2003-04-28Change mquery() function call signature to be the same a mmap(). ItDale Rahn
2003-04-25backout mquery change, something broke when not combined with a different diff.Dale Rahn
2003-04-25change mquery() function call signature to be the same a mmap(). ItDale Rahn
2003-04-21Fix the load_size which is used by ldd to print end address.Dale Rahn
2003-04-18Adjusting the start is wrong. The value returned by mquery() should be usedDale Rahn
2003-04-17mquery support, currently for i386 only.Dale Rahn