Module Name: src
Committed By: tron
Date: Thu Nov 12 14:58:09 UTC 2009
Modified Files:
src/sys/arch/i386/conf: ALL
Log Message:
Turn on Stack Smash Protection (SSP) for the "ALL" kernel to get at least
compile time coverage during a full release build.
Suggested by Mindaugas Rasiukevicius.
To generate a diff of this commit:
cvs rdiff -u -r1.218 -r1.219 src/sys/arch/i386/conf/ALL
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/i386/conf/ALL
diff -u src/sys/arch/i386/conf/ALL:1.218 src/sys/arch/i386/conf/ALL:1.219
--- src/sys/arch/i386/conf/ALL:1.218 Fri Oct 2 18:50:49 2009
+++ src/sys/arch/i386/conf/ALL Thu Nov 12 14:58:09 2009
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.218 2009/10/02 18:50:49 jmcneill Exp $
+# $NetBSD: ALL,v 1.219 2009/11/12 14:58:09 tron Exp $
# From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
#
# ALL machine description file
@@ -17,10 +17,12 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "ALL-$Revision: 1.218 $"
+#ident "ALL-$Revision: 1.219 $"
maxusers 32 # estimated number of users
+makeoptions USE_SSP=yes
+
# CPU-related options.
options VM86 # virtual 8086 emulation
options USER_LDT # user-settable LDT; used by WINE