Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Pass install the -S option to avoid a window where the target isn't | 2011-11-08 | 1 | -2/+2 | |
| | | | | | | | executable (by mode or content), which can trip up builds with 'make -j' (The generic fix is in share/mk/*; some Makefiles have their own INSTALL lines) ok millert@ deraadt@ | ||||
* | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | 2009-10-27 | 1 | -2/+2 | |
| | | | | | | | unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms | ||||
* | Compile crt0.o, crtbegin.o and crtend.o with -fpie/-fPIE. This requires | 2008-11-11 | 1 | -7/+7 | |
| | | | | | | gcc with pie support to be built first. ok kettenis@ | ||||
* | The recent change to bsd.own.mk to allow PICFLAG to be overridden made | 2008-10-06 | 1 | -3/+1 | |
| | | | | | | | these previously ignored PICFLAG settings become active. Remove PICFLAG overrides to restore -fpic/-fPIC modes. In snaps for a week. okay drahn@ | ||||
* | Revert temporary hack. | 2005-09-25 | 2 | -131/+3 | |
| | | | | ok deraadt@ | ||||
* | zap rcsid. Okay deraadt@, krw@ | 2005-08-04 | 1 | -5/+1 | |
| | |||||
* | Temporary hack to make alpha build again. | 2004-10-21 | 2 | -3/+131 | |
| | | | | ok drahn@, deraadt@ | ||||
* | __init/__fini handling on ELF has not been correct. It is supposed to | 2004-01-08 | 2 | -2/+65 | |
| | | | | | | be a section which code stubs (branches) can be added to initialize/destructor This adds MD stubs to allow this to operate as expected. should fix wine and behave according to ELF specs. ok miod@ | ||||
* | Define both _start and __start in crt0, all of the other architectures do. | 2003-08-25 | 1 | -2/+5 | |
| | |||||
* | Fix dependancy building for ELF startup code. Changed Makefiles | 2003-05-30 | 1 | -13/+24 | |
| | | | | to build startup code the same on all (ELF) archs. hppa ok mickey@ | ||||
* | copy basename of argv[0] to bss for __progname, so that large stack smash | 2003-02-28 | 1 | -2/+10 | |
| | | | | does not make propolice reporting ineffective; millert miod ok | ||||
* | 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. | 2002-02-16 | 1 | -6/+6 | |
| | |||||
* | fix the alpha after that last diff which was obviously not tested | 2001-05-29 | 1 | -3/+3 | |
| | |||||
* | Use "realinstall" to allow the framework to do other work if needed; | 2001-03-24 | 1 | -2/+2 | |
| | | | | path of least surprise. Ok millert@ | ||||
* | Remove even more dead code. | 2001-02-03 | 1 | -28/+3 | |
| | |||||
* | Schedule running of __fini in __init, not __start. | 2001-02-03 | 1 | -3/+2 | |
| | |||||
* | Use crtbegin and crtend from common_elf. | 2001-02-03 | 3 | -129/+4 | |
| | |||||
* | Don't define ECOFF_COMPAT. We're ELF. | 2001-02-03 | 1 | -5/+1 | |
| | |||||
* | deconfuse include path. (XXX - this for my future hacks). | 2001-01-31 | 1 | -2/+2 | |
| | |||||
* | This is not how we'll do dynamic libraries on alpha anyway. | 2001-01-25 | 2 | -102/+17 | |
| | | | | Zap dead code. | ||||
* | Fix RCS Ids | 1999-08-20 | 1 | -2/+2 | |
| | |||||
* | consitancize with other archs | 1998-06-01 | 1 | -9/+5 | |
| | |||||
* | Use OpenBSD tags and not SCCS or RCS Id tags | 1997-06-24 | 1 | -1/+5 | |
| | |||||
* | COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP | 1997-04-27 | 1 | -2/+2 | |
| | | | | | | | This fixes namespace problems where STRIP is sometimes used as the name of the strip(1) to use and other times used as the flag to send install(1) when stripping (or not). COPY doesn't have this problem (yet) but was poorly named. | ||||
* | Sync with NetBSD, Add OpenBSD tags. | 1996-11-13 | 5 | -115/+382 | |
| | |||||
* | machine/asm.h is sufficient | 1996-05-22 | 1 | -8/+1 | |
| | |||||
* | from netbsd; limit the flags that get passed to cpp | 1995-12-21 | 1 | -3/+3 | |
| | |||||
* | from netbsd; do not override other CFLAGS settings | 1995-12-15 | 1 | -2/+2 | |
| | |||||
* | from netbsd; fix profiling support | 1995-12-14 | 1 | -4/+4 | |
| | |||||
* | initial import of NetBSD tree | 1995-10-18 | 2 | -0/+132 | |