Module Name: src
Committed By: pgoyette
Date: Thu Apr 23 11:32:55 UTC 2015
Modified Files:
src/sys/arch/amd64/conf: GENERIC
Log Message:
Add a space after "options" and before the <tab> for conformity
with other options. Among other things, this allows one to
remove the # comment character without breaking the vertical
alignment.
To generate a diff of this commit:
cvs rdiff -u -r1.411 -r1.412 src/sys/arch/amd64/conf/GENERIC
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/amd64/conf/GENERIC
diff -u src/sys/arch/amd64/conf/GENERIC:1.411 src/sys/arch/amd64/conf/GENERIC:1.412
--- src/sys/arch/amd64/conf/GENERIC:1.411 Tue Mar 10 09:26:50 2015
+++ src/sys/arch/amd64/conf/GENERIC Thu Apr 23 11:32:55 2015
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.411 2015/03/10 09:26:50 msaitoh Exp $
+# $NetBSD: GENERIC,v 1.412 2015/04/23 11:32:55 pgoyette Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@ include "arch/amd64/conf/std.amd64"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.411 $"
+#ident "GENERIC-$Revision: 1.412 $"
maxusers 64 # estimated number of users
@@ -99,7 +99,7 @@ options DIAGNOSTIC # inexpensive kernel
#
makeoptions COPTS="-O2 -fno-omit-frame-pointer"
options DDB # in-kernel debugger
-#options DDB_COMMANDONENTER="bt" # execute command when ddb is entered
+#options DDB_COMMANDONENTER="bt" # execute command when ddb is entered
#options DDB_ONPANIC=1 # see also sysctl(7): `ddb.onpanic'
options DDB_HISTORY_SIZE=512 # enable history editing in DDB
#options KGDB # remote debugger