Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/ofppc/conf Message buffer is too small, since times...



details:   https://anonhg.NetBSD.org/src/rev/1b062d8d47c9
branches:  trunk
changeset: 946508:1b062d8d47c9
user:      phx <phx%NetBSD.org@localhost>
date:      Sun Nov 29 12:38:44 2020 +0000

description:
Message buffer is too small, since timestamps were enforced.

diffstat:

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

diffs (26 lines):

diff -r e5ea40dbab8d -r 1b062d8d47c9 sys/arch/ofppc/conf/GENERIC
--- a/sys/arch/ofppc/conf/GENERIC       Sun Nov 29 12:30:40 2020 +0000
+++ b/sys/arch/ofppc/conf/GENERIC       Sun Nov 29 12:38:44 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.173 2020/09/27 13:48:53 roy Exp $
+# $NetBSD: GENERIC,v 1.174 2020/11/29 12:38:44 phx Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.173 $"
+#ident                 "GENERIC-$Revision: 1.174 $"
 
 maxusers       32
 
@@ -60,6 +60,7 @@
 options        DDB_HISTORY_SIZE=512    # enable history editing in DDB
 options        DDB_VERBOSE_HELP
 options        TRAP_PANICWAIT
+options        MSGBUFSIZE=32768
 
 makeoptions    DEBUG="-g"      # compile full symbol table
 



Home | Main Index | Thread Index | Old Index