Age | Commit message (Expand) | Author |
2003-03-10 | typo | David Krause |
2003-03-07 | Fix cut and paste on wrong line bugs, now like other versions. ok miod@ | Dale Rahn |
2003-03-06 | .Xr typos; | Jason McIntyre |
2003-02-26 | Initialized the ABI stated 'cleanup' parameter to _start. This parameter | Dale Rahn |
2003-02-15 | After relocation is completed, remove write protection from GOT/PLT in ld.so. | Dale Rahn |
2003-02-15 | Paranoia about mprotect, mprotect page aligned regions for got and plt. | Dale Rahn |
2003-02-15 | Do not call mprotect to enable writing for sections which normally are | Dale Rahn |
2003-02-02 | knf & ansi; drahn ok | Theo de Raadt |
2003-01-31 | The version of open in ld.so, _dl_open(), will return -errno instead of -1. | Dale Rahn |
2003-01-30 | Only flush the got address, if there is one. DOH. | Dale Rahn |
2003-01-30 | Change the constructor execution order to initialize dependant libraries | Dale Rahn |
2003-01-24 | Flush the blrl instruction from the instruction cache if the GOT tag is | Dale Rahn |
2003-01-17 | Change the GOT initialization so that it is done in a function which | Dale Rahn |
2003-01-16 | whitespace removal. | Dale Rahn |
2002-12-18 | Remove pointless 'if 0' code. | Dale Rahn |
2002-12-18 | Prepare for an upcoming ELF executable change. This will allow ld.so to | Dale Rahn |
2002-12-13 | Compare to ELFMAG byte by byte rather than using full fledged function. | Dale Rahn |
2002-12-09 | Build ld.so as a normal shared object, not with special linkage. | Dale Rahn |
2002-12-02 | KNF; openbsd@davidkrause.com | Theo de Raadt |
2002-12-02 | typo; ok miod@ | Christian Weisgerber |
2002-12-02 | Import propolice (http://www.trl.ibm.com/projects/security/ssp), a stack | Miod Vallat |
2002-11-23 | After fixing these comments, I add another incorrect one. | Dale Rahn |
2002-11-23 | Implement [u]mul/[u]div/[u]rem with faster version if available | Dale Rahn |
2002-11-23 | clean up comments. | Dale Rahn |
2002-11-23 | Put in a required item. Should not have been deleted to start with. | Dale Rahn |
2002-11-23 | Remove some error messages which were incorrectly printed. Some cleanup. | Dale Rahn |
2002-11-22 | Fix the comments on which systemcall is being processed, ok deraadt@ | Dale Rahn |
2002-11-22 | Formatting cleanup, no point in extra nesting block. No functional change. | Dale Rahn |
2002-11-17 | Terminate printed strings with newlines. | Dale Rahn |
2002-11-14 | Make error messages on symbol lookup failures more useful. | Dale Rahn |
2002-11-13 | Check for NULL on pltgot, appearently libraries with no external references | Dale Rahn |
2002-11-05 | Use define, not number. | Dale Rahn |
2002-10-25 | Some small fixes in MI code for mips backport. A new reloc md function, | Per Fogelstrom |
2002-10-23 | mips archdep stuff update while waiting for ok on mi | Per Fogelstrom |
2002-10-21 | Remove the -D__PIC__ from this, it does not affect the building | Dale Rahn |
2002-10-21 | Simplify the ld.so asm api, the data is available other ways. | Dale Rahn |
2002-10-04 | Print full 64 bit address. At least until LD_TRACE_LOADED_OBJECTS_FMT[12] | Dale Rahn |
2002-09-09 | Add lazy binding support for powerpc ld.so. ok pvalchev@ brad@ | Dale Rahn |
2002-09-01 | Make sure that the symbol return value is always initialized before | Dale Rahn |
2002-08-31 | argh, include prototype for dl_fdprintf(), missed by myself and reviewers. | Dale Rahn |
2002-08-31 | Add the ability to output to file descriptors besides stderr. | Dale Rahn |
2002-08-28 | o) start new sentence on a new line; | Mike Pechkin |
2002-08-23 | Fix after recent changes. | Artur Grabowski |
2002-08-23 | Support for i386 ELF. Not an indication that the change is going to be made, | Dale Rahn |
2002-08-23 | Change arguments to _dl_find_symbol() myself, warnnotfound, and inplt into | Dale Rahn |
2002-08-21 | Split out MD makefile parts into separate files and do | Artur Grabowski |
2002-08-12 | Add support for REL type relocations, all currently supported arch | Dale Rahn |
2002-08-11 | The parameter dynp was never used, rather than pass in a dummy on most | Dale Rahn |
2002-08-11 | Fix for Elfbug, the Xtiherit problem which has been seen on most OpenBSD | Dale Rahn |
2002-08-09 | Various fixes. | Artur Grabowski |