Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-11-14 | pk: Expand on shared object's `.init' functions a bit, and mention | Theo de Raadt | |
`/usr/lib/c++rt.o'. | |||
1997-11-05 | Handle relocation of misaligned symbols. Handle all three cases by the same | Theo de Raadt | |
macro for clarity; pk | |||
1997-09-14 | exit 1, not count, because if count > 127... or if count == 255+1 | Theo de Raadt | |
1997-08-30 | minor errors; josh@quick.net | Theo de Raadt | |
1997-08-27 | fix ' use | Theo de Raadt | |
1997-07-08 | warning msg change; pk | Theo de Raadt | |
1997-07-01 | memory leaks, object leaks. some from pk/cgd. rearrange *_DL checks for | Theo de Raadt | |
further safety. | |||
1997-07-01 | have DL_GETERRNO clear error state after return; also make dlsym() set error ↵ | Theo de Raadt | |
state | |||
1997-06-18 | number; msaitoh@spa.is.uec.ac.jp | Theo de Raadt | |
1997-06-02 | .Fl l; k-horik@mail.yk.rim.or.jp | Theo de Raadt | |
1997-06-02 | than; msaitoh@spa.is.uec.ac.jp | Theo de Raadt | |
1997-06-01 | typo fixes; jdp@freebsd | Theo de Raadt | |
1997-05-28 | typos; msaitoh@spa.is.uec.ac.jp | Theo de Raadt | |
1997-04-23 | Commit the gas and ld portions for the mvme88k port. | Dale S. Rahn | |
1997-04-10 | calc page alignment correctly for -p; pk@netbsd | Theo de Raadt | |
1997-04-09 | the the | Theo de Raadt | |
1997-04-09 | the the | Theo de Raadt | |
1997-02-21 | Get symbol counts right when counting weak symbols in shared libraries as | Thorsten Lockert | |
shared objects are being built. | |||
1997-02-02 | correct arch check, do not drop of non-void function; ↵ | Theo de Raadt | |
yasufu-i@is.aist-nara.ac.jp | |||
1997-01-28 | do not call err/errx with extra newlines | Theo de Raadt | |
1996-12-22 | Correct handling of weak symbols in shared libraries; from pk@netbsd.org | Thorsten Lockert | |
1996-12-18 | Back out strcpy() -> strncpy() change. Not needed as the array is malloc'd | Todd C. Miller | |
with enough space. Guess that's why I didn't commit this before ;-) | |||
1996-12-18 | Use strncpy() instead of strcpy() where useful, check strdup() | Todd C. Miller | |
ret val, and pass -Wall. | |||
1996-12-07 | avoid __LDPGSZ | Theo de Raadt | |
1996-10-29 | mktemp is evil | Theo de Raadt | |
1996-10-08 | Attempt at cleanup. | michaels | |
1996-09-30 | openbsd | Theo de Raadt | |
1996-09-28 | mark dlopen() modules with RTLD_DL | Theo de Raadt | |
1996-09-20 | synopsis -R | Theo de Raadt | |
1996-09-15 | Build correctly when DESTDIR set | Niklas Hallqvist | |
1996-08-22 | __OpenBSD__ | Theo de Raadt | |
1996-08-20 | R.I.P. | Thorsten Lockert | |
1996-07-27 | Added support for vax, all code from NetBSD. | Mats O Jansson | |
1996-06-28 | fix usage message; netbsd pr#2580; jhawk@mit.edu | Theo de Raadt | |
1996-06-17 | align bss on machdep boundary in case something else failed to | Theo de Raadt | |
1996-06-17 | netbsd pr#2415; jbernard@tater.Mines.EDU; document LD_LIBRARY_PATH and ↵ | Theo de Raadt | |
LD_NOSTD_PATH | |||
1996-06-17 | from netbsd | Theo de Raadt | |
1996-03-30 | From NetBSD: merge of 960317 | Niklas Hallqvist | |
1996-01-16 | from netbsd: | Theo de Raadt | |
Relax checking of minor version number in `findhint()'. Also use the directories from the hints (v.2) file for directory traversing. This should take care of PR#1146. | |||
1996-01-12 | from netbsd: | Theo de Raadt | |
Make dlopen() search for libraries if given a name of the form `lib<name>.so[.xx[.yy]]' (per Erik M. Theisen; PR#1763; patch from PR used in simplified form). Deal with v.2 hint files (hint srch dirs not yet used). | |||
1996-01-12 | from netbsd: | Theo de Raadt | |
Create v.2 hint files. Note: don't bother to understand v.1 files.. | |||
1995-12-30 | from netbsd: | Theo de Raadt | |
Simplify update of r_addend field in relocation record if `-r' is on. The old quirky code did strange things. | |||
1995-12-25 | As ld.so does relocation behind the compiler's back don't cache | Niklas Hallqvist | |
function addresses in registers. | |||
1995-12-14 | from netbsd; add cache flushing | Theo de Raadt | |
1995-11-20 | make dlopen() use hints database, not just paths; from etheisen@TECLink.Net; ↵ | Theo de Raadt | |
netbsd pr#1763 | |||
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |