summaryrefslogtreecommitdiff
path: root/libexec/ld.so/library.c
AgeCommit message (Expand)Author
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-02-02knf & ansi; drahn okTheo de Raadt
2003-01-30Change the constructor execution order to initialize dependant librariesDale Rahn
2002-12-13Compare to ELFMAG byte by byte rather than using full fledged function.Dale Rahn
2002-11-17Terminate printed strings with newlines.Dale Rahn
2002-08-08There was a possible off-by-one in ld.so when loading shared libraries.Artur Grabowski
2002-07-24ok i found itTheo de Raadt
2002-07-24back out broken stuff until it is fixedTheo de Raadt
2002-07-24spacingTheo de Raadt
2002-07-24cope with _dl_mmap() returning void *Theo de Raadt
2002-07-23match _dl_ syscall prototypes w/ the real syscalls prototypes, including args...Michael Shalayeff
2002-07-12Change ld.so search order/method to match the a.out ld.so.Dale Rahn
2002-06-05Get rid of an unnecessary typedef (for future cleanup).Artur Grabowski
2002-05-28more KNFTheo de Raadt
2002-05-24Change _dl_strcpy() to _dl_strlcpy(), implementation taken from libc.Dale Rahn
2002-05-24more KNFTheo de Raadt
2002-05-24various KNFTheo de Raadt
2001-09-22Do not check for ':' twice, otherwise the rpath loses the first characterDale Rahn
2001-08-21Fix up comment to indicate order that libraries in which theDale Rahn
2001-08-06Change the priority of LD_LIBRARY_PATH, -rpath, and ldconfig pathDale Rahn
2001-05-31random indentation fixes (needs much more work).Artur Grabowski
2001-05-11MAP_COPY -> MAP_PRIVATEArtur Grabowski
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
2000-10-06Work around a shared library/pmap bug on the powerpc arch. SomehowDale S. Rahn
2000-06-13Initial import of ELF ld.so. This was written indepently of the gnu rtldDale S. Rahn