Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-03-03 | rewrite construct that made GCC 2.8 do an implicit memset before libc | Niklas Hallqvist | |
is there | |||
1998-02-23 | Clarify | Niklas Hallqvist | |
1998-02-10 | Better -m compatibility with a.out ldconfig | Niklas Hallqvist | |
1998-02-05 | Buf ovfl check... | Per Fogelstrom | |
1998-01-28 | Make ldd work with static linked bins on mips | Per Fogelstrom | |
1997-06-24 | Missing register usage definition in one of the syscall macros added... | Per Fogelstrom | |
1997-05-19 | buf oflows | Theo de Raadt | |
1997-05-19 | Tweaked to make config on install path | Per Fogelstrom | |
1997-04-27 | COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP | Todd C. Miller | |
This fixes namespace problems where STRIP is sometimes used as the name of the strip(1) to use and other times used as the flag to send install(1) when stripping (or not). COPY doesn't have this problem (yet) but was poorly named. | |||
1997-04-14 | struct elf_resolv has to be compatible with struct link_map or gdb will | Per Fogelstrom | |
not be able to pick up loaded shared lib info. | |||
1996-12-12 | Sync headers with system header's idea of reality | imp | |
1996-10-04 | ld.so man page fixed | Per Fogelstrom | |
1996-10-04 | Trivial ldd for mips | Per Fogelstrom | |
1996-09-29 | always static | Theo de Raadt | |
1996-09-28 | hmm.. /etc was perhaps a better place | Per Fogelstrom | |
1996-09-26 | handle obj dirs | Theo de Raadt | |
1996-09-23 | Fixes to avoid using asm to get pointer to start sp in ld.so. It's a little | Per Fogelstrom | |
hackish but doesn't add any machdep stuff to MI code. Also don't strip when installing ld.so. | |||
1996-09-18 | OK, this is the dynamic loader for the MIPS. It's a hack, it's GPL'd, its | Per Fogelstrom | |
just ugly, but it works. So we stick with it right now... |