Deleted Added
full compact
options (32358) options (32726)
1# $Id: options,v 1.44 1998/01/09 00:51:51 eivind Exp $
1# $Id: options,v 1.45 1998/01/09 03:20:51 eivind 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
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
11DEVFS_ROOT opt_devfs.h
12SUIDDIR opt_suiddir.h
13KTRACE
12DEVFS_ROOT opt_devfs.h
13SUIDDIR opt_suiddir.h
14KTRACE
15MFS_AUTOLOAD opt_mfs.h
16MFS_ROOT opt_mfs.h
14QUOTA
15SYSVMSG opt_sysvipc.h
16SYSVSEM opt_sysvipc.h
17SYSVSHM opt_sysvipc.h
18UCONSOLE
19COMPAT_43 opt_compat.h
20COMPAT_SUNOS opt_compat.h
21

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

31KERNFS opt_dontuse.h
32MFS opt_dontuse.h
33MSDOSFS opt_dontuse.h
34NULLFS opt_dontuse.h
35PORTAL opt_dontuse.h
36PROCFS opt_dontuse.h
37UMAPFS opt_dontuse.h
38
17QUOTA
18SYSVMSG opt_sysvipc.h
19SYSVSEM opt_sysvipc.h
20SYSVSHM opt_sysvipc.h
21UCONSOLE
22COMPAT_43 opt_compat.h
23COMPAT_SUNOS opt_compat.h
24

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

34KERNFS opt_dontuse.h
35MFS opt_dontuse.h
36MSDOSFS opt_dontuse.h
37NULLFS opt_dontuse.h
38PORTAL opt_dontuse.h
39PROCFS opt_dontuse.h
40UMAPFS opt_dontuse.h
41
39# The cd9660 static filesystem has one slightly bogus static dependency
40# in sys/i386/i386/autoconf.c. If this filesystem is statically
41# compiled into the kernel, code for mounting a CD-ROM root filesystem
42# will be enabled. This is purposely unavailable for the LKM-based
43# version.
42# These static filesystems has one slightly bogus static dependency in
43# sys/i386/i386/autoconf.c. If any of these filesystems are
44# statically compiled into the kernel, code for mounting them as root
45# filesystems will be enabled - but look below. Boot-code is purposely
46# unavailable for the LKM-based versions.
44CD9660
47CD9660
48FFS
49LFS
50NFS
45
51
46# In particular multi-session CD-Rs might require a huge amount of
47# time in order to "settle". If we are about mounting them as the
48# root f/s, we gotta wait a little.
52# The above static dependencies are planned removed, with a
53# <filesystem>_ROOT option to control if it usable as root. This list
54# allows these options to be present in config files already (though
55# they won't make any difference yet).
56CD9660_ROOT opt_cd9660.h
57FFS_ROOT opt_ffs.h
58LFS_ROOT opt_lfs.h
59NFS_ROOT opt_nfs.h
60
61# Multi-session CD-Rs might require a huge amount of time in order to
62# "settle". If we are about mounting them as the root f/s, we gotta
63# wait a little.
49CD9660_ROOTDELAY opt_cd9660.h
50
51# The union static file system has bogus static dependencies, so it isn't
52# hidden yet.
53UNION
54
55# Options used only in param.c.
56EXTRAVNODES opt_defunct.h

--- 65 unchanged lines hidden ---
64CD9660_ROOTDELAY opt_cd9660.h
65
66# The union static file system has bogus static dependencies, so it isn't
67# hidden yet.
68UNION
69
70# Options used only in param.c.
71EXTRAVNODES opt_defunct.h

--- 65 unchanged lines hidden ---