Module Name:    src
Committed By:   pooka
Date:           Mon Feb 21 16:24:30 UTC 2011

Modified Files:
        src/sys/arch/amd64/conf: GENERIC

Log Message:
Put coredumps back as a built-in.  Until it can autoload or something,
there's no point in causing user-visible (and test-visible)
regressions.


To generate a diff of this commit:
cvs rdiff -u -r1.310 -r1.311 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.310 src/sys/arch/amd64/conf/GENERIC:1.311
--- src/sys/arch/amd64/conf/GENERIC:1.310	Sun Feb 20 13:42:45 2011
+++ src/sys/arch/amd64/conf/GENERIC	Mon Feb 21 16:24:29 2011
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.310 2011/02/20 13:42:45 jruoho Exp $
+# $NetBSD: GENERIC,v 1.311 2011/02/21 16:24:29 pooka Exp $
 #
 # GENERIC machine description file
 #
@@ -22,11 +22,10 @@
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.310 $"
+#ident 		"GENERIC-$Revision: 1.311 $"
 
 maxusers	64		# estimated number of users
 
-no options 	COREDUMP	# coredump support, built as module(7)
 # Common binary formats are statically compiled in by default.
 options 	EXEC_ELF32	# exec ELF 32-bits binaries
 #no options 	EXEC_ELF64	# exec ELF 64-bits binaries

Reply via email to