summaryrefslogtreecommitdiff
path: root/libexec/ld.so
AgeCommit message (Expand)Author
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
2001-05-11MAP_COPY -> MAP_PRIVATEArtur Grabowski
2001-04-11Correct .Nm usage.Aaron Campbell
2001-04-02Cleanup for 64bit support.Dale Rahn
2001-03-30Add infrastructure to allow mapping of text sections which are normallyDale Rahn
2001-02-16Now that powerpc is using UVM, this shared library hack is no longer necessary.Dale Rahn
2001-02-03Previously only powerpc used the DT_INIT field to find the ctors/initDale Rahn
2001-01-30sync with a.out ldconfig, adds missing -U option. Reviewed by: drahn@Brad Smith
2001-01-28$OpenBSD$Niklas Hallqvist
2001-01-23fix includesTheo de Raadt
2000-11-09Change all option list specifications to ".Bl -tag -width Ds". Most manAaron Campbell
2000-10-30libexec man page fleshing. again, bored on the plane home.Aaron Campbell
2000-10-19Fix bug in dl_strcmp, it is not always legal to access a pointerDale Rahn
2000-10-13Clean up static constructor/destructor discovery and calling. InsteadDale Rahn
2000-10-13Add secondary c++ shared library for testing purposes to verifyDale Rahn
2000-10-13Makefile:Dale Rahn
2000-10-06Work around a shared library/pmap bug on the powerpc arch. SomehowDale S. Rahn
2000-10-01Sync the cache as specified by the powerpc manuals, didn't change anything.Dale S. Rahn
2000-10-01Fix some very serious cut and paste errors in this code.Dale S. Rahn
2000-09-17activate ldd, and indent some ld.so messages to make it easier to see what is...Theo de Raadt
2000-09-11ldd compatibility (if we had ldd for this ld.so)Dale S. Rahn
2000-09-08PowerPC does not need to build this -Wall, if other archs would not.Dale S. Rahn
2000-08-25Cleanup of powerpc ld.so files.Dale S. Rahn
2000-08-09Remove target file, only source should be "source" controlled.Dale S. Rahn
2000-07-08Add id and header describing contents.Dale S. Rahn
2000-07-06Insert missing .El directives.Aaron Campbell
2000-06-13Updated version of ld.so, contains additional functionality and fixes/Dale S. Rahn
2000-06-13Initial import of ELF ld.so. This was written indepently of the gnu rtldDale S. Rahn