summaryrefslogtreecommitdiff
path: root/libexec/ld.so
AgeCommit message (Expand)Author
2001-08-21Fix up comment to indicate order that libraries in which theDale Rahn
2001-08-20Powered by @mantoya.Mike Pechkin
2001-08-17o) close .Bl;Mike Pechkin
2001-08-09It seems bogus to me, but if code call dlerror() when an error hasDale Rahn
2001-08-06Change the priority of LD_LIBRARY_PATH, -rpath, and ldconfig pathDale Rahn
2001-08-05Do not have dl_find_symbol complain about symbols not found, code immediatelyDale Rahn
2001-07-22Use shlib_version, like the rest of the tree.Marc Espie
2001-07-20do not include or define things which are common for this subdir's parentMichael Shalayeff
2001-07-11typo in commentPeter Valchev
2001-07-11remove mips leftovers; ok bradPeter Valchev
2001-07-09correct type on last arg to execl(); nordin@cse.ogi.eduTheo de Raadt
2001-06-26Lazy binding for shared libraries.Artur Grabowski
2001-06-13print the nameTheo de Raadt
2001-06-13Add support for lazy binding.Artur Grabowski
2001-06-13Lazy binding entry point. From NetBSD with some help from FreeBSD.Artur Grabowski
2001-06-13Don't do plt relocations here, move that to md code that might chooseArtur Grabowski
2001-06-08Cleanup.Artur Grabowski
2001-06-08No more need to pull in strlen from libc.Artur Grabowski
2001-06-08Be consistent. If we have inveted our of strlen, use it everywhere.Artur Grabowski
2001-06-08styleArtur Grabowski
2001-06-08KNFTheo de Raadt
2001-06-07It started with trying to write code to avoid running static binaries,Artur Grabowski
2001-06-06more cleaningArtur Grabowski
2001-06-06cleaningArtur Grabowski
2001-06-06Replace all 'if (_dl_debug) _dl_printf(...)' with a macro.Artur Grabowski
2001-06-06No need to extern _dl_debug here.Artur Grabowski
2001-06-06more cleanupArtur Grabowski
2001-06-06Cleanup.Artur Grabowski
2001-06-05gcc generates a lot of unaligned RELATIVE relocations for c++ exception handl...Artur Grabowski
2001-06-01 - Allocate space for the finishing NUL in the name of ld.so.Artur Grabowski
2001-05-31Apparently GLOB_DAT needs r_addend.Artur Grabowski
2001-05-31Some cleanups.Artur Grabowski
2001-05-31unsigned long, not u_int32_tArtur Grabowski
2001-05-31If we can't find atexit (because we linked against libc.a),Artur Grabowski
2001-05-31alpha needs JMPREL relocations.Artur Grabowski
2001-05-31Remove write protection from some memory segments whenArtur Grabowski
2001-05-31random indentation fixes (needs much more work).Artur Grabowski
2001-05-31Correctly implement most linking for alpha.Artur Grabowski
2001-05-31When opening the hints file, check for error return < 0, not -1.Artur Grabowski
2001-05-29Check for error on open.Artur Grabowski
2001-05-28Commonize csu code for elf systems, powerpc now no longer has it's ownDale Rahn
2001-05-23Do not enable debugging, such as PRINTF_DEBUG for ld.so, it becomesDale Rahn
2001-05-16proper typing of two variablesTheo de Raadt
2001-05-15Niklas, there is no excuse for breaking this codeTheo de Raadt
2001-05-14Commit initial alpha bits, to facilitate in-tree dev.Niklas Hallqvist
2001-05-12MAP_COPY -> MAP_PRIVATEArtur Grabowski
2001-05-11-1 -> MAP_FAILED.Artur Grabowski
2001-05-11MAP_COPY -> MAP_PRIVATEArtur Grabowski
2001-05-11-1 -> MAP_FAILEDArtur Grabowski
2001-05-11mmap returns MAP_FAILED when it fails, not -1Artur Grabowski