FreeBSD Bugzilla – Attachment 9900 Details for
Bug 20080
SysV IPC kernel parameters are not documented
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.23 KB, created by
Michael Robinson
on 2000-07-21 05:40:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Michael Robinson
Created:
2000-07-21 05:40:00 UTC
Size:
2.23 KB
patch
obsolete
>--- src/sys/i386/conf/LINT.orig Fri Jul 21 11:45:22 2000 >+++ src/sys/i386/conf/LINT Fri Jul 21 12:28:54 2000 >@@ -2361,6 +2361,54 @@ > options DEBUG_VFS_LOCKS # enable vfs lock debugging > options NPX_DEBUG # enable npx debugging (FPU/math emu) > >+##################################################################### >+# SYSV IPC KERNEL PARAMETERS >+# >+# Maximum number of entries in a semaphore map. >+options SEMMAP=31 >+ >+# Maximum number of System V semaphores that can be used on the system at >+# one time. >+options SEMMNI=11 >+ >+# Total number of semaphores system wide >+options SEMMNS=61 >+ >+# Total number of undo structures in system >+options SEMMNU=31 >+ >+# Maximum number of System V semaphores that can be used by a single process >+# at one time. >+options SEMMSL=61 >+ >+# Maximum number of operations that can be outstanding on a single System V >+# semaphore at one time. >+options SEMOPM=101 >+ >+# Maximum number of undo operations that can be outstanding on a single >+# System V semaphore at one time. >+options SEMUME=11 >+ >+# Maximum number of shared memory pages system wide. >+options SHMALL=1025 >+ >+# Maximum size, in bytes, of a single System V shared memory region. >+options SHMMAX="(SHMMAXPGS*PAGE_SIZE+1)" >+options SHMMAXPGS=1025 >+ >+# Minimum size, in bytes, of a single System V shared memory region. >+options SHMMIN=2 >+ >+# Maximum number of shared memory regions that can be used on the system >+# at one time. >+options SHMMNI=33 >+ >+# Maximum number of System V shared memory regions that can be attached to >+# a single process at one time. >+options SHMSEG=9 >+ >+##################################################################### >+ > # More undocumented options for linting. > # Note that documenting these are not considered an affront. > >@@ -2411,19 +2459,6 @@ > options SCSI_NCR_MYADDR=7 > options SC_DEBUG_LEVEL > options SC_RENDER_DEBUG >-options SEMMAP=31 >-options SEMMNI=11 >-options SEMMNS=61 >-options SEMMNU=31 >-options SEMMSL=61 >-options SEMOPM=101 >-options SEMUME=11 >-options SHMALL=1025 >-options SHMMAX="(SHMMAXPGS*PAGE_SIZE+1)" >-options SHMMAXPGS=1025 >-options SHMMIN=2 >-options SHMMNI=33 >-options SHMSEG=9 > options SHOW_BUSYBUFS # List buffers that prevent root unmount > options SIMPLELOCK_DEBUG > options SI_DEBUG
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 20080
: 9900