options (cc5934f5afcc7d243b43ff83f093676556c2488d) | options (4103b7652d1c438d04b360d0c81bae619b1b8259) |
---|---|
1# $FreeBSD$ 2# 3# On the handling of kernel options 4# 5# All kernel options should be listed in NOTES, with suitable 6# descriptions. Negative options (options that make some code not 7# compile) should be commented out; LINT (generated from NOTES) should 8# compile as much code as possible. Try to structure option-using --- 139 unchanged lines hidden (view full) --- 148SHMMAX opt_sysvipc.h 149SHMMAXPGS opt_sysvipc.h 150SHMMIN opt_sysvipc.h 151SHMMNI opt_sysvipc.h 152SHMSEG opt_sysvipc.h 153SYSVMSG opt_sysvipc.h 154SYSVSEM opt_sysvipc.h 155SYSVSHM opt_sysvipc.h | 1# $FreeBSD$ 2# 3# On the handling of kernel options 4# 5# All kernel options should be listed in NOTES, with suitable 6# descriptions. Negative options (options that make some code not 7# compile) should be commented out; LINT (generated from NOTES) should 8# compile as much code as possible. Try to structure option-using --- 139 unchanged lines hidden (view full) --- 148SHMMAX opt_sysvipc.h 149SHMMAXPGS opt_sysvipc.h 150SHMMIN opt_sysvipc.h 151SHMMNI opt_sysvipc.h 152SHMSEG opt_sysvipc.h 153SYSVMSG opt_sysvipc.h 154SYSVSEM opt_sysvipc.h 155SYSVSHM opt_sysvipc.h |
156SW_WATCHDOG opt_watchdog.h |
|
156TTYHOG opt_tty.h 157VFS_AIO | 157TTYHOG opt_tty.h 158VFS_AIO |
158WATCHDOG opt_watchdog.h | |
159WLCACHE opt_wavelan.h 160WLDEBUG opt_wavelan.h 161 162# POSIX kernel options 163P1003_1B_SEMAPHORES opt_posix.h 164_KPOSIX_PRIORITY_SCHEDULING opt_posix.h 165 166# Do we want the config file compiled into the kernel? --- 505 unchanged lines hidden --- | 159WLCACHE opt_wavelan.h 160WLDEBUG opt_wavelan.h 161 162# POSIX kernel options 163P1003_1B_SEMAPHORES opt_posix.h 164_KPOSIX_PRIORITY_SCHEDULING opt_posix.h 165 166# Do we want the config file compiled into the kernel? --- 505 unchanged lines hidden --- |