Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/sommerfeld_i386mp_1]: src/sys/arch/i386/include Bump MSGBUFSIZE since mp...
details: https://anonhg.NetBSD.org/src/rev/d5e93867755d
branches: sommerfeld_i386mp_1
changeset: 482161:d5e93867755d
user: sommerfeld <sommerfeld%NetBSD.org@localhost>
date: Sun Feb 20 17:42:21 2000 +0000
description:
Bump MSGBUFSIZE since mp_verbose is pretty verbose.
diffstat:
sys/arch/i386/include/param.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 28e623c05299 -r d5e93867755d sys/arch/i386/include/param.h
--- a/sys/arch/i386/include/param.h Sun Feb 20 17:41:33 2000 +0000
+++ b/sys/arch/i386/include/param.h Sun Feb 20 17:42:21 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: param.h,v 1.40 2000/02/11 19:25:15 thorpej Exp $ */
+/* $NetBSD: param.h,v 1.40.2.1 2000/02/20 17:42:21 sommerfeld Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@@ -93,7 +93,7 @@
#define USPACE (UPAGES * NBPG) /* total size of u-area */
#ifndef MSGBUFSIZE
-#define MSGBUFSIZE 2*NBPG /* default message buffer size */
+#define MSGBUFSIZE 4*NBPG /* default message buffer size */
#endif
/*
Home |
Main Index |
Thread Index |
Old Index