Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/amd64/conf Put coredumps back as a built-in. Until...



details:   https://anonhg.NetBSD.org/src/rev/8d315e82bf07
branches:  trunk
changeset: 762477:8d315e82bf07
user:      pooka <pooka%NetBSD.org@localhost>
date:      Mon Feb 21 16:24:29 2011 +0000

description:
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.

diffstat:

 sys/arch/amd64/conf/GENERIC |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r 3a7ea2620c2f -r 8d315e82bf07 sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC       Mon Feb 21 15:10:54 2011 +0000
+++ b/sys/arch/amd64/conf/GENERIC       Mon Feb 21 16:24:29 2011 +0000
@@ -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



Home | Main Index | Thread Index | Old Index