summaryrefslogtreecommitdiff
path: root/libexec/ld.so/loader.c
AgeCommit message (Expand)Author
2001-09-26'loff' shouldn't be const (at least not on sparc64)Jason Wright
2001-09-25Zero out dl_data before populating it.Artur Grabowski
2001-09-24Some voodoo for bootstrapping sparc64.Artur Grabowski
2001-09-24API change between asm code and _dl_boot_bind(). Simply andDale Rahn
2001-09-22Upon futher contemplation, the notion of unmaphints is just wrong.Dale Rahn
2001-09-15Some cleanup in loader.c, initialize the symbol pointer with NULL,Dale Rahn
2001-06-13Don't do plt relocations here, move that to md code that might chooseArtur Grabowski
2001-06-06Replace all 'if (_dl_debug) _dl_printf(...)' with a macro.Artur Grabowski
2001-06-06more cleanupArtur Grabowski
2001-06-06Cleanup.Artur Grabowski
2001-06-01 - Allocate space for the finishing NUL in the name of ld.so.Artur 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-28Commonize csu code for elf systems, powerpc now no longer has it's ownDale Rahn
2001-05-14Commit initial alpha bits, to facilitate in-tree dev.Niklas Hallqvist
2001-05-12MAP_COPY -> MAP_PRIVATEArtur Grabowski
2001-04-02Cleanup for 64bit support.Dale Rahn
2001-02-03Previously only powerpc used the DT_INIT field to find the ctors/initDale Rahn
2001-01-23fix includesTheo de Raadt
2000-10-13Clean up static constructor/destructor discovery and calling. InsteadDale 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-06-13Initial import of ELF ld.so. This was written indepently of the gnu rtldDale S. Rahn