| Age | Commit message (Expand) | Author |
| 1999-03-19 | Ajust for new location of a.out crt0 Makefile fragment. | thorpej |
| 1999-01-22 | Remove items defined in common.h. | mycroft |
| 1998-09-05 | Assign my copyrights to TNF. | pk |
| 1998-07-25 | Adjust some #ifdefs. | mycroft |
| 1998-07-25 | Don't pull in param.h (and therefore don't pull in unistd.h). | mycroft |
| 1997-10-27 | use a common Makefile.csu.aout for the a.out ports | lukem |
| 1997-10-24 | use ${.CURDIR}/${SRCS} instead of ${.ALLSRC} (from i386/Makefile) | lukem |
| 1997-10-22 | * use CPPFLAGS instead of CFLAGS for -D and -I options | lukem |
| 1997-10-20 | Move rcsid[] after start:, so that start starts at 0. | christos |
| 1997-10-15 | Put the align directive after .text... | christos |
| 1997-10-14 | Put back __RCSID(): The problem was that if RCSID ended up in the text segment, | christos |
| 1997-10-14 | XXX Workaround for the "ld buserr with new crt0.o" problem, suggested by tls. | is |
| 1997-10-09 | WARNSify (not yet tested on all platforms yet) | lukem |
| 1997-06-05 | Use FILES | christos |
| 1997-05-31 | Back out BUILDDIR and NOINSTALL changes. | cjs |
| 1997-05-29 | Remove the install: line and use FILES and FILESDIR. | veego |
| 1997-05-29 | These makefiles need to include bsd.own.mk early-on so that they | cjs |
| 1997-05-26 | These updates to the build allow building against include files | cjs |
| 1996-12-27 | asm => __asm__, and garbage collect a bit. | pk |
| 1996-12-07 | Set __ps_strings which is passed in register %g1. | pk |
| 1996-10-18 | RCS id police. | thorpej |
| 1996-10-18 | Use ${INSTALL}. | thorpej |
| 1995-09-29 | Make `make depend' work. For this, it was necessary to remove ${.ALLSRC} | pk |
| 1995-06-15 | Private strrchr() not needed for scrt0.o | pk |
| 1995-06-06 | First arg. of syscall2() is a quad_t. | pk |
| 1995-06-05 | Build run-time code for use in static executables, called `scrt0.o'. | pk |
| 1995-06-05 | one more prototype | pk |
| 1995-06-03 | Factor out common code. | pk |
| 1995-06-02 | Protoize (from Thorsten Lockert, PR #1070). | pk |
| 1995-01-07 | Patch from Giles Lean to make compilation flags more consistent. | mycroft |
| 1994-07-26 | `LDSO' is for debugging only. | pk |
| 1994-05-14 | Clean up deleted files. | mycroft |
| 1994-05-14 | kill all gprof-related stuff; it's now in libc, and the header is elsewhere | cgd |
| 1994-04-18 | Fix that SYS___syscall business. | pk |
| 1994-04-05 | new way of invoking mmap. | cgd |
| 1994-03-28 | explicit cast off mmap offset to off_t | cgd |
| 1994-03-28 | no more MAP_FILE | cgd |
| 1994-03-10 | Remove some leftover SunOS dialect. | pk |
| 1994-03-10 | Use atexit(), not on_exit(). | pk |
| 1994-03-03 | add -DDYNAMIC | pk |
| 1994-02-25 | Set __progname; update to current <link.h> | pk |
| 1994-02-10 | kill bogus install -d's. the one for /usr/include/rpcsvc is still here. | cgd |
| 1994-01-29 | Fix spelling error in Copyright notice | jtc |
| 1993-12-15 | Cleanup | pk |
| 1993-10-16 | Haven't tested these for NetBSD, but they work in SunOS. | pk |