summaryrefslogtreecommitdiffstats
path: root/sys/modules/tmpfs
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/modules/tmpfs
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/modules/tmpfs')
-rw-r--r--sys/modules/tmpfs/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/sys/modules/tmpfs/Makefile b/sys/modules/tmpfs/Makefile
new file mode 100644
index 0000000..84feb88
--- /dev/null
+++ b/sys/modules/tmpfs/Makefile
@@ -0,0 +1,10 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../fs/tmpfs
+
+KMOD= tmpfs
+SRCS= vnode_if.h \
+ tmpfs_vnops.c tmpfs_fifoops.c tmpfs_vfsops.c tmpfs_subr.c \
+ tmpfs_uma.c
+
+.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud