Age | Commit message (Expand) | Author |
2002-09-20 | UNDO MORE FUCKING TREE BREAKING. WHY THE FUCK ARE YOU GUYS NOT EVEN DOING | Theo de Raadt |
2002-09-17 | Repair m68k cross-ld - the cross building environment makes some magic | Miod Vallat |
2002-09-07 | ansification of ld | Marco S Hyman |
2002-07-27 | ask uvm to map the bss of each .so module non-executable. again, we | Theo de Raadt |
2002-07-26 | comma splice | Paul Janzen |
2002-07-19 | convert functions from K&R style to prototype style. | Marco S Hyman |
2002-07-17 | un-__P the code. fgs says "looks ok." | Marco S Hyman |
2002-07-15 | space to tab cleanup. Nothing but whitespace changes in this commit. | Marco S Hyman |
2002-07-10 | First of some clean-up commits. This one only removes use of | Marco S Hyman |
2002-06-04 | spelling | Theo de Raadt |
2002-06-03 | use issetugid() instead of uid/gid comparisons; from drahn | Theo de Raadt |
2002-05-24 | replace code w/ no license w/ public domain code | Eric Jackson |
2002-05-11 | Add missing libraries to bsd.prog.mk (mostly kerberosV) | Marc Espie |
2002-04-17 | Ld speed-up patch. | Marc Espie |
2002-03-31 | workaround a problem in vax; some malloc() order is causing this if among | Federico G. Schwindt |
2002-03-07 | revert changes made in rev. 1.17; closes pr # 1903. niklas@ ok. | Federico G. Schwindt |
2002-03-07 | workaround a gcc bug on vax; hugh@ ok | Federico G. Schwindt |
2002-02-26 | fix errx(3) arg. | Federico G. Schwindt |
2002-02-14 | From NetBSD: | Federico G. Schwindt |
2002-02-10 | spelling | Theo de Raadt |
2001-12-26 | When cross compiling, by all means prevent the native <machine/exec.h> to be | Miod Vallat |
2001-12-24 | Hooks to enable building a cross-ld for mvme88k. | Miod Vallat |
2001-11-25 | More MID for m88k updates, grr! | Miod Vallat |
2001-11-08 | fixes netbsd PR #10940 and also uses main program's library search | Federico G. Schwindt |
2001-10-30 | correct open() checks | Theo de Raadt |
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 |