Source-Changes-HG archive

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

[src/trunk]: src/sys/conf include for configs which includes all file-systems...



details:   https://anonhg.NetBSD.org/src/rev/e4c04b44815e
branches:  trunk
changeset: 332376:e4c04b44815e
user:      matt <matt%NetBSD.org@localhost>
date:      Fri Sep 19 09:05:23 2014 +0000

description:
include for configs which includes all file-systems and any dependent
pseudo-devices

diffstat:

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

diffs (32 lines):

diff -r affeee615414 -r e4c04b44815e sys/conf/filesystems.config
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/conf/filesystems.config       Fri Sep 19 09:05:23 2014 +0000
@@ -0,0 +1,28 @@
+# $NetBSD: filesystems.config,v 1.1 2014/09/19 09:05:23 matt Exp $
+file-system    FFS             # UFS
+file-system    MFS             # memory file system
+file-system    NFS             # Network File System client
+file-system    TMPFS           # Efficient memory file-system
+file-system    EXT2FS          # second extended file system (linux)
+file-system    LFS             # log-structured 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    PUFFS           # Userspace file systems (e.g. ntfs-3g & sshfs)
+pseudo-device  putter
+file-system    SMBFS           # experimental - CIFS; also needs nsmb (below)
+pseudo-device  nsmb
+file-system    UMAPFS          # NULLFS + uid and gid remapping
+file-system    UNION           # union file system
+file-system    CODA            # Coda File System; also needs vcoda (below)
+pseudo-device  vcoda
+file-system    PTYFS           # /dev/ptm support
+#file-system   UDF             # experimental - OSTA UDF CD/DVD file-system
+#file-system   HFS             # experimental - Apple HFS+ (read-only)
+#file-system   NILFS           # experimental - NTT's NiLFS(2)
+



Home | Main Index | Thread Index | Old Index