Deleted Added
full compact
options (112689) options (112694)
1# $FreeBSD: head/sys/conf/options 112689 2003-03-26 20:18:40Z rwatson $
1# $FreeBSD: head/sys/conf/options 112694 2003-03-26 23:40:42Z tegge $
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

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

103KTRACE
104KTRACE_REQUEST_POOL opt_ktrace.h
105LIBICONV
106MD_ROOT opt_md.h
107MD_ROOT_SIZE opt_md.h
108NDGBPORTS opt_dgb.h
109NTIMECOUNTER opt_ntp.h
110NSWAPDEV opt_swap.h
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

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

103KTRACE
104KTRACE_REQUEST_POOL opt_ktrace.h
105LIBICONV
106MD_ROOT opt_md.h
107MD_ROOT_SIZE opt_md.h
108NDGBPORTS opt_dgb.h
109NTIMECOUNTER opt_ntp.h
110NSWAPDEV opt_swap.h
111NSWBUF_MIN opt_swap.h
111PANIC_REBOOT_WAIT_TIME opt_panic.h
112PPS_SYNC opt_ntp.h
113PUC_FASTINTR opt_puc.h
114QUOTA
115SCHED_4BSD opt_sched.h
116SCHED_ULE opt_sched.h
117SHOW_BUSYBUFS
118SPX_HACK

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

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
112PANIC_REBOOT_WAIT_TIME opt_panic.h
113PPS_SYNC opt_ntp.h
114PUC_FASTINTR opt_puc.h
115QUOTA
116SCHED_4BSD opt_sched.h
117SCHED_ULE opt_sched.h
118SHOW_BUSYBUFS
119SPX_HACK

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

138SHMSEG opt_sysvipc.h
139SYSVMSG opt_sysvipc.h
140SYSVSEM opt_sysvipc.h
141SYSVSHM opt_sysvipc.h
142VFS_AIO
143WLCACHE opt_wavelan.h
144WLDEBUG opt_wavelan.h
145TTYHOG opt_tty.h
146DIRECTIO opt_directio.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

--- 461 unchanged lines hidden ---
147
148# POSIX kernel options
149_KPOSIX_PRIORITY_SCHEDULING opt_posix.h
150P1003_1B_SEMAPHORES opt_posix.h
151
152#####################################################################
153# SECURITY POLICY PARAMETERS
154

--- 461 unchanged lines hidden ---