summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2007-06-16 01:56:05 +0000
committerdelphij <delphij@FreeBSD.org>2007-06-16 01:56:05 +0000
commitef518e41228820c3b563c3410ba24e2306159558 (patch)
tree6c2d241633f67fcfc925a167771603e0699018e4 /sys/conf
parent798d1edddef3b9f1fe720c2cf922868cba0a702b (diff)
downloadFreeBSD-src-ef518e41228820c3b563c3410ba24e2306159558.zip
FreeBSD-src-ef518e41228820c3b563c3410ba24e2306159558.tar.gz
MFp4: Add tmpfs, an efficient memory file system.
Please note that, this is currently considered as an experimental feature so there could be some rough edges. Consult http://wiki.freebsd.org/TMPFS for more information. For now, connect tmpfs to build on i386 and amd64 architectures only. Please let us know if you have success with other platforms. This work was developed by Julio M. Merino Vidal for NetBSD as a SoC project; Rohit Jalan ported it from NetBSD to FreeBSD. Howard Su and Glen Leeder are worked on it to continue this effort. Obtained from: NetBSD via p4 Submitted by: Howard Su (with some minor changes) Approved by: re (kensmith)
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files5
-rw-r--r--sys/conf/options1
2 files changed, 6 insertions, 0 deletions
diff --git a/sys/conf/files b/sys/conf/files
index d92b22a..a5fafa5 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -1205,6 +1205,11 @@ fs/umapfs/umap_vnops.c optional umapfs
fs/unionfs/union_subr.c optional unionfs
fs/unionfs/union_vfsops.c optional unionfs
fs/unionfs/union_vnops.c optional unionfs
+fs/tmpfs/tmpfs_vnops.c optional tmpfs
+fs/tmpfs/tmpfs_fifoops.c optional tmpfs
+fs/tmpfs/tmpfs_vfsops.c optional tmpfs
+fs/tmpfs/tmpfs_subr.c optional tmpfs
+fs/tmpfs/tmpfs_uma.c optional tmpfs
gdb/gdb_cons.c optional gdb
gdb/gdb_main.c optional gdb
gdb/gdb_packet.c optional gdb
diff --git a/sys/conf/options b/sys/conf/options
index 21e658b..d225037 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -196,6 +196,7 @@ PROCFS opt_dontuse.h
PSEUDOFS opt_dontuse.h
REISERFS opt_dontuse.h
SMBFS opt_dontuse.h
+TMPFS opt_dontuse.h
UDF opt_dontuse.h
UMAPFS opt_dontuse.h
UNIONFS opt_dontuse.h
OpenPOWER on IntegriCloud