Source-Changes-HG archive

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

[src/trunk]: src/sys/arch use conf/filesystems.config, fix missing PTYFS



details:   https://anonhg.NetBSD.org/src/rev/bcaaaef04df8
branches:  trunk
changeset: 1008954:bcaaaef04df8
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Mon Apr 06 19:28:21 2020 +0000

description:
use conf/filesystems.config, fix missing PTYFS

diffstat:

 sys/arch/amd64/conf/XEN3_PVHVM   |  20 +++-----------------
 sys/arch/i386/conf/XEN3PAE_PVHVM |  18 ++----------------
 2 files changed, 5 insertions(+), 33 deletions(-)

diffs (73 lines):

diff -r b46ce4bcf3e5 -r bcaaaef04df8 sys/arch/amd64/conf/XEN3_PVHVM
--- a/sys/arch/amd64/conf/XEN3_PVHVM    Mon Apr 06 19:26:00 2020 +0000
+++ b/sys/arch/amd64/conf/XEN3_PVHVM    Mon Apr 06 19:28:21 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_PVHVM,v 1.2 2019/08/21 12:16:07 maxv Exp $
+# $NetBSD: XEN3_PVHVM,v 1.3 2020/04/06 19:28:21 bouyer Exp $
 
 include        "arch/amd64/conf/std.xen"
 
@@ -12,7 +12,7 @@
 #options       UVMHIST_PRINT
 #options       SYSCALL_DEBUG
 
-#ident         "XEN3_PVHVM-$Revision: 1.2 $"
+#ident         "XEN3_PVHVM-$Revision: 1.3 $"
 
 maxusers       32              # estimated number of users
 options        MAXPHYS=32768   #xbd doesn't handle 64k transfers
@@ -72,21 +72,7 @@
 #options       DKWEDGE_METHOD_RDB      # Support RDB partitions as wedges
 
 # File systems
-file-system    FFS             # UFS
-file-system    EXT2FS          # second extended file system (linux)
-file-system    LFS             # log-structured file system
-file-system    MFS             # memory file system
-file-system    NFS             # Network File System client
-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
+include "conf/filesystems.config"
 
 # File system options
 options        QUOTA           # legacy UFS quotas
diff -r b46ce4bcf3e5 -r bcaaaef04df8 sys/arch/i386/conf/XEN3PAE_PVHVM
--- a/sys/arch/i386/conf/XEN3PAE_PVHVM  Mon Apr 06 19:26:00 2020 +0000
+++ b/sys/arch/i386/conf/XEN3PAE_PVHVM  Mon Apr 06 19:28:21 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3PAE_PVHVM,v 1.2 2019/08/21 12:16:07 maxv Exp $
+# $NetBSD: XEN3PAE_PVHVM,v 1.3 2020/04/06 19:28:21 bouyer Exp $
 
 include        "arch/xen/conf/std.xen"
 
@@ -70,21 +70,7 @@
 #options       DKWEDGE_METHOD_RDB      # Support RDB partitions as wedges
 
 # File systems
-file-system    FFS             # UFS
-file-system    EXT2FS          # second extended file system (linux)
-file-system    LFS             # log-structured file system
-file-system    MFS             # memory file system
-file-system    NFS             # Network File System client
-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
+include "conf/filesystems.config"
 
 # File system options
 options        QUOTA           # legacy UFS quotas



Home | Main Index | Thread Index | Old Index