Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/amd64/conf Sort the file system options by which fs...
details: https://anonhg.NetBSD.org/src/rev/48536a6af62e
branches: trunk
changeset: 357951:48536a6af62e
user: dholland <dholland%NetBSD.org@localhost>
date: Tue Dec 05 20:32:24 2017 +0000
description:
Sort the file system options by which fs they apply to.
diffstat:
sys/arch/amd64/conf/GENERIC | 15 +++++++++------
1 files changed, 9 insertions(+), 6 deletions(-)
diffs (45 lines):
diff -r f06f2a5ee0d7 -r 48536a6af62e sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC Tue Dec 05 19:17:11 2017 +0000
+++ b/sys/arch/amd64/conf/GENERIC Tue Dec 05 20:32:24 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.471 2017/12/02 13:03:15 maxv Exp $
+# $NetBSD: GENERIC,v 1.472 2017/12/05 20:32:24 dholland Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.471 $"
+#ident "GENERIC-$Revision: 1.472 $"
maxusers 64 # estimated number of users
@@ -164,19 +164,22 @@
#file-system NILFS # experimental - NTT's NiLFS(2)
# File system options
+# ffs
options QUOTA # legacy UFS quotas
options QUOTA2 # new, in-filesystem UFS quotas
-#options DISKLABEL_EI # disklabel Endian Independent support
options FFS_EI # FFS Endian Independent support
options WAPBL # File system journaling support
# Note that UFS_DIRHASH is suspected of causing kernel memory corruption.
# It is not recommended for general use.
#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental
-options NFSSERVER # Network File System server
+#options FFS_NO_SNAPSHOT # No FFS snapshot support
+options UFS_EXTATTR # Extended attribute support for UFS1
+# ext2fs
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
# immutable) behave as system flags.
-#options FFS_NO_SNAPSHOT # No FFS snapshot support
-options UFS_EXTATTR # Extended attribute support for UFS1
+# other
+#options DISKLABEL_EI # disklabel Endian Independent support
+options NFSSERVER # Network File System server
# Networking options
#options GATEWAY # packet forwarding
Home |
Main Index |
Thread Index |
Old Index