| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-10-15 | crt0 MD _dl_exit() performs syscall to SYS_exit directly, but then |  deraadt | 1 | -2/+2 |
| 2020-10-14 | use symbolic SYS_exit instead of the value 1 |  deraadt | 1 | -2/+2 |
| 2018-11-22 | Make alpha less special: _dl_boot_bind() is written to complete |  guenther | 1 | -8/+6 |
| 2017-08-11 | _dl_printf is no longer referenced by RELOC_{JMPREL,DYN,GOT}; delete the stub |  guenther | 1 | -5/+1 |
| 2017-01-19 | MD_START is now always ___start, so expand and eliminate it |  guenther | 1 | -2/+1 |
| 2016-08-07 | alpha already calculates &_DYNAMIC for the _reloc_alpha_got() call, so |  guenther | 1 | -2/+3 |
| 2016-03-20 | Rearrange C runtime bits: now that ld.so exports environ and __progname, |  guenther | 1 | -12/+1 |
| 2016-03-13 | crt0.c is already setting environ, so don't set it in MD_START_SETUP |  guenther | 1 | -2/+2 |
| 2015-09-01 | In static binaries, invoke kbind() once to disable it. |  guenther | 1 | -1/+12 |
| 2014-12-27 | Static PIE support for alpha. |  kettenis | 1 | -6/+44 |
| 2014-11-12 | Merge Makefiles, moving the build up a level and putting the CPU-specific |  guenther | 1 | -60/+0 |
| 2013-12-03 | Merge the per-arch crt0.c files into common_elf/crt0.c, with MD macros in |  guenther | 3 | -114/+23 |
| 2011-11-08 | Pass install the -S option to avoid a window where the target isn't |  guenther | 1 | -2/+2 |
| 2009-10-27 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and |  deraadt | 1 | -2/+2 |
| 2008-11-11 | Compile crt0.o, crtbegin.o and crtend.o with -fpie/-fPIE. This requires |  kurt | 1 | -7/+7 |
| 2008-10-06 | The recent change to bsd.own.mk to allow PICFLAG to be overridden made |  kurt | 1 | -3/+1 |
| 2005-09-25 | Revert temporary hack. |  kettenis | 2 | -131/+3 |
| 2005-08-04 | zap rcsid. Okay deraadt@, krw@ |  espie | 1 | -5/+1 |
| 2004-10-21 | Temporary hack to make alpha build again. |  kettenis | 2 | -3/+131 |
| 2004-01-08 | __init/__fini handling on ELF has not been correct. It is supposed to |  drahn | 2 | -2/+65 |
| 2003-08-25 | Define both _start and __start in crt0, all of the other architectures do. |  drahn | 1 | -2/+5 |
| 2003-05-30 | Fix dependancy building for ELF startup code. Changed Makefiles |  drahn | 1 | -13/+24 |
| 2003-02-28 | copy basename of argv[0] to bss for __progname, so that large stack smash |  deraadt | 1 | -2/+10 |
| 2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. |  millert | 1 | -6/+6 |
| 2001-05-29 | fix the alpha after that last diff which was obviously not tested |  deraadt | 1 | -3/+3 |
| 2001-03-24 | Use "realinstall" to allow the framework to do other work if needed; |  tholo | 1 | -2/+2 |
| 2001-02-03 | Remove even more dead code. |  art | 1 | -28/+3 |
| 2001-02-03 | Schedule running of __fini in __init, not __start. |  art | 1 | -3/+2 |
| 2001-02-03 | Use crtbegin and crtend from common_elf. |  art | 3 | -129/+4 |
| 2001-02-03 | Don't define ECOFF_COMPAT. We're ELF. |  art | 1 | -5/+1 |
| 2001-01-31 | deconfuse include path. (XXX - this for my future hacks). |  art | 1 | -2/+2 |
| 2001-01-25 | This is not how we'll do dynamic libraries on alpha anyway. |  art | 2 | -102/+17 |
| 1999-08-20 | Fix RCS Ids |  niklas | 1 | -2/+2 |
| 1998-06-01 | consitancize with other archs |  mickey | 1 | -9/+5 |
| 1997-06-24 | Use OpenBSD tags and not SCCS or RCS Id tags |  tholo | 1 | -1/+5 |
| 1997-04-27 | COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP |  millert | 1 | -2/+2 |
| 1996-11-13 | Sync with NetBSD, Add OpenBSD tags. |  niklas | 5 | -115/+382 |
| 1996-05-22 | machine/asm.h is sufficient |  deraadt | 1 | -8/+1 |
| 1995-12-21 | from netbsd; limit the flags that get passed to cpp |  deraadt | 1 | -3/+3 |
| 1995-12-15 | from netbsd; do not override other CFLAGS settings |  deraadt | 1 | -2/+2 |
| 1995-12-14 | from netbsd; fix profiling support |  deraadt | 1 | -4/+4 |
| 1995-10-18 | initial import of NetBSD tree |  deraadt | 2 | -0/+132 |