Source-Changes-HG archive

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

[src/trunk]: src/sys/conf Add more missing fs's



details:   https://anonhg.NetBSD.org/src/rev/198af22732a9
branches:  trunk
changeset: 452047:198af22732a9
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Jun 17 03:34:01 2019 +0000

description:
Add more missing fs's

diffstat:

 sys/conf/filesystems.config |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (26 lines):

diff -r 6af15be7c029 -r 198af22732a9 sys/conf/filesystems.config
--- a/sys/conf/filesystems.config       Mon Jun 17 03:32:58 2019 +0000
+++ b/sys/conf/filesystems.config       Mon Jun 17 03:34:01 2019 +0000
@@ -1,9 +1,10 @@
-# $NetBSD: filesystems.config,v 1.11 2019/05/21 16:56:10 sevan Exp $
+# $NetBSD: filesystems.config,v 1.12 2019/06/17 03:34:01 christos Exp $
 #file-system   ADOSFS          # AmigaDOS-compatible file system
 #options       APPLE_UFS       # Apple UFS support in FFS
 #file-system   AUTOFS          # Automounter Filesystem
 #pseudo-device autofs          # experimental - AUTOFS
 file-system    CD9660          # ISO 9660 + Rock Ridge file system
+file-system    CHFS            # Chip File System
 file-system    CODA            # Coda File System; also needs vcoda (below)
 pseudo-device  vcoda           # coda minicache <-> venus comm.
 file-system    EFS             # Silicon Graphics Extent File System
@@ -27,8 +28,10 @@
 pseudo-device  putter          # for puffs and pud
 file-system    SMBFS           # experimental - CIFS; also needs nsmb (below)
 pseudo-device  nsmb            # experimental - SMB requester
+#file-system   SYSVBFS         # sysvfs
 file-system    TMPFS           # Efficient memory file-system
 #file-system   UDF             # experimental - OSTA UDF CD/DVD file-system
 file-system    UMAPFS          # NULLFS + uid and gid remapping
 file-system    UNION           # union file system
 #file-system   V7FS            # 7th Edition(V7) File System
+#file-system   ZFS             # Solaris ZFS



Home | Main Index | Thread Index | Old Index