Age | Commit message (Expand) | Author |
2006-05-03 | prebind - how to prelink a binary without throwing security out the window | Dale Rahn |
2004-05-25 | spacing | Theo de Raadt |
2004-01-10 | the sparcv9 ABI requires registers %g2, %g3 to be first announced before | Peter Valchev |
2003-08-12 | use _ENTRY consistently, remove some #if 0 code, and clean up some comments; ... | Jason Wright |
2003-07-09 | changes to ld.so to be compatible with newer binutils, requires | Dale Rahn |
2003-06-02 | nuke clause 3 & 4 | Jason Wright |
2003-05-30 | When loading a shared object or libraries dependant object, load them | Dale Rahn |
2003-02-02 | knf & ansi; drahn ok | Theo de Raadt |
2002-12-18 | Prepare for an upcoming ELF executable change. This will allow ld.so to | Dale Rahn |
2002-11-23 | clean up comments. | Dale Rahn |
2002-10-21 | Simplify the ld.so asm api, the data is available other ways. | Dale Rahn |
2002-08-11 | The parameter dynp was never used, rather than pass in a dummy on most | Dale Rahn |
2002-07-12 | Change ld.so search order/method to match the a.out ld.so. | Dale Rahn |
2002-05-24 | more KNF | Theo de Raadt |
2002-05-24 | various KNF | Theo de Raadt |
2002-03-17 | Clean up the zapping of bad variables. Instead of implementing | Artur Grabowski |
2002-03-15 | Add support for binutils 2.11. Work around change in PLT generation new ld | Dale Rahn |
2001-09-25 | Do mmap the right way. | Artur Grabowski |
2001-09-25 | Another attempt at getting this right. This time, play safe. | Artur Grabowski |
2001-09-24 | Some cleanup. | Artur Grabowski |
2001-09-24 | Get the bootstrapping right. | Artur Grabowski |
2001-09-24 | dl_data is at the start of the stack, not after env. load loff. | Artur Grabowski |
2001-09-23 | add munmap syscall | Dale Rahn |
2001-09-21 | first whack at ldasm.S... this will not work yet (partially based on NetBSD, | Jason Wright |