| Age | Commit message (Expand) | Author |
| 1993-11-08 | Use strsep() in stead of strtok() and restore colons in eg. env. vars. | pk |
| 1993-11-08 | add shlib_version file, with version 0.0 | cgd |
| 1993-11-07 | NOPIC until we can use c++ shlibs | cgd |
| 1993-11-06 | md_init_header: our exec header differs from SunOS's. | pk |
| 1993-11-05 | Do a better job of recognising data in text segments, eg. `const char []'. | pk |
| 1993-11-05 | Less spurious "undefined symbol" msgs for shared library defined symbols. | pk |
| 1993-11-05 | Pull in archives containing definitions needed by shared objects. | pk |
| 1993-11-03 | Print symbol name in "undefined" error msg. | pk |
| 1993-11-03 | use gnu malloc | cgd |
| 1993-11-03 | use gnu malloc | cgd |
| 1993-11-03 | add subdirs | cgd |
| 1993-11-03 | add -static to 'LDFLAGS', as it goes in /sbin | cgd |
| 1993-11-03 | This warning is fucking annoying, and ld already told us about it when we | mycroft |
| 1993-11-02 | Documented the -Bshareable option (now required to build shared objects). | pk |
| 1993-11-02 | Moved a , in to make an #ifdef PIC work with PIC not defined. | phil |
| 1993-11-02 | Added a fix to support "movd _foo(pc), _bar(pc)". | phil |
| 1993-11-01 | The N_SET* symbols are back in. C++ object files can now be linked again. | pk |
| 1993-10-31 | Close those file descriptors. | pk |
| 1993-10-31 | Check for EX_DYNAMIC flag in exec header. | pk |
| 1993-10-28 | don't make PIC libraries; they're silly for this library | cgd |
| 1993-10-28 | don't try to include libgnumalloc unless we're building a program | cgd |
| 1993-10-27 | use SHAREABLE in init_header() in stead of `entry_symbol'. | pk |
| 1993-10-27 | -Bshareable added to CFLAGS. | pk |
| 1993-10-27 | use SHAREABLE in init_header() in stead of `entry_symbol'. | pk |
| 1993-10-27 | Improved handling of PIC code in "main stream" .o files. | pk |
| 1993-10-27 | Handling of defined global data in initializers is dependent on -k flag. | pk |
| 1993-10-26 | Search for top-of-stack blew up if program had no environment strings. | pk |
| 1993-10-26 | use gnu malloc | cgd |
| 1993-10-26 | combine malloc, free, and realloc into one file, because that's what | cgd |
| 1993-10-26 | use gnu malloc | cgd |
| 1993-10-25 | Handle `RELOC_32' relocs resulting from .word's. | pk |
| 1993-10-25 | Fix premature relocation of external data that may be moved around at run-time. | pk |
| 1993-10-24 | Make that #ifdef NetBSD, not __NetBSD__ | pk |
| 1993-10-24 | Use MID_MACHINE. | pk |
| 1993-10-24 | Use MID_MACHINE in stead of MID_I386 | pk |
| 1993-10-23 | removed reference to $ARCH since those files are now under arch/`machine` | glass |
| 1993-10-23 | Both compress and gzip installed themselves as "zcat". I've changed the | jtc |
| 1993-10-23 | Changed prototype and internals of std_search_dir(). | pk |
| 1993-10-23 | Utility to maintain shared library lookup "hints". | pk |
| 1993-10-22 | Support for `ld.so.hints'. | pk |
| 1993-10-22 | Oops, we do have a man page. | pk |
| 1993-10-22 | ldd: list shared library dependencies. | pk |
| 1993-10-22 | Some definitions for the `ld.so.hints' file. | pk |
| 1993-10-22 | relocation for non-RRS shared library symbols wasn't always set correctly. | pk |
| 1993-10-21 | No rounding of bss size to page boundary in ZMAGIC a.out's, the kernel | pk |
| 1993-10-21 | Renamed confusingly named macro. | pk |
| 1993-10-19 | Make better distinction between SunOS and BSD. | pk |
| 1993-10-18 | Clean up deleted files. | mycroft |
| 1993-10-18 | NOMAN no longer true. | pk |
| 1993-10-17 | Rudimentary manual page for ld(1). | pk |