| Age | Commit message (Expand) | Author |
| 1995-06-15 | Correctly build gcrt0.o | mellon |
| 1995-06-15 | start -> __start in END macro as well | mellon |
| 1995-06-15 | start -> __start to avoid namespace bugs | mellon |
| 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 | #include <dlfcn.h>, and <string.h> too. | pk |
| 1995-06-05 | one more prototype | pk |
| 1995-06-04 | add dlerror() stub | pk |
| 1995-06-03 | Factor out common code. | pk |
| 1995-06-02 | Protoize (from Thorsten Lockert, PR #1070). | pk |
| 1995-06-02 | Make this compile warning-free (from Thorsten Lockert, PR 1071). | pk |
| 1995-05-29 | Update to -DDYNAMIC as I thought I had a long time ago. | phil |
| 1995-05-17 | Keep argv[0] in a register. | mycroft |
| 1995-05-16 | Calculate environ directly from argc and argv, rather than searcing down | mycroft |
| 1995-05-03 | Ensure that __progname is in .data, not in .sdata | mellon |
| 1995-03-01 | Clean up deleted files. | mycroft |
| 1995-02-10 | initial alpha support. no profiling support. | cgd |
| 1995-01-17 | Don't map the data segment with PROT_EXEC. | mycroft |
| 1995-01-17 | Use the new syscall method. | mycroft |
| 1995-01-07 | Use ${COMPILE.S}, not ${CPP} directly. | mycroft |
| 1995-01-07 | Patch from Giles Lean to make compilation flags more consistent. | mycroft |
| 1994-12-16 | .s -> .S | mycroft |
| 1994-12-15 | More underscores... | mycroft |
| 1994-11-14 | Prepended underscores | dean |
| 1994-07-31 | Kill historical cruft. | mycroft |
| 1994-07-26 | `LDSO' is for debugging only. | pk |
| 1994-06-09 | update mmap call. | phil |
| 1994-05-24 | crt0 support for mips..no shared library support | glass |
| 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-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-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-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-05-03 | changes to support shared libs. | phil |
| 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-25 | Clean up deleted files. | mycroft |
| 1994-02-10 | kill bogus install -d's. the one for /usr/include/rpcsvc is still here. | cgd |
| 1994-01-29 | Change silly cast to avoid a compiler warning. | mycroft |
| 1994-01-29 | Sync with i386 code. | mycroft |