Deleted Added
sdiff udiff text old ( 111771 ) new ( 111899 )
full compact
1# $FreeBSD: head/sys/conf/options 111771 2003-03-02 23:01:42Z rwatson $
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
144
145# POSIX kernel options
146_KPOSIX_PRIORITY_SCHEDULING opt_posix.h
147P1003_1B_SEMAPHORES opt_posix.h
148
149#####################################################################
150# SECURITY POLICY PARAMETERS
151

--- 454 unchanged lines hidden ---