Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-05-03 | Extra paranoid, do not allow the dynamic linker to have unresolved references | Dale Rahn | |
as this causes much frustration as it fails to run after being installed and is a paint to recover. | |||
2005-09-28 | If there is some compilation error/warning in ld.so do not allow it to | Dale Rahn | |
build, ld.so is too fragile and destructive otherwise. | |||
2005-09-23 | sigh. again | Dale Rahn | |
2005-09-22 | Track if symbols are searched but missing while resolving GOT, if | Dale Rahn | |
any are missing exit instead of later causing an abort, ok kurt@ | |||
2005-09-16 | revert the debug enable. | Dale Rahn | |
2005-09-16 | Rework symbol lookup to more closely match sun's documentation, now | Dale Rahn | |
treats dlopens as load groups. ok kurt@ | |||
2005-03-23 | Code reorganization, move copied code in library.c and library_mquery.c | Dale Rahn | |
into its own file. no functional change. | |||
2004-05-26 | allow md makefile to supply LDADD; drahn@ ok | Michael Shalayeff | |
2003-11-20 | remove -Werror from userland builds, to give us a chance to | Anil Madhavapeddy | |
use more verbose warning options if desired. ok millert@, henning@, david@ | |||
2003-07-06 | various proto, ansi, and knf repair. tested on all architectures that | Theo de Raadt | |
use it. (build may require make cleandir because of .depend balony) | |||
2003-06-27 | put it in section 1 | Theo de Raadt | |
2003-06-26 | Manpage for ELF ld.so, derived from a.out version, not yet complete | Dale Rahn | |
also points out missing features in the ELF ld.so. | |||
2003-04-17 | mquery support, currently for i386 only. | Dale Rahn | |
2002-10-21 | Remove the -D__PIC__ from this, it does not affect the building | Dale Rahn | |
of any current platform, so makes no sense. pointed out by Per. Tested on alpha, i386, macppc, sparc, sparc64 (binary diff). | |||
2002-08-21 | Split out MD makefile parts into separate files and do | Artur Grabowski | |
some other cleanup in the Makefile. drahn@ ok. | |||
2002-07-27 | Just a skeleton for sparc. Builds, but pieces are missing and it doesn't | Artur Grabowski | |
even get to dl_boot_bind correctly. | |||
2002-07-12 | Change ld.so search order/method to match the a.out ld.so. | Dale Rahn | |
run destructors on dlclose() Move more symbols into _dl_ private space, so that the proper (libc) version of the function will be used. Add readdir() functionality to perform the proper library searching. Support DL_PRELOAD Do not relocate symbols if ld.so is being traced (and will exit). Misc lint cleanup. ok art@ | |||
2002-05-25 | use _dl_strncmp() not strncmp(), _dl version is already present and used. | Dale Rahn | |
2002-05-25 | _dl_strcmp() and _dl_strchr() exist, do not pull these routines | Dale Rahn | |
from libsa source. | |||
2002-02-21 | cleanup of MD/MI ld.so (elf), most changes by art@ cleanup by me. | Dale Rahn | |
tested on alpha sparc64 powerpc. | |||
2001-11-20 | bye bye, libdl | Peter Valchev | |
2001-09-24 | sparc64 needs slightly different flags. | Artur Grabowski | |
2001-09-23 | pass appropriate compilation flags for sparc64. needs to be compiled PIC. | Dale Rahn | |
both C and asm files. | |||
2001-07-20 | do not include or define things which are common for this subdir's parent | Michael Shalayeff | |
2001-06-08 | No more need to pull in strlen from libc. | Artur Grabowski | |
2001-05-23 | Do not enable debugging, such as PRINTF_DEBUG for ld.so, it becomes | Dale Rahn | |
too verbose for normal usage. | |||
2001-05-15 | Niklas, there is no excuse for breaking this code | Theo de Raadt | |
2001-05-14 | Commit initial alpha bits, to facilitate in-tree dev. | Niklas Hallqvist | |
This code is not yet working. | |||
2000-09-17 | activate ldd, and indent some ld.so messages to make it easier to see what ↵ | Theo de Raadt | |
is going on | |||
2000-09-08 | PowerPC does not need to build this -Wall, if other archs would not. | Dale S. Rahn | |
2000-06-13 | Initial import of ELF ld.so. This was written indepently of the gnu rtld | Dale S. Rahn | |
code and is fully BSD copyrighted. This initial import contains a mostly working mips and partially working powerpc version. No support for ld.so.hints or system run path exists. |