Age | Commit message (Expand) | Author |
2017-01-19 | MD_START is now always ___start, so expand and eliminate it | Philip Guenther |
2016-08-07 | alpha already calculates &_DYNAMIC for the _reloc_alpha_got() call, so | Philip Guenther |
2016-03-20 | Rearrange C runtime bits: now that ld.so exports environ and __progname, | Philip Guenther |
2016-03-13 | crt0.c is already setting environ, so don't set it in MD_START_SETUP | Philip Guenther |
2015-09-01 | In static binaries, invoke kbind() once to disable it. | Philip Guenther |
2014-12-27 | Static PIE support for alpha. | Mark Kettenis |
2014-11-12 | Merge Makefiles, moving the build up a level and putting the CPU-specific | Philip Guenther |
2013-12-03 | Merge the per-arch crt0.c files into common_elf/crt0.c, with MD macros in | Philip Guenther |
2011-11-08 | Pass install the -S option to avoid a window where the target isn't | Philip Guenthe |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2008-11-11 | Compile crt0.o, crtbegin.o and crtend.o with -fpie/-fPIE. This requires | Kurt Miller |
2008-10-06 | The recent change to bsd.own.mk to allow PICFLAG to be overridden made | Kurt Miller |
2005-09-25 | Revert temporary hack. | Mark Kettenis |
2005-08-04 | zap rcsid. Okay deraadt@, krw@ | Marc Espie |
2004-10-21 | Temporary hack to make alpha build again. | Mark Kettenis |
2004-01-08 | __init/__fini handling on ELF has not been correct. It is supposed to | Dale Rahn |
2003-08-25 | Define both _start and __start in crt0, all of the other architectures do. | Dale Rahn |
2003-05-30 | Fix dependancy building for ELF startup code. Changed Makefiles | Dale Rahn |
2003-02-28 | copy basename of argv[0] to bss for __progname, so that large stack smash | Theo de Raadt |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2001-05-29 | fix the alpha after that last diff which was obviously not tested | Theo de Raadt |
2001-03-24 | Use "realinstall" to allow the framework to do other work if needed; | Thorsten Lockert |
2001-02-03 | Remove even more dead code. | Artur Grabowski |
2001-02-03 | Schedule running of __fini in __init, not __start. | Artur Grabowski |
2001-02-03 | Use crtbegin and crtend from common_elf. | Artur Grabowski |
2001-02-03 | Don't define ECOFF_COMPAT. We're ELF. | Artur Grabowski |
2001-01-31 | deconfuse include path. (XXX - this for my future hacks). | Artur Grabowski |
2001-01-25 | This is not how we'll do dynamic libraries on alpha anyway. | Artur Grabowski |
1999-08-20 | Fix RCS Ids | Niklas Hallqvist |
1998-06-01 | consitancize with other archs | Michael Shalayeff |
1997-06-24 | Use OpenBSD tags and not SCCS or RCS Id tags | Thorsten Lockert |
1997-04-27 | COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP | Todd C. Miller |
1996-11-13 | Sync with NetBSD, Add OpenBSD tags. | Niklas Hallqvist |
1996-11-13 | Sync with NetBSD, Add OpenBSD tags. | Niklas Hallqvist |
1996-05-22 | machine/asm.h is sufficient | Theo de Raadt |
1995-12-21 | from netbsd; limit the flags that get passed to cpp | Theo de Raadt |
1995-12-15 | from netbsd; do not override other CFLAGS settings | Theo de Raadt |
1995-12-14 | from netbsd; fix profiling support | Theo de Raadt |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt |