| Age | Commit message (Expand) | Author |
| 2000-07-03 | __syscall takes a quad_t as its first argument, not an int. | matt |
| 2000-06-16 | remove initialization of mainprog_obj from here; it is too late for .ini | christos |
| 2000-06-14 | sweep of my licenses (userland files w/o only my copyright) for | cgd |
| 2000-06-14 | fix up NetBSD RCS Ids to match the standard, and the leading comment as | cgd |
| 2000-04-02 | Move dl* function definitions to libc on ELF. | minoura |
| 2000-02-08 | change first argument of dladdr to const. | scottb |
| 2000-02-07 | add hooks to support the dladdr function. | scottb |
| 2000-01-22 | Adjust for .mk file changes. | mycroft |
| 1999-08-19 | Namespace cleanup: move runtime linker interface into implementation namespace | kleink |
| 1999-05-19 | Declare dlerror()'s return value __aconst. | kleink |
| 1999-05-19 | When calling dlerror() in a non-dynamically linked executable, return a pointer | kleink |
| 1999-05-02 | Use __weak_extern() instead of an asm statement. | kleink |
| 1999-04-03 | Instead of rolling our own "install" target, use FILES/FILESDIR and | simonb |
| 1999-04-02 | Fix typo. (COPT --> COPTS) | tsubai |
| 1999-03-20 | Pull together common Makefile fragments for ELF crt0 files, and use it | thorpej |
| 1999-03-20 | Collect the top parts of the ELF crt0.c files into a common header, and | thorpej |
| 1999-03-19 | Put a good chunk of code common to all ELF crt0.c files into a common | thorpej |
| 1998-09-05 | Assign my copyrights to TNF. | pk |
| 1998-07-27 | We need <sys/param.h> because sysident.h requires the `NetBSD' constant. | thorpej |
| 1998-07-25 | These all need types.h. | mycroft |
| 1998-07-25 | Don't pull in param.h (and therefore don't pull in unistd.h). | mycroft |
| 1998-05-06 | can't include crt.h; it's not gone! | cgd |
| 1998-05-06 | Sigh, don't make global calls in repeated sharedlib components. It blows | ross |
| 1998-05-06 | Eliminate incorrect gcc-generated cross-section bsr's by calling the static | ross |
| 1998-03-28 | GC alpha's ECOFF_TOOLCHAIN make variable, and related bits. Nobody | cgd |
| 1998-03-27 | Rename initialization and termination functions from __init() and | jtc |
| 1997-10-10 | clean up WARNS on the alpha. | mrg |
| 1997-03-21 | pull in the sysident.h from ld.so, for NetBSD PT_NOTE generation | cgd |
| 1996-09-12 | Reimplement in C, adding ELF support. if compiled with -DECOFF_COMPAT | cgd |