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@ | ||||
* | crtbeginS.o needs to be buit with -fPIC; with -fpic the relocations for the | 2010-12-24 | 1 | -1/+3 | |
| | | | | | | | gcc3/4 exception handling related symbols will be truncated causing linker failures when building shared libraries. ok drahn@, deraadt@, miod@ | ||||
* | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | 2009-10-27 | 1 | -2/+1 | |
| | | | | | | | 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 | ||||
* | 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@ | ||||
* | No multi-line strings, to please gcc3. No functional change. | 2004-02-01 | 1 | -20/+20 | |
| | |||||
* | __init/__fini handling on ELF has not been correct. It is supposed to | 2004-01-08 | 2 | -2/+61 | |
| | | | | | | 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@ | ||||
* | Fix dependancy building for ELF startup code. Changed Makefiles | 2003-05-30 | 1 | -10/+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 | -0/+9 | |
| | | | | does not make propolice reporting ineffective; millert miod ok | ||||
* | Adapt sparc crt* to how things are done on our other ELF architectures. | 2002-08-11 | 2 | -145/+105 | |
| | | | | Some parts of crt0.c are from NetBSD. | ||||
* | Remove some dead ifdefs to make the code more readable. | 2002-07-22 | 1 | -30/+2 | |
| | |||||
* | 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 | -5/+5 | |
| | |||||
* | Use "realinstall" to allow the framework to do other work if needed; | 2001-03-24 | 1 | -2/+2 | |
| | | | | path of least surprise. Ok millert@ | ||||
* | Fix RCS Ids | 1999-08-20 | 2 | -3/+3 | |
| | |||||
* | Use OpenBSD tags and not SCCS or RCS Id tags | 1997-06-24 | 1 | -1/+2 | |
| | |||||
* | 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. | ||||
* | install -> ${INSTALL}, -c -> ${COPY} | 1996-12-08 | 1 | -2/+2 | |
| | |||||
* | initial import of NetBSD tree | 1995-10-18 | 2 | -0/+228 | |