summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k/conf/Makefile.mvme88k
AgeCommit message (Collapse)Author
2003-05-23move swapgeneric to truly generic code. tested on many archs by miod and ↵Ted Unangst
mickey.
2003-05-13Add option NO_PROPOLICE, which explicitely disables the use of the propoliceMiod Vallat
stack protection when building kernels. Intended to be used on installation media, with tight space constraints - currently, only added where SMALL_KERNEL was already defined. Not thoroughly tested, but requested by deraadt.
2003-05-13remove -fno-stack-protector (enable propolice)Ted Unangst
ok deraadt@
2002-12-25No need to define FOO?=foo for AS, CC, CPP and LD, as they are always alreadyMiod Vallat
set from <sys.mk>
2002-12-02Import propolice (http://www.trl.ibm.com/projects/security/ssp), a stackMiod Vallat
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.
2002-08-09Add an explicit dependancy of assym.h to Makefile.Miod Vallat
This makes sure it will be regenerated if you run config(8) again.
2002-06-22Add ${PIPE} to CFLAGSTodd C. Miller
2002-02-19proper dependencies on assym.hTheo de Raadt
2001-12-24Harmonize and complete wrt cross-compilation.Miod Vallat
2001-12-22Put miod's Makefile hack to define M88100 and M88110 back in.Steve Murphree
2001-12-16Revert the mvme88k to 20011212. Recent changes had not been merged correctly,Miod Vallat
and I am fed up with dissecting diffs to put back code that disappeared. This will likely be fixed shortly.
2001-12-13Add magic to the kernel Makefile to remove the need to explicitely putMiod Vallat
the processor type in the configuration files, if you specify a board type. Also, some syntaxic sugar for the MVME187 case as well.
2001-08-26We can now compile kernels with -Werror.Miod Vallat
2001-07-15add install targetassar
2001-05-20Generate assym from a genassym.cf file instead of a C program.Miod Vallat
Rename the generated file to assym.h. Minor cleanup.
2001-03-15Be more cross-compiler friendly.Miod Vallat
Run mkdep on genassym.c.
2001-03-07General cleanup in the kernel compilation process, sync style withMiod Vallat
other ports, add warning flags.
2001-01-13Booting kernel with MACHINE_NEW_NONCONTIG. UVM code added but not working.Steve Murphree
New stand config. Lots of header fixes. Can now cross-compile i386->m88k.
2000-03-03$OpenBSD$Todd T. Fries
1999-09-27oops!Steve Murphree
1999-09-27Some cleaning...Steve Murphree
1998-12-15Commint for the first real mvme88k OpendBSDSteve Murphree
1998-09-15StuffSteve Murphree
1997-09-15kill Locore.cTheo de Raadt
1997-05-24mvme88k will not make release, but just as well make the source as close asDale S. Rahn
possible.
1997-03-03Third try at importing the mvme88k port. This is a working kernelDale S. Rahn
from nivas. Userland and compiler still need to be worked on. Make certain what directory the import is done from.