Age | Commit message (Expand) | Author |
2005-06-16 | remove whiteout stuff from ld.so's private opendir(); OK deraadt@ | Todd C. Miller |
2005-05-31 | removed unused var, pointed out by wilfried@ | Dale Rahn |
2005-05-30 | unload is not to be recursive anymore, previous diff change method but | Dale Rahn |
2005-05-23 | fixes for dlclose, ok kettenis@ | Dale Rahn |
2005-05-10 | Recommit the destructor order fix, now that the amd64 bug was fixed. | Dale Rahn |
2005-05-04 | %rsi is not callee save, use source register that is saved across call | Dale Rahn |
2005-04-06 | backout -- breaks at least amd64; spotted by marc | Theo de Raadt |
2005-04-05 | Do a better job of running destructors in the right order. | Dale Rahn |
2005-03-23 | Code reorganization, move copied code in library.c and library_mquery.c | Dale Rahn |
2005-03-22 | fix PR3944 on i386 (ugh), from library.c | Dale Rahn |
2005-03-08 | Do not shadow a parameter with a local variable. also add a debug statement | Dale Rahn |
2005-03-07 | Fix bug not calling callback for the main executable object. | Mark Kettenis |
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 |
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 |
2004-10-14 | Add dl_iterate_phdr() support. | Mark Kettenis |
2004-10-01 | Fix GOT reloc which had flaws in reloc processing. | Per Fogelstrom |
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 |
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 |
2004-08-14 | When reading the ld.so hints file, map the entire file in a single mmap | Dale Rahn |
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 |
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 |
2004-06-14 | Make _dl_malloc() deal with allocations > 4096 correctly. Also place | Todd C. Miller |
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 |
2004-06-07 | debugging notify that dlopen() has finished as it was said when it had starte... | Michael Shalayeff |
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 if... | Michael Shalayeff |
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 |