Deleted Added
full compact
options (30966) options (31144)
1# $Id: options,v 1.36 1997/10/18 01:15:32 peter Exp $
1# $Id: options,v 1.37 1997/11/05 20:17:06 joerg Exp $
2
3# Format:
4# Option name filename
5
6# Miscellaneous options.
7BOUNCE_BUFFERS opt_bounce.h
8DDB
9DDB_UNATTENDED opt_ddb.h
10GDB_REMOTE_CHAT opt_ddb.h
11DEVFS_ROOT opt_devfs.h
2
3# Format:
4# Option name filename
5
6# Miscellaneous options.
7BOUNCE_BUFFERS opt_bounce.h
8DDB
9DDB_UNATTENDED opt_ddb.h
10GDB_REMOTE_CHAT opt_ddb.h
11DEVFS_ROOT opt_devfs.h
12SUIDDIR
12KTRACE
13QUOTA
14SYSVMSG opt_sysvipc.h
15SYSVSEM opt_sysvipc.h
16SYSVSHM opt_sysvipc.h
17UCONSOLE
18
19# Do we want the config file compiled into the kernel?
20INCLUDE_CONFIG_FILE opt_config.h
21
22# Options for static file systems. These should only be used at config
23# time, since the corresponding lkms cannot work if there are any static
24# dependencies. Unusability is enforced by hiding the defines for the
25# options in a never-included header.
26FDESC opt_dontuse.h
27KERNFS opt_dontuse.h
28MFS opt_dontuse.h
29NULLFS opt_dontuse.h
30PORTAL opt_dontuse.h
31PROCFS opt_dontuse.h
32UMAPFS opt_dontuse.h
33
34# The cd9660 static filesystem has one slightly bogus static dependency
35# in sys/i386/i386/autoconf.c. If this filesystem is statically
36# compiled into the kernel, code for mounting a CD-ROM root filesystem
37# will be enabled. This is purposely unavailable for the LKM-based
38# version.
39CD9660
40
41# In particular multi-session CD-Rs might require a huge amount of
42# time in order to "settle". If we are about mounting them as the
43# root f/s, we gotta wait a little.
44CD9660_ROOTDELAY opt_cd9660.h
45
46# The union static file system has bogus static dependencies, so it isn't
47# hidden yet.
48UNION
49
50# Options used only in param.c.
51EXTRAVNODES opt_defunct.h
52MSGMNB opt_param.h
53MSGMNI opt_param.h
54MSGSEG opt_param.h
55MSGSSZ opt_param.h
56MSGTQL opt_param.h
57NBUF opt_param.h
58NMBCLUSTERS opt_param.h
59SEMMAP opt_param.h
60SEMMNI opt_param.h
61SEMMNS opt_param.h
62SEMMNU opt_param.h
63SEMMSL opt_param.h
64SEMOPM opt_param.h
65SEMUME opt_param.h
66SHMALL opt_param.h
67SHMMAX opt_param.h
68SHMMAXPGS opt_param.h
69SHMMIN opt_param.h
70SHMMNI opt_param.h
71SHMSEG opt_param.h
72
73# Generic SCSI options.
74SCSIDEBUG opt_scsi.h
75SCSI_DELAY opt_scsi.h
76SCSI_REPORT_GEOMETRY opt_scsi.h
77
78# Options used only in scsi/od.c.
79OD_AUTO_TURNOFF opt_od.h
80OD_BOGUS_NOT_READY opt_od.h
81
82# Options used only in pci/ncr.c
83SCSI_NCR_DEBUG opt_ncr.h
84SCSI_NCR_DFLT_TAGS opt_ncr.h
85SCSI_NCR_MAX_SYNC opt_ncr.h
86SCSI_NCR_MAX_WIDE opt_ncr.h
87SCSI_NCR_MYADDR opt_ncr.h
88
89# Resource limits.
90CHILD_MAX opt_defunct.h
91DFLDSIZ opt_rlimit.h
92MAXDSIZ opt_rlimit.h
93OPEN_MAX opt_defunct.h
94
95# Net stuff.
96ARP_PROXYALL opt_defunct.h
97GATEWAY opt_defunct.h
98MROUTING opt_mrouting.h
99IPDIVERT
100IPFIREWALL opt_ipfw.h
101IPFIREWALL_VERBOSE opt_ipfw.h
102IPFIREWALL_VERBOSE_LIMIT opt_ipfw.h
103IPFIREWALL_DEFAULT_TO_ACCEPT opt_ipfw.h
104PPP_BSDCOMP opt_ppp.h
105PPP_DEFLATE opt_ppp.h
106PPP_FILTER opt_ppp.h
107TCPDEBUG
13KTRACE
14QUOTA
15SYSVMSG opt_sysvipc.h
16SYSVSEM opt_sysvipc.h
17SYSVSHM opt_sysvipc.h
18UCONSOLE
19
20# Do we want the config file compiled into the kernel?
21INCLUDE_CONFIG_FILE opt_config.h
22
23# Options for static file systems. These should only be used at config
24# time, since the corresponding lkms cannot work if there are any static
25# dependencies. Unusability is enforced by hiding the defines for the
26# options in a never-included header.
27FDESC opt_dontuse.h
28KERNFS opt_dontuse.h
29MFS opt_dontuse.h
30NULLFS opt_dontuse.h
31PORTAL opt_dontuse.h
32PROCFS opt_dontuse.h
33UMAPFS opt_dontuse.h
34
35# The cd9660 static filesystem has one slightly bogus static dependency
36# in sys/i386/i386/autoconf.c. If this filesystem is statically
37# compiled into the kernel, code for mounting a CD-ROM root filesystem
38# will be enabled. This is purposely unavailable for the LKM-based
39# version.
40CD9660
41
42# In particular multi-session CD-Rs might require a huge amount of
43# time in order to "settle". If we are about mounting them as the
44# root f/s, we gotta wait a little.
45CD9660_ROOTDELAY opt_cd9660.h
46
47# The union static file system has bogus static dependencies, so it isn't
48# hidden yet.
49UNION
50
51# Options used only in param.c.
52EXTRAVNODES opt_defunct.h
53MSGMNB opt_param.h
54MSGMNI opt_param.h
55MSGSEG opt_param.h
56MSGSSZ opt_param.h
57MSGTQL opt_param.h
58NBUF opt_param.h
59NMBCLUSTERS opt_param.h
60SEMMAP opt_param.h
61SEMMNI opt_param.h
62SEMMNS opt_param.h
63SEMMNU opt_param.h
64SEMMSL opt_param.h
65SEMOPM opt_param.h
66SEMUME opt_param.h
67SHMALL opt_param.h
68SHMMAX opt_param.h
69SHMMAXPGS opt_param.h
70SHMMIN opt_param.h
71SHMMNI opt_param.h
72SHMSEG opt_param.h
73
74# Generic SCSI options.
75SCSIDEBUG opt_scsi.h
76SCSI_DELAY opt_scsi.h
77SCSI_REPORT_GEOMETRY opt_scsi.h
78
79# Options used only in scsi/od.c.
80OD_AUTO_TURNOFF opt_od.h
81OD_BOGUS_NOT_READY opt_od.h
82
83# Options used only in pci/ncr.c
84SCSI_NCR_DEBUG opt_ncr.h
85SCSI_NCR_DFLT_TAGS opt_ncr.h
86SCSI_NCR_MAX_SYNC opt_ncr.h
87SCSI_NCR_MAX_WIDE opt_ncr.h
88SCSI_NCR_MYADDR opt_ncr.h
89
90# Resource limits.
91CHILD_MAX opt_defunct.h
92DFLDSIZ opt_rlimit.h
93MAXDSIZ opt_rlimit.h
94OPEN_MAX opt_defunct.h
95
96# Net stuff.
97ARP_PROXYALL opt_defunct.h
98GATEWAY opt_defunct.h
99MROUTING opt_mrouting.h
100IPDIVERT
101IPFIREWALL opt_ipfw.h
102IPFIREWALL_VERBOSE opt_ipfw.h
103IPFIREWALL_VERBOSE_LIMIT opt_ipfw.h
104IPFIREWALL_DEFAULT_TO_ACCEPT opt_ipfw.h
105PPP_BSDCOMP opt_ppp.h
106PPP_DEFLATE opt_ppp.h
107PPP_FILTER opt_ppp.h
108TCPDEBUG