Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/conf sync with GENERIC 1.410. mention pkgsrc/...



details:   https://anonhg.NetBSD.org/src/rev/05820afb25d5
branches:  trunk
changeset: 512682:05820afb25d5
user:      itojun <itojun%NetBSD.org@localhost>
date:      Fri Jul 13 23:00:32 2001 +0000

description:
sync with GENERIC 1.410.  mention pkgsrc/sysutils/lambd.

diffstat:

 sys/arch/i386/conf/LAMB |  9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diffs (30 lines):

diff -r 0e990d52c2e6 -r 05820afb25d5 sys/arch/i386/conf/LAMB
--- a/sys/arch/i386/conf/LAMB   Fri Jul 13 22:27:02 2001 +0000
+++ b/sys/arch/i386/conf/LAMB   Fri Jul 13 23:00:32 2001 +0000
@@ -1,12 +1,13 @@
-#      $NetBSD: LAMB,v 1.7 2001/07/08 16:32:18 abs Exp $
+#      $NetBSD: LAMB,v 1.8 2001/07/13 23:00:32 itojun Exp $
 #
 #      LAMB -- for "LAMB" router, http://www.wildlab.com/
+#      Be sure to check pkgsrc/sysutils/lambd as well.
 #
 
 include "arch/i386/conf/std.i386"
 
 # based on:
-#ident                 "GENERIC-Revision: 1.405"
+#ident                 "GENERIC-Revision: 1.410"
 
 maxusers       32              # estimated number of users
 
@@ -53,6 +54,10 @@
 
 options        SYSVMSG         # System V-like message queues
 options        SYSVSEM         # System V-like semaphores
+#options       SEMMNI=10       # number of semaphore identifiers
+#options       SEMMNS=60       # number of semaphores in system
+#options       SEMUME=10       # max number of undo entries per process
+#options       SEMMNU=30       # number of undo structures in system
 options        SYSVSHM         # System V-like memory sharing
 #options       SHMMAXPGS=1024  # 1024 pages is the default
 



Home | Main Index | Thread Index | Old Index