Module Name: src
Committed By: matt
Date: Wed Feb 1 21:47:17 UTC 2012
Modified Files:
src/sys/arch/evbppc/conf: WALNUT
Log Message:
Add tmpfs
To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 src/sys/arch/evbppc/conf/WALNUT
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/evbppc/conf/WALNUT
diff -u src/sys/arch/evbppc/conf/WALNUT:1.57 src/sys/arch/evbppc/conf/WALNUT:1.58
--- src/sys/arch/evbppc/conf/WALNUT:1.57 Wed Feb 1 10:04:55 2012
+++ src/sys/arch/evbppc/conf/WALNUT Wed Feb 1 21:47:17 2012
@@ -1,4 +1,4 @@
-# $NetBSD: WALNUT,v 1.57 2012/02/01 10:04:55 he Exp $
+# $NetBSD: WALNUT,v 1.58 2012/02/01 21:47:17 matt Exp $
#
# GENERIC -- everything that's currently supported
#
@@ -75,6 +75,7 @@ file-system NULLFS # loopback file sys
file-system OVERLAY # overlay file system
file-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs)
file-system PROCFS # /proc
+file-system TMPFS # efficient memory file system
file-system UMAPFS # NULLFS + uid and gid remapping
file-system UNION # union file system
file-system PTYFS # /dev/pts/N support