Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/i386/conf While the GENERIC/MONOLITHIC/MODULAR issu...
details: https://anonhg.NetBSD.org/src/rev/fcad08edaa54
branches: trunk
changeset: 768147:fcad08edaa54
user: jakllsch <jakllsch%NetBSD.org@localhost>
date: Tue Aug 09 14:18:17 2011 +0000
description:
While the GENERIC/MONOLITHIC/MODULAR issue remains to be sorted out,
MONOLITHIC is still a part of the release build and needs to remain
config(1)urable.
diffstat:
sys/arch/i386/conf/MONOLITHIC | 65 +-----------------------------------------
1 files changed, 2 insertions(+), 63 deletions(-)
diffs (74 lines):
diff -r 09ae4f81e53c -r fcad08edaa54 sys/arch/i386/conf/MONOLITHIC
--- a/sys/arch/i386/conf/MONOLITHIC Tue Aug 09 13:48:55 2011 +0000
+++ b/sys/arch/i386/conf/MONOLITHIC Tue Aug 09 14:18:17 2011 +0000
@@ -1,68 +1,7 @@
-# $NetBSD: MONOLITHIC,v 1.15 2011/03/06 17:08:26 bouyer Exp $
+# $NetBSD: MONOLITHIC,v 1.16 2011/08/09 14:18:17 jakllsch Exp $
#
-# Non MODULAR, used mostly as a reference as to what we modularized.
+# Non MODULAR
#
include "arch/i386/conf/GENERIC"
no options MODULAR
-
-options EXEC_AOUT # exec a.out binaries
-options EXEC_ELF32 # exec ELF binaries
-options EXEC_SCRIPT # exec #! scripts
-options COREDUMP
-
-options P1003_1B_SEMAPHORE # p1003.1b semaphore support
-options AIO # POSIX asynchronous I/O, built as a module
-options MQUEUE # POSIX messsage queues, built as a module
-
-options COMPAT_OSSAUDIO # OSS (Voxware) audio driver compatibility
-options COMPAT_SVR4 # binary compatibility with SVR4
-options COMPAT_IBCS2 # binary compatibility with SCO and ISC
-options COMPAT_LINUX # binary compatibility with Linux
-options COMPAT_FREEBSD # binary compatibility with FreeBSD
-
-#file-system FFS # UFS
-#file-system NFS # Network File System client
-# File systems
-file-system EXT2FS # second extended file system (linux)
-file-system LFS # log-structured file system
-file-system MFS # memory file system
-file-system NTFS # Windows/NT file system (experimental)
-file-system CD9660 # ISO 9660 + Rock Ridge file system
-file-system MSDOSFS # MS-DOS file system
-file-system FDESC # /dev/fd
-file-system KERNFS # /kern
-file-system NULLFS # loopback file system
-file-system OVERLAY # overlay file system
-file-system PROCFS # /proc
-file-system UMAPFS # NULLFS + uid and gid remapping
-file-system UNION # union file system
-file-system CODA # Coda File System; also needs vcoda (below)
-file-system SMBFS # experimental - CIFS; also needs nsmb (below)
-file-system PTYFS # /dev/ptm support
-file-system TMPFS # Efficient memory file-system
-file-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs)
-
-options QUOTA # legacy UFS quotas
-options QUOTA2 # new, in-filesystem UFS quotas
-
-options NFSSERVER
-
-options PPP_BSDCOMP # BSD-Compress compression support for PPP
-options PPP_DEFLATE # Deflate compression support for PPP
-
-# NPF
-#pseudo-device npf
-
-pseudo-device accf_data # "dataready" accept filter
-pseudo-device accf_http # "httpready" accept filter
-
-pseudo-device vcoda 4 # coda minicache <-> venus comm.
-
-pseudo-device nsmb # experimental - SMB requester
-
-pseudo-device putter # for puffs and pud
-
-pseudo-device pad # pseudo audio device driver
-
-pseudo-device dm # device-mapper device driver
Home |
Main Index |
Thread Index |
Old Index