Age | Commit message (Expand) | Author |
2001-10-25 | Code in scanlib similar to main ldd, to recognize fmt1 and fmt2 and use | Marc Espie |
2001-09-06 | Use ${CC} to link ld.so, so that it will grok whatever you throw at | Marc Espie |
2001-09-05 | Use __GLOBAL_OFFSET_TABLE_ consistently. | Marc Espie |
2001-08-30 | Detect broken libraries that reference themselves. | Marc Espie |
2001-07-09 | correct type on last arg to execl(); nordin@cse.ogi.edu | Theo de Raadt |
2001-07-08 | Fix an obscure bug: make sure aliases are referenced. | Marc Espie |
2001-06-09 | Fill some field earlier, should allow better .init/dlopen interaction. | Marc Espie |
2001-04-17 | Let ldd scan shared libraries. Since it doesn't load them, it doesn't | Marc Espie |
2001-04-11 | sync with recent .Nm changes made in the ELF ldconfig man page | Brad Smith |
2000-11-09 | case of header | Theo de Raadt |
2000-10-06 | ldconfig(1) -> ldconfig(8) | Aaron Campbell |
2000-09-21 | Trim down RRS text relocation warnings, no need to see 1000 of them | Marc Espie |
2000-09-20 | Avoid erasing a GOT definition. | Marc Espie |
2000-09-15 | check return value for setenv(3) for failure, and deal appropriately | Theo de Raadt |
2000-07-31 | comma splice | Paul Janzen |
2000-06-28 | Improve remove_search_dir(), avoid memory leak. | Oleg Safiullin |
2000-05-25 | rename rtld(1) to ld.so(1) | Theo de Raadt |
2000-04-30 | - do not miss /usr/lib in search path. | Oleg Safiullin |
2000-04-30 | misc header reordering, remove #undef of relocation_info | Brandon Creighton |
2000-04-27 | Call ctor/dtor lists generated by collect2 as well. | Marc Espie |
2000-04-24 | Make dlopened modules prefer symbols defined locally | Niklas Hallqvist |
2000-04-24 | Add xstrdup() - like strdup but get fatal error if memory is exhausted. | Oleg Safiullin |
2000-04-17 | change MAX_ALIGNMENT to double, as requested by djb@cr.yp.to | Theo de Raadt |
2000-02-21 | Revert the last revert. (with the bug fixed) | Artur Grabowski |
2000-02-21 | back out recent change. completely breaks ld on the sparc: | Theo de Raadt |
2000-02-11 | Let weak symbols take precedence over symbols read from 2nd hand libraries. | Marc Espie |
2000-02-03 | Deal with empty path element in LD_LIBRARY_PATH. | Todd C. Miller |
2000-02-01 | Cross-tools fixes: | Marc Espie |
2000-01-27 | Add `-R' option (rescan previously configured directories) support. | Oleg Safiullin |
2000-01-23 | Fix `internal consistency errors': all warnings for undefined symbols MUST | Marc Espie |
2000-01-16 | Kill XXX code which is bogus and unused anyway (no call with dodotpath==1 | Marc Espie |
2000-01-16 | Bug-fix: skipping inappropriate versions is independent of whether | Marc Espie |
2000-01-11 | Reverse order of ^lib and '/' checks since ^lib is cheaper; espie@ | Todd C. Miller |
2000-01-11 | Fix the logic that determines whether or not a dlopen()'d name should | Todd C. Miller |
2000-01-02 | revert back 1.4->1.5. | assar |
1999-12-10 | bad espie, commiting bad patches, with junk in them that should not be there | Theo de Raadt |
1999-12-09 | dlopen and dlsym take const char * parameters. | Marc Espie |
1999-10-26 | indent | Theo de Raadt |
1999-09-06 | succesfully -> successfully | Aaron Campbell |
1999-08-25 | comment typo | Niklas Hallqvist |
1999-08-25 | Remove redundant test (which I am sure gcc removed by itself anyhow) | Niklas Hallqvist |
1999-08-24 | Enable dlopen(3) to work in statically linked binaries | Niklas Hallqvist |
1999-08-24 | Remove -g accidentally committed by someone | Niklas Hallqvist |
1999-08-24 | Align defines nicely | Niklas Hallqvist |
1999-05-24 | This patch lets sparc ld handle pic/PIC relocations mix, by simply forcing | Marc Espie |
1999-05-21 | Be more specific about dynamic libraries: ldd does not know how to handle | Marc Espie |
1999-05-13 | libary -> library, other misc corrections | Aaron Campbell |
1999-05-10 | cross-ld for sparc: iflush as nop, since it won't compile on non-sparc, | Marc Espie |
1999-05-10 | add needed declaration of struct ranlib tag to keep cross-endian tools | Marc Espie |
1999-02-20 | fix library search problem; the linker would stop searching | Marco S Hyman |