Source-Changes-HG archive

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

[src/netbsd-1-5]: src/sys/conf Pullup 1.37 [mycroft]:



details:   https://anonhg.NetBSD.org/src/rev/89463061515e
branches:  netbsd-1-5
changeset: 490212:89463061515e
user:      tv <tv%NetBSD.org@localhost>
date:      Mon Nov 13 20:36:33 2000 +0000

description:
Pullup 1.37 [mycroft]:
Make SHMSEG much larger to accomodate GNOME and imlib.
It's limited by SHMMAXPGS anyway.

diffstat:

 sys/conf/param.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 744c6a2f3ac3 -r 89463061515e sys/conf/param.c
--- a/sys/conf/param.c  Mon Nov 13 20:32:32 2000 +0000
+++ b/sys/conf/param.c  Mon Nov 13 20:36:33 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: param.c,v 1.35 2000/04/15 16:49:35 simonb Exp $        */
+/*     $NetBSD: param.c,v 1.35.4.1 2000/11/13 20:36:33 tv Exp $        */
 
 /*
  * Copyright (c) 1980, 1986, 1989 Regents of the University of California.
@@ -131,7 +131,7 @@
 #define        SHMMAX  SHMMAXPGS       /* shminit() performs a `*= NBPG' */
 #define        SHMMIN  1
 #define        SHMMNI  128                     /* <= SHMMMNI in shm.h */
-#define        SHMSEG  32
+#define        SHMSEG  128
 #define        SHMALL  SHMMAXPGS
 
 struct shminfo shminfo = {



Home | Main Index | Thread Index | Old Index