Age | Commit message (Expand) | Author |
2003-06-03 | three four gone. | Artur Grabowski |
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-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-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-11-14 | Make error messages on symbol lookup failures more useful. | Dale Rahn |
2002-10-25 | Some small fixes in MI code for mips backport. A new reloc md function, | Per Fogelstrom |
2002-10-21 | Simplify the ld.so asm api, the data is available other ways. | Dale Rahn |
2002-09-01 | Make sure that the symbol return value is always initialized before | Dale Rahn |
2002-08-23 | Fix after recent changes. | Artur Grabowski |
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-07-24 | ok i found it | Theo de Raadt |
2002-07-24 | back out broken stuff until it is fixed | Theo de Raadt |
2002-07-24 | spacing | Theo de Raadt |
2002-07-24 | make _dl_mmap() return void * like others | Theo de Raadt |
2002-07-23 | match _dl_ syscall prototypes w/ the real syscalls prototypes, including args... | Michael Shalayeff |
2002-07-12 | Change ld.so search order/method to match the a.out ld.so. | Dale Rahn |
2002-06-05 | Cleanup/remove duplicate code that checks STAT_RELOC_DONE. | Artur Grabowski |
2002-06-05 | Get rid of an unnecessary typedef (for future cleanup). | Artur Grabowski |
2002-06-03 | Proper masks for 64 bit relocation types. ok art@ | Dale Rahn |
2002-05-24 | more KNF | Theo de Raadt |
2002-05-24 | various KNF | Theo de Raadt |
2002-04-24 | Perform full relocation for Rela bootstrap relocations, compatible | Dale Rahn |
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 |
2002-02-21 | cleanup of MD/MI ld.so (elf), most changes by art@ cleanup by me. | Dale Rahn |
2002-02-20 | Fix obvious pasto: when iflush'n flush 24,20,16,... not 20,16,16,... | Jason Wright |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2001-09-27 | Local symbols don't need to have a name. Don't barf on them. | Artur Grabowski |
2001-09-26 | Some juggling to simplify the code and some missing code. | Artur Grabowski |
2001-09-26 | Lazy binding. Parts from NetBSD. | Artur Grabowski |
2001-09-26 | Implement COPY relocations. | Artur Grabowski |
2001-09-26 | Code for PLT relocations. From NetBSD. | Artur Grabowski |
2001-09-25 | Duh! if we go through the hassle of looking up a symbol it might | Artur Grabowski |
2001-09-25 | Borrow a big chunk of code from the NetBSD ld.elf_so to do all the | Artur Grabowski |
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 | Proper RELOC_RELA for bootstrap. | 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 | partially done... committing so other folks don't have to repeat some of the ... | Jason Wright |