Deleted Added
full compact
options (37222) options (37272)
1# $Id: options,v 1.77 1998/06/07 17:09:26 dfr Exp $
1# $Id: options,v 1.78 1998/06/28 01:03:13 dfr Exp $
2#
3# On the handling of kernel options
4#
5# All kernel options should be listed in LINT, with suitable
6# descriptions. Negative options (options that make some code not
7# compile) should be commented out; LINT should compile as much code
8# as possible. Try to structure option-using code so that a single
9# option only switch code on, or only switch code off, to make it

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

98SOFTUPDATES opt_ffs.h
99
100# The above static dependencies are planned removed, with a
101# <filesystem>_ROOT option to control if it usable as root. This list
102# allows these options to be present in config files already (though
103# they won't make any difference yet).
104CD9660_ROOT opt_cd9660.h
105FFS_ROOT opt_ffs.h
2#
3# On the handling of kernel options
4#
5# All kernel options should be listed in LINT, with suitable
6# descriptions. Negative options (options that make some code not
7# compile) should be commented out; LINT should compile as much code
8# as possible. Try to structure option-using code so that a single
9# option only switch code on, or only switch code off, to make it

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

98SOFTUPDATES opt_ffs.h
99
100# The above static dependencies are planned removed, with a
101# <filesystem>_ROOT option to control if it usable as root. This list
102# allows these options to be present in config files already (though
103# they won't make any difference yet).
104CD9660_ROOT opt_cd9660.h
105FFS_ROOT opt_ffs.h
106NFS_ROOT opt_nfs.h
106NFS_ROOT opt_nfsroot.h
107
108# Multi-session CD-Rs might require a huge amount of time in order to
109# "settle". If we are about mounting them as the root f/s, we gotta
110# wait a little.
111CD9660_ROOTDELAY opt_cd9660.h
112
113# The union static file system has bogus static dependencies, so it isn't
114# hidden yet.

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

231
232# sys/netkey
233KEY
234KEY_DEBUG opt_key.h
235
236# Size of the kernel message buffer
237MSGBUF_SIZE opt_msgbuf.h
238
107
108# Multi-session CD-Rs might require a huge amount of time in order to
109# "settle". If we are about mounting them as the root f/s, we gotta
110# wait a little.
111CD9660_ROOTDELAY opt_cd9660.h
112
113# The union static file system has bogus static dependencies, so it isn't
114# hidden yet.

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

231
232# sys/netkey
233KEY
234KEY_DEBUG opt_key.h
235
236# Size of the kernel message buffer
237MSGBUF_SIZE opt_msgbuf.h
238
239# NFS options
240NFS_MINATTRTIMO opt_nfs.h
241NFS_MAXATTRTIMO opt_nfs.h
242NFS_MINDIRATTRTIMO opt_nfs.h
243NFS_MAXDIRATTRTIMO opt_nfs.h
244NFS_GATHERDELAY opt_nfs.h
245NFS_UIDHASHSIZ opt_nfs.h
246NFS_WDELAYHASHSIZ opt_nfs.h
247NFS_MUIDHASHSIZ opt_nfs.h
248NFS_NOSERVER opt_nfs.h
249NFS_DEBUG opt_nfs.h
250
239# Include tweaks for running under the SimOS machine simulator.
240SIMOS opt_simos.h
251# Include tweaks for running under the SimOS machine simulator.
252SIMOS opt_simos.h