#
6c45f45c |
| 31-Dec-2018 |
claudio <claudio@openbsd.org> |
Cleanup bootloader code. Compile with -ffreestanding and add ffs.S as a build dependency which is required because of that. Add various include files and some prototypes and change some code so that
Cleanup bootloader code. Compile with -ffreestanding and add ffs.S as a build dependency which is required because of that. Add various include files and some prototypes and change some code so that clang does not issue warnings anymore. OK kettenis@ deraadt@
show more ...
|
#
2e5f78e2 |
| 10-Apr-2011 |
miod <miod@openbsd.org> |
Add -fno-builtin-exit to CFLAGS to silence gcc4.
|
#
a4867c17 |
| 18-Mar-2011 |
matthew <matthew@openbsd.org> |
Fix obj directory probing to support cross compiling.
"Go for it" deraadt@
|
#
8dbbe04f |
| 26-Nov-2007 |
deraadt <deraadt@openbsd.org> |
few more dribbles of LIBKERN cleanup
|
#
4d6af78a |
| 25-Nov-2007 |
deraadt <deraadt@openbsd.org> |
libkern, begone. Move to a new mechanism where config(8)'s "file" directive can select between MI and MD versions of these files. At the same time, adjust the boot programs to pick exactly what the
libkern, begone. Move to a new mechanism where config(8)'s "file" directive can select between MI and MD versions of these files. At the same time, adjust the boot programs to pick exactly what they need, instead of the 7 or 8 mechanisms previously used.
There will be some fallout from this, but testing it all by myself is a ridiculously slow process; it will be finished in-tree.
Various developers were very nice and avoided making fun of me when I was gibbering in the corner..
show more ...
|
#
5523baa1 |
| 30-Dec-2005 |
millert <millert@openbsd.org> |
Now that errno.h and sys/errno.h are separate header files there is no need to use the -Derrno=errno workaround added when __errno() was introduced. OK deraadt@
|
#
0ede50fc |
| 13-Jul-2004 |
marc <marc@openbsd.org> |
errno changes, lib major version bumps, and general flag day To build you must: cd /usr/src && make obj && make includes cd lib/libc && make depend && make && NOMAN=1 sudo make install cd /usr/src &&
errno changes, lib major version bumps, and general flag day To build you must: cd /usr/src && make obj && make includes cd lib/libc && make depend && make && NOMAN=1 sudo make install cd /usr/src && make build
show more ...
|
#
4913e970 |
| 10-Jan-2004 |
pvalchev <pvalchev@openbsd.org> |
- shift some variables - fix a problem caused by the fact that in gcc3, gcc -Ufoo -Dfoo in this order causes "foo" to be defined (different in gcc2) make logic from espie; tested on gcc2 by brad
|
#
fb929c0d |
| 02-Dec-2002 |
miod <miod@openbsd.org> |
Import propolice (http://www.trl.ibm.com/projects/security/ssp), a stack attack protection scheme, into gcc.
This protection is enabled by default. It can be turned off by using the -fno-stack-prote
Import propolice (http://www.trl.ibm.com/projects/security/ssp), a stack attack protection scheme, into gcc.
This protection is enabled by default. It can be turned off by using the -fno-stack-protector flag.
Code by Hiroaki Etoh (etoh at jp dot ibm dot com); work on openbsd-specific integration by fgsch@, deraadt@ and myself; tests by fgsch@, naddy@ and myself; beer drinking by myself.
Please note that system upgrades with this new code will require a new libc and ld.so to be build and installed before the propolice-enabled compiler can be installed.
show more ...
|
#
c2fd19ba |
| 20-Aug-2001 |
jason <jason@openbsd.org> |
$OpenBSD$
|
#
908fd733 |
| 18-Aug-2001 |
jason <jason@openbsd.org> |
More files needed to compile/link ofwboot
|