summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/ld
AgeCommit message (Expand)Author
2002-04-17Ld speed-up patch.Marc Espie
2002-03-31workaround a problem in vax; some malloc() order is causing this if amongFederico G. Schwindt
2002-03-07revert changes made in rev. 1.17; closes pr # 1903. niklas@ ok.Federico G. Schwindt
2002-03-07workaround a gcc bug on vax; hugh@ okFederico G. Schwindt
2002-02-26fix errx(3) arg.Federico G. Schwindt
2002-02-14From NetBSD:Federico G. Schwindt
2002-02-10spellingTheo de Raadt
2001-12-26When cross compiling, by all means prevent the native <machine/exec.h> to beMiod Vallat
2001-12-24Hooks to enable building a cross-ld for mvme88k.Miod Vallat
2001-11-25More MID for m88k updates, grr!Miod Vallat
2001-11-08fixes netbsd PR #10940 and also uses main program's library searchFederico G. Schwindt
2001-10-30correct open() checksTheo de Raadt
2001-10-25Code in scanlib similar to main ldd, to recognize fmt1 and fmt2 and useMarc Espie
2001-09-06Use ${CC} to link ld.so, so that it will grok whatever you throw atMarc Espie
2001-09-05Use __GLOBAL_OFFSET_TABLE_ consistently.Marc Espie
2001-08-30Detect broken libraries that reference themselves.Marc Espie
2001-07-09correct type on last arg to execl(); nordin@cse.ogi.eduTheo de Raadt
2001-07-08Fix an obscure bug: make sure aliases are referenced.Marc Espie
2001-06-09Fill some field earlier, should allow better .init/dlopen interaction.Marc Espie
2001-04-17Let ldd scan shared libraries. Since it doesn't load them, it doesn'tMarc Espie
2001-04-11sync with recent .Nm changes made in the ELF ldconfig man pageBrad Smith
2000-11-09case of headerTheo de Raadt
2000-10-06ldconfig(1) -> ldconfig(8)Aaron Campbell
2000-09-21Trim down RRS text relocation warnings, no need to see 1000 of themMarc Espie
2000-09-20Avoid erasing a GOT definition.Marc Espie
2000-09-15check return value for setenv(3) for failure, and deal appropriatelyTheo de Raadt
2000-07-31comma splicePaul Janzen
2000-06-28Improve remove_search_dir(), avoid memory leak.Oleg Safiullin
2000-05-25rename rtld(1) to ld.so(1)Theo de Raadt
2000-04-30- do not miss /usr/lib in search path.Oleg Safiullin
2000-04-30misc header reordering, remove #undef of relocation_infoBrandon Creighton
2000-04-27Call ctor/dtor lists generated by collect2 as well.Marc Espie
2000-04-24Make dlopened modules prefer symbols defined locallyNiklas Hallqvist
2000-04-24Add xstrdup() - like strdup but get fatal error if memory is exhausted.Oleg Safiullin
2000-04-17change MAX_ALIGNMENT to double, as requested by djb@cr.yp.toTheo de Raadt
2000-02-21Revert the last revert. (with the bug fixed)Artur Grabowski
2000-02-21back out recent change. completely breaks ld on the sparc:Theo de Raadt
2000-02-11Let weak symbols take precedence over symbols read from 2nd hand libraries.Marc Espie
2000-02-03Deal with empty path element in LD_LIBRARY_PATH.Todd C. Miller
2000-02-01Cross-tools fixes:Marc Espie
2000-01-27Add `-R' option (rescan previously configured directories) support.Oleg Safiullin
2000-01-23Fix `internal consistency errors': all warnings for undefined symbols MUSTMarc Espie
2000-01-16Kill XXX code which is bogus and unused anyway (no call with dodotpath==1Marc Espie
2000-01-16Bug-fix: skipping inappropriate versions is independent of whetherMarc Espie
2000-01-11Reverse order of ^lib and '/' checks since ^lib is cheaper; espie@Todd C. Miller
2000-01-11Fix the logic that determines whether or not a dlopen()'d name shouldTodd C. Miller
2000-01-02revert back 1.4->1.5.assar
1999-12-10bad espie, commiting bad patches, with junk in them that should not be thereTheo de Raadt
1999-12-09dlopen and dlsym take const char * parameters.Marc Espie
1999-10-26indentTheo de Raadt