Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/ia64/conf Add some file system options present in G...



details:   https://anonhg.NetBSD.org/src/rev/63ddf3459332
branches:  trunk
changeset: 368640:63ddf3459332
user:      simonb <simonb%NetBSD.org@localhost>
date:      Sat Jul 23 11:49:58 2022 +0000

description:
Add some file system options present in GENERIC kernels.

diffstat:

 sys/arch/ia64/conf/GENERIC     |  16 ++++++++++++++--
 sys/arch/ia64/conf/GENERIC.SKI |  17 +++++++++++++++--
 2 files changed, 29 insertions(+), 4 deletions(-)

diffs (75 lines):

diff -r a8bbfbb7f0f6 -r 63ddf3459332 sys/arch/ia64/conf/GENERIC
--- a/sys/arch/ia64/conf/GENERIC        Sat Jul 23 08:45:03 2022 +0000
+++ b/sys/arch/ia64/conf/GENERIC        Sat Jul 23 11:49:58 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.9 2017/04/07 17:07:09 scole Exp $
+# $NetBSD: GENERIC,v 1.10 2022/07/23 11:49:58 simonb Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.9 $"
+#ident                 "GENERIC-$Revision: 1.10 $"
 
 maxusers       32              # estimated number of users
 
@@ -77,6 +77,18 @@
 #file-system   PROCFS          # /proc
 file-system    TMPFS           # Efficient memory file-system
 
+# File system options
+options        QUOTA           # legacy UFS quotas
+options        QUOTA2          # new, in-filesystem UFS quotas
+#options       FFS_EI          # FFS Endian Independent support
+options        WAPBL           # File system journaling support
+options        NFSSERVER       # Network File System server
+#options       FFS_NO_SNAPSHOT # No FFS snapshot support
+#options       UFS_DIRHASH     # UFS Large Directory Hashing
+options        UFS_EXTATTR     # Extended attribute support for UFS1
+#options       EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
+                               # immutable) behave as system flags.
+
 # These options enable verbose messages for several subsystems.
 # Warning, these may compile large string tables into the kernel!
 options        ACPIVERBOSE     # verbose ACPI device autoconfig messages
diff -r a8bbfbb7f0f6 -r 63ddf3459332 sys/arch/ia64/conf/GENERIC.SKI
--- a/sys/arch/ia64/conf/GENERIC.SKI    Sat Jul 23 08:45:03 2022 +0000
+++ b/sys/arch/ia64/conf/GENERIC.SKI    Sat Jul 23 11:49:58 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC.SKI,v 1.18 2020/09/27 13:48:52 roy Exp $
+# $NetBSD: GENERIC.SKI,v 1.19 2022/07/23 11:49:58 simonb Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.18 $"
+#ident                 "GENERIC-$Revision: 1.19 $"
 
 maxusers       32              # estimated number of users
 
@@ -74,6 +74,19 @@
 file-system    NULLFS          # loopback file system
 #file-system   OVERLAY         # overlay file system
 #file-system   PROCFS          # /proc
+file-system    TMPFS           # Efficient memory file-system
+
+# File system options
+options        QUOTA           # legacy UFS quotas
+options        QUOTA2          # new, in-filesystem UFS quotas
+#options       FFS_EI          # FFS Endian Independent support
+options        WAPBL           # File system journaling support
+options        NFSSERVER       # Network File System server
+#options       FFS_NO_SNAPSHOT # No FFS snapshot support
+#options       UFS_DIRHASH     # UFS Large Directory Hashing
+options        UFS_EXTATTR     # Extended attribute support for UFS1
+#options       EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
+                               # immutable) behave as system flags.
 
 #options       GATEWAY         # packet forwarding
 options        INET            # IP + ICMP + TCP + UDP



Home | Main Index | Thread Index | Old Index