Deleted Added
sdiff udiff text old ( 111771 ) new ( 111899 )
full compact
1# $FreeBSD: head/sys/conf/options 111899 2003-03-05 08:16:29Z das $
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
9# code so that a single option only switch code on, or only switch

--- 126 unchanged lines hidden (view full) ---

136SHMMNI opt_sysvipc.h
137SHMSEG opt_sysvipc.h
138SYSVMSG opt_sysvipc.h
139SYSVSEM opt_sysvipc.h
140SYSVSHM opt_sysvipc.h
141VFS_AIO
142WLCACHE opt_wavelan.h
143WLDEBUG opt_wavelan.h
144TTYHOG opt_tty.h
145
146# POSIX kernel options
147_KPOSIX_PRIORITY_SCHEDULING opt_posix.h
148P1003_1B_SEMAPHORES opt_posix.h
149
150#####################################################################
151# SECURITY POLICY PARAMETERS
152

--- 454 unchanged lines hidden ---