View | Details | Raw Unified | Return to bug 20080
Collapse All | Expand All

(-)src/sys/i386/conf/LINT (-13 / +48 lines)
Lines 2361-2366 Link Here
2361
options 	DEBUG_VFS_LOCKS # enable vfs lock debugging
2361
options 	DEBUG_VFS_LOCKS # enable vfs lock debugging
2362
options 	NPX_DEBUG       # enable npx debugging (FPU/math emu)
2362
options 	NPX_DEBUG       # enable npx debugging (FPU/math emu)
2363
2363
2364
#####################################################################
2365
# SYSV IPC KERNEL PARAMETERS
2366
#
2367
# Maximum number of entries in a semaphore map.
2368
options 	SEMMAP=31
2369
2370
# Maximum number of System V semaphores that can be used on the system at
2371
# one time. 
2372
options 	SEMMNI=11
2373
2374
# Total number of semaphores system wide
2375
options 	SEMMNS=61
2376
2377
# Total number of undo structures in system
2378
options 	SEMMNU=31
2379
2380
# Maximum number of System V semaphores that can be used by a single process
2381
# at one time. 
2382
options 	SEMMSL=61
2383
2384
# Maximum number of operations that can be outstanding on a single System V
2385
# semaphore at one time. 
2386
options 	SEMOPM=101
2387
2388
# Maximum number of undo operations that can be outstanding on a single
2389
# System V semaphore at one time. 
2390
options 	SEMUME=11
2391
2392
# Maximum number of shared memory pages system wide.
2393
options 	SHMALL=1025
2394
2395
# Maximum size, in bytes, of a single System V shared memory region. 
2396
options 	SHMMAX="(SHMMAXPGS*PAGE_SIZE+1)"
2397
options 	SHMMAXPGS=1025
2398
2399
# Minimum size, in bytes, of a single System V shared memory region. 
2400
options 	SHMMIN=2
2401
2402
# Maximum number of shared memory regions that can be used on the system
2403
# at one time. 
2404
options 	SHMMNI=33
2405
2406
# Maximum number of System V shared memory regions that can be attached to
2407
# a single process at one time. 
2408
options 	SHMSEG=9
2409
2410
#####################################################################
2411
2364
# More undocumented options for linting.
2412
# More undocumented options for linting.
2365
# Note that documenting these are not considered an affront.
2413
# Note that documenting these are not considered an affront.
2366
2414
Lines 2411-2429 Link Here
2411
options 	SCSI_NCR_MYADDR=7
2459
options 	SCSI_NCR_MYADDR=7
2412
options 	SC_DEBUG_LEVEL
2460
options 	SC_DEBUG_LEVEL
2413
options 	SC_RENDER_DEBUG
2461
options 	SC_RENDER_DEBUG
2414
options 	SEMMAP=31
2415
options 	SEMMNI=11
2416
options 	SEMMNS=61
2417
options 	SEMMNU=31
2418
options 	SEMMSL=61
2419
options 	SEMOPM=101
2420
options 	SEMUME=11
2421
options 	SHMALL=1025
2422
options 	SHMMAX="(SHMMAXPGS*PAGE_SIZE+1)"
2423
options 	SHMMAXPGS=1025
2424
options 	SHMMIN=2
2425
options 	SHMMNI=33
2426
options 	SHMSEG=9
2427
options 	SHOW_BUSYBUFS	# List buffers that prevent root unmount
2462
options 	SHOW_BUSYBUFS	# List buffers that prevent root unmount
2428
options 	SIMPLELOCK_DEBUG
2463
options 	SIMPLELOCK_DEBUG
2429
options 	SI_DEBUG
2464
options 	SI_DEBUG

Return to bug 20080