Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-01-09 | set %dp before any constructors get to run; found and debugged w/ niklas@ | Michael Shalayeff | |
2004-12-01 | fix dlsym(RTLD_NEXT,...) when called from the last shared object | Kurt Miller | |
loaded. ok drahn@ | |||
2004-11-22 | .{N,O}x fixes; | Jason McIntyre | |
2004-11-10 | use ${STATIC} rather than -static. ok miod | Dale Rahn | |
2004-10-17 | Fix some problems related to LD_LIBRARY_PATH parsing where it would not | Dale Rahn | |
correctly deal with current directory searches specified by "::", ":foo" or "foo:" | |||
2004-10-14 | Add dl_iterate_phdr() support. | Mark Kettenis | |
ok drahn@, millert@ | |||
2004-10-01 | Fix GOT reloc which had flaws in reloc processing. | Per Fogelstrom | |
Big thanks to Mark Kettenis for finding the problem! | |||
2004-09-30 | handle unaligned in local relocs as well (c++) | Per Fogelstrom | |
2004-09-23 | When doing relocs to .rodata this section must be RW protected. | Per Fogelstrom | |
It would be nice to fix this so it does not do a mprotect call for each and every reloc but it will need a change in MI code so we just fix it like this for now. There are not so many relocs in ld.so itself. | |||
2004-09-21 | Automatically adapt to actual text/data alignment | Per Fogelstrom | |
2004-09-21 | ELF64 and got ro prot | Per Fogelstrom | |
2004-09-09 | ABI64 shared libs now handled. | Per Fogelstrom | |
2004-08-30 | minimal documentation for LD_DEBUG. | Marc Espie | |
okay millert@, miod@ | |||
2004-08-14 | When reading the ld.so hints file, map the entire file in a single mmap | Dale Rahn | |
instead of assuming the region after the first mmap is available. Same change was made to ELF ld.so previously. ok deraadt miod pvalchev | |||
2004-08-13 | Cast to Elf_Addr to remove warnings of ELF types(int)/pointer, ok david@ | Dale Rahn | |
2004-08-11 | add dladdr() support and add some 'standard' dlsym() support. | Dale Rahn | |
ok millert miod pval, grumble deraadt | |||
2004-08-11 | revert, should not have gone in | Per Fogelstrom | |
2004-08-11 | mips->mips64 | Per Fogelstrom | |
2004-08-09 | bang! no reloc.h | Per Fogelstrom | |
2004-08-06 | update for mips | Per Fogelstrom | |
2004-08-06 | update for mips | Per Fogelstrom | |
2004-07-05 | Fix an issue where a shared library could be loaded at two different | Kjell Wooding | |
locations by resolving all dlopens back to a dev/inode. i.e. Don't load a library if the dev/inode it stats back to matches one already in our list. fix started (and ok'ed) drahn@. ok deraadt@. "doesn't break anything yet" pval@ art@ brad@ | |||
2004-06-14 | Make _dl_malloc() deal with allocations > 4096 correctly. Also place | Todd C. Miller | |
unused memory chunks on the free list when making a large allocation. OK drahn@ deraadt@ | |||
2004-06-07 | use the func args and not the key material to init a new plabel | Michael Shalayeff | |
2004-06-07 | fixup the dlsym() return to produce a callable address (plabel) and move one ↵ | Michael Shalayeff | |
comment closer to the code it talks about earlier; drahn@ ok | |||
2004-06-07 | debugging notify that dlopen() has finished as it was said when it had ↵ | Michael Shalayeff | |
started; drahn@ ok | |||
2004-06-07 | better debugging printfs for init/fini fixups | Michael Shalayeff | |
2004-06-01 | need to fixup for empty pltgot (weak regress is a test for it) | Michael Shalayeff | |
2004-05-27 | fake plabel32 relocs for dyn.init/fini instead of an evil md macro hook | Michael Shalayeff | |
2004-05-26 | allow md makefile to supply LDADD; drahn@ ok | Michael Shalayeff | |
2004-05-26 | call ctors after debugging has been setup; drahn@ ok | Michael Shalayeff | |
2004-05-25 | spaces | Theo de Raadt | |
2004-05-25 | md parts for hppa | Michael Shalayeff | |
2004-05-25 | provide one version of _dl_bcopy instead of copy in every arch; drahn@ ok | Michael Shalayeff | |
2004-05-25 | use md hook for calling init/fini if defined; only say running ctors/dtors ↵ | Michael Shalayeff | |
if they are there; drahn@ ok | |||
2004-05-25 | return object* the symbol is in for _dl_find_symbol*; drahn@ ok | Michael Shalayeff | |
2004-05-25 | spacing | Theo de Raadt | |
2004-05-24 | doing ldd exit asap -- move all other tasks towards after it. | Michael Shalayeff | |
call atext(_dl_dtors) at the very end -- allows debuggering it. drahn@ ok | |||
2004-05-24 | Change define used to deal with PLT protection, use postive logic not negative. | Dale Rahn | |
ok mickey@ | |||
2004-05-22 | Dont print symcache statistics if no symbol lookups have occurred, ok mickey@ | Dale Rahn | |
2004-05-18 | fix includes scoping; drahn@ ok | Michael Shalayeff | |
2004-02-27 | change amd64's MACHINE_ARCH from x86_64 to amd64. There are many many | Theo de Raadt | |
reasons for this, quite a few of them technical, and not all of them in response to Intel's broken ia32e crud. The gcc toolchain stays at x86_64 for now. | |||
2004-02-25 | Fix this assumed sizeof(long) == 4 error. Would very occasionally cause | Dale Rahn | |
the code to attempt to zero 4 bytes of the next page. | |||
2004-02-23 | pretty | Theo de Raadt | |
2004-02-23 | Set the user variable environ early in ld.so so that library constructors can | Dale Rahn | |
properly see the environment. Fixes problem with MALLOC_OPTIONS on dynamic executables. ok deraadt@ | |||
2004-02-10 | Make this work. will figure out what this should be later. | Dale Rahn | |
2004-02-10 | Fix/enable lazy binding on amd64 ld.so | Dale Rahn | |
2004-02-10 | Disable lazy binding for now. | Dale Rahn | |
2004-02-10 | sync with reloc.h change. | Dale Rahn | |
2004-02-10 | AMD64 dynamic linker. initial work by mickey finished up by myself. | Dale Rahn | |
lazy binding not working yet. problem exists with gcc and -fpic jump tables. ok mickey@ |