summaryrefslogtreecommitdiff
path: root/libexec/ld.so
AgeCommit message (Expand)Author
2002-11-22Fix the comments on which systemcall is being processed, ok deraadt@Dale Rahn
2002-11-22Formatting cleanup, no point in extra nesting block. No functional change.Dale Rahn
2002-11-17Terminate printed strings with newlines.Dale Rahn
2002-11-14Make error messages on symbol lookup failures more useful.Dale Rahn
2002-11-13Check for NULL on pltgot, appearently libraries with no external referencesDale Rahn
2002-11-05Use define, not number.Dale Rahn
2002-10-25Some small fixes in MI code for mips backport. A new reloc md function,Per Fogelstrom
2002-10-23mips archdep stuff update while waiting for ok on miPer Fogelstrom
2002-10-21Remove the -D__PIC__ from this, it does not affect the buildingDale Rahn
2002-10-21Simplify the ld.so asm api, the data is available other ways.Dale Rahn
2002-10-04Print full 64 bit address. At least until LD_TRACE_LOADED_OBJECTS_FMT[12]Dale Rahn
2002-09-09Add lazy binding support for powerpc ld.so. ok pvalchev@ brad@Dale Rahn
2002-09-01Make sure that the symbol return value is always initialized beforeDale Rahn
2002-08-31argh, include prototype for dl_fdprintf(), missed by myself and reviewers.Dale Rahn
2002-08-31Add the ability to output to file descriptors besides stderr.Dale Rahn
2002-08-28o) start new sentence on a new line;Mike Pechkin
2002-08-23Fix after recent changes.Artur Grabowski
2002-08-23Support for i386 ELF. Not an indication that the change is going to be made,Dale Rahn
2002-08-23Change arguments to _dl_find_symbol() myself, warnnotfound, and inplt intoDale Rahn
2002-08-21Split out MD makefile parts into separate files and doArtur Grabowski
2002-08-12Add support for REL type relocations, all currently supported archDale Rahn
2002-08-11The parameter dynp was never used, rather than pass in a dummy on mostDale Rahn
2002-08-11Fix for Elfbug, the Xtiherit problem which has been seen on most OpenBSDDale Rahn
2002-08-09Various fixes.Artur Grabowski
2002-08-09Simplify.Artur Grabowski
2002-08-08- Add some missing iflush'sJason Wright
2002-08-08There was a possible off-by-one in ld.so when loading shared libraries.Artur Grabowski
2002-07-30knf & ansiTheo de Raadt
2002-07-29minor formattingArtur Grabowski
2002-07-29Bunch of cleanups and one last bugfix that seems to make things work.Artur Grabowski
2002-07-27Commit work in progress before I get drunk tonight.Artur Grabowski
2002-07-27I don't see the point of a return at the end of a void function.Artur Grabowski
2002-07-27Make self-relocation work.Artur Grabowski
2002-07-27this is not sparc64.Artur Grabowski
2002-07-27Stop being too creative, steal more code from sparc64.Artur Grabowski
2002-07-27Just a skeleton for sparc. Builds, but pieces are missing and it doesn'tArtur Grabowski
2002-07-24use real clones of the libc functionsTheo de Raadt
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-24make more _dl_*() func params like real ones in libcTheo de Raadt
2002-07-24cope with _dl_mmap() returning void *Theo de Raadt
2002-07-24make _dl_mmap() return void * like othersTheo 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-07-07typos/grammar/better wordsJan-Uwe Finck
2002-06-07move load_offs out of the link_map area.Artur Grabowski
2002-06-05Cleanup/remove duplicate code that checks STAT_RELOC_DONE.Artur Grabowski
2002-06-05Get rid of an unnecessary typedef (for future cleanup).Artur Grabowski
2002-06-03Proper masks for 64 bit relocation types. ok art@Dale Rahn