options (ce43eaeb32839ae1c020f35e235fc0d1c68454f0) options (4275e0d98d4976b415e1054cd936e15af18bc7d1)
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

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

131SYSVMSG opt_sysvipc.h
132SYSVSEM opt_sysvipc.h
133SYSVSHM opt_sysvipc.h
134VFS_AIO
135WLCACHE opt_wavelan.h
136WLDEBUG opt_wavelan.h
137
138# POSIX kernel options
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

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

131SYSVMSG opt_sysvipc.h
132SYSVSEM opt_sysvipc.h
133SYSVSHM opt_sysvipc.h
134VFS_AIO
135WLCACHE opt_wavelan.h
136WLDEBUG opt_wavelan.h
137
138# POSIX kernel options
139P1003_1B opt_posix.h
140_KPOSIX_PRIORITY_SCHEDULING opt_posix.h
141P1003_1B_SEMAPHORES opt_posix.h
142
143#####################################################################
144# SECURITY POLICY PARAMETERS
145
146# Support for Mandatory Access Control (MAC)
147MAC opt_mac.h

--- 442 unchanged lines hidden ---
139_KPOSIX_PRIORITY_SCHEDULING opt_posix.h
140P1003_1B_SEMAPHORES opt_posix.h
141
142#####################################################################
143# SECURITY POLICY PARAMETERS
144
145# Support for Mandatory Access Control (MAC)
146MAC opt_mac.h

--- 442 unchanged lines hidden ---