Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sun3/conf Sync with GENERIC:



details:   https://anonhg.NetBSD.org/src/rev/4c802d1187d1
branches:  trunk
changeset: 537814:4c802d1187d1
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sun Oct 06 02:31:38 2002 +0000

description:
Sync with GENERIC:
- Add options SYSTRACE
- Add (commented out) options for semaphores

diffstat:

 sys/arch/sun3/conf/GENERIC3X |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r d5c83b58178c -r 4c802d1187d1 sys/arch/sun3/conf/GENERIC3X
--- a/sys/arch/sun3/conf/GENERIC3X      Sun Oct 06 02:11:54 2002 +0000
+++ b/sys/arch/sun3/conf/GENERIC3X      Sun Oct 06 02:31:38 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC3X,v 1.52 2002/09/18 02:44:10 lukem Exp $
+# $NetBSD: GENERIC3X,v 1.53 2002/10/06 02:31:38 tsutsui Exp $
 
 # GENERIC Sun3X (3/80, 3/470)
 # Supports root on: ie0, le0, sd*, ...
@@ -16,8 +16,13 @@
 
 # Standard system options
 options        KTRACE          # system call tracing
+options        SYSTRACE        # system call vetting via systrace(1)
 options        SYSVMSG         # System V message queues
 options        SYSVSEM         # System V 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 shared memory
 #options       SHMMAXPGS=1024  # 1024 pages is the default
 options        LKM             # loadable kernel modules



Home | Main Index | Thread Index | Old Index