Age | Commit message (Expand) | Author |
2003-01-19 | give a second chance for loading dependent modules: | Marc Espie |
2003-01-19 | revamp .init call code to be saner: | Marc Espie |
2003-01-19 | In error message from dependent libraries, mention which dependent library | Marc Espie |
2003-01-05 | fix for PR3053 - NULL deref when fd == NULL in first dlsym() arg | Peter Valchev |
2002-12-12 | don't link LIBCRT0 into ld.so (for DESTDIR builds); PR2928; ok fgsch@, millert@ | Markus Friedl |
2002-12-11 | o Check mmap() return value against MAP_FAILED, not -1. | Todd C. Miller |
2002-12-02 | KNF; openbsd@davidkrause.com | Theo de Raadt |
2002-12-02 | Import propolice (http://www.trl.ibm.com/projects/security/ssp), a stack | Miod Vallat |
2002-11-29 | do not redefine NULL | Theo de Raadt |
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-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-03 | use issetugid() instead of uid/gid comparisons; from drahn | Theo de Raadt |
2002-05-11 | Add missing libraries to bsd.prog.mk (mostly kerberosV) | Marc Espie |
2002-03-07 | revert changes made in rev. 1.17; closes pr # 1903. niklas@ ok. | Federico G. Schwindt |
2002-02-14 | From NetBSD: | Federico G. Schwindt |
2002-02-10 | spelling | Theo de Raadt |
2001-11-08 | fixes netbsd PR #10940 and also uses main program's library search | Federico G. Schwindt |
2001-09-06 | Use ${CC} to link ld.so, so that it will grok whatever you throw at | Marc Espie |
2001-06-09 | Fill some field earlier, should allow better .init/dlopen interaction. | Marc Espie |
2000-11-09 | case of header | Theo de Raadt |
2000-05-25 | rename rtld(1) to ld.so(1) | Theo de Raadt |
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-02-03 | Deal with empty path element in LD_LIBRARY_PATH. | Todd C. Miller |
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 |
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-05-13 | libary -> library, other misc corrections | Aaron Campbell |
1998-08-28 | set RTLD_DL flag before refcount++ returns; michaels@inet.no | Theo de Raadt |
1998-08-05 | setuid/setgid caveats; form | Theo de Raadt |
1998-07-22 | add a section about LD_PRELOAD; noted as missing by form@pppvs.itam.nsc.ru | Theo de Raadt |
1998-03-26 | RCS id cleanup | Niklas Hallqvist |
1997-11-14 | pk: Expand on shared object's `.init' functions a bit, and mention | Theo de Raadt |
1997-08-27 | fix ' use | Theo de Raadt |
1997-07-01 | memory leaks, object leaks. some from pk/cgd. rearrange *_DL checks for | Theo de Raadt |
1997-07-01 | have DL_GETERRNO clear error state after return; also make dlsym() set error ... | Theo de Raadt |
1997-06-18 | number; msaitoh@spa.is.uec.ac.jp | Theo de Raadt |
1997-06-02 | than; msaitoh@spa.is.uec.ac.jp | Theo de Raadt |
1997-05-28 | typos; msaitoh@spa.is.uec.ac.jp | Theo de Raadt |
1997-01-28 | do not call err/errx with extra newlines | Theo de Raadt |
1996-10-08 | Attempt at cleanup. | michaels |
1996-09-28 | mark dlopen() modules with RTLD_DL | Theo de Raadt |
1996-09-15 | Build correctly when DESTDIR set | Niklas Hallqvist |