summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/conf/RAMDISK
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2003-05-13 22:45:12 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2003-05-13 22:45:12 +0000
commit0813bddc089dc1133696d2a9692366523cfa4015 (patch)
tree243d3845592d5261188bcdf116f9979bdc311805 /sys/arch/sparc64/conf/RAMDISK
parentd4d555e924e183fd9573e15c39d88d4bdd146f4d (diff)
Add option NO_PROPOLICE, which explicitely disables the use of the propolice
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.
Diffstat (limited to 'sys/arch/sparc64/conf/RAMDISK')
-rw-r--r--sys/arch/sparc64/conf/RAMDISK3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/sparc64/conf/RAMDISK b/sys/arch/sparc64/conf/RAMDISK
index e0658951d90..3eeaa290fcb 100644
--- a/sys/arch/sparc64/conf/RAMDISK
+++ b/sys/arch/sparc64/conf/RAMDISK
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK,v 1.21 2003/02/12 20:54:45 jason Exp $
+# $OpenBSD: RAMDISK,v 1.22 2003/05/13 22:45:11 miod Exp $
# Machine architecture; required by config(8)
machine sparc64
@@ -18,6 +18,7 @@ option TIMEZONE=0 # time zone to adjust RTC time by
option DST=0 # daylight saving time used by RTC
option SMALL_KERNEL
+option NO_PROPOLICE
option DIAGNOSTIC # internal consistency checks
option FFS # UFS
option NFSCLIENT # Network File System client