Source-Changes-HG archive

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

[src/trunk]: src/sys/rump/fs support mfs



details:   https://anonhg.NetBSD.org/src/rev/f0ea3f6d6946
branches:  trunk
changeset: 752857:f0ea3f6d6946
user:      pooka <pooka%NetBSD.org@localhost>
date:      Mon Mar 08 12:29:01 2010 +0000

description:
support mfs

diffstat:

 sys/rump/fs/Makefile.rumpfs          |   4 ++--
 sys/rump/fs/lib/libmfs/Makefile      |  11 +++++++++++
 sys/rump/fs/lib/libmfs/shlib_version |   4 ++++
 3 files changed, 17 insertions(+), 2 deletions(-)

diffs (37 lines):

diff -r 726e867162c6 -r f0ea3f6d6946 sys/rump/fs/Makefile.rumpfs
--- a/sys/rump/fs/Makefile.rumpfs       Mon Mar 08 12:17:45 2010 +0000
+++ b/sys/rump/fs/Makefile.rumpfs       Mon Mar 08 12:29:01 2010 +0000
@@ -1,8 +1,8 @@
-#      $NetBSD: Makefile.rumpfs,v 1.16 2009/09/04 17:21:34 pooka Exp $
+#      $NetBSD: Makefile.rumpfs,v 1.17 2010/03/08 12:29:01 pooka Exp $
 #
 
 RUMPFSLIST=    cd9660 efs ext2fs fdesc ffs hfs lfs msdos nfs nilfs ntfs
-RUMPFSLIST+=   smbfs syspuffs sysvbfs tmpfs udf
+RUMPFSLIST+=   mfs smbfs syspuffs sysvbfs tmpfs udf
 
 .for var in ${RUMPFSLIST}
 RUMPFSLIBS+=lib${var}
diff -r 726e867162c6 -r f0ea3f6d6946 sys/rump/fs/lib/libmfs/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/rump/fs/lib/libmfs/Makefile   Mon Mar 08 12:29:01 2010 +0000
@@ -0,0 +1,11 @@
+#      $NetBSD: Makefile,v 1.1 2010/03/08 12:29:01 pooka Exp $
+#
+
+.PATH:  ${.CURDIR}/../../../../ufs/mfs
+
+LIB=   rumpfs_mfs
+
+SRCS=  mfs_vfsops.c mfs_vnops.c
+
+.include <bsd.lib.mk>
+.include <bsd.klinks.mk>
diff -r 726e867162c6 -r f0ea3f6d6946 sys/rump/fs/lib/libmfs/shlib_version
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/rump/fs/lib/libmfs/shlib_version      Mon Mar 08 12:29:01 2010 +0000
@@ -0,0 +1,4 @@
+#      $NetBSD: shlib_version,v 1.1 2010/03/08 12:29:01 pooka Exp $
+#
+major=0
+minor=0



Home | Main Index | Thread Index | Old Index