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 kernfs



details:   https://anonhg.NetBSD.org/src/rev/de018279c8ab
branches:  trunk
changeset: 753518:de018279c8ab
user:      pooka <pooka%NetBSD.org@localhost>
date:      Wed Mar 31 14:18:33 2010 +0000

description:
support kernfs

diffstat:

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

diffs (36 lines):

diff -r e265c840dc1c -r de018279c8ab sys/rump/fs/Makefile.rumpfs
--- a/sys/rump/fs/Makefile.rumpfs       Wed Mar 31 14:12:55 2010 +0000
+++ b/sys/rump/fs/Makefile.rumpfs       Wed Mar 31 14:18:33 2010 +0000
@@ -1,7 +1,7 @@
-#      $NetBSD: Makefile.rumpfs,v 1.22 2010/03/31 14:12:33 pooka Exp $
+#      $NetBSD: Makefile.rumpfs,v 1.23 2010/03/31 14:18:33 pooka Exp $
 #
 
-RUMPFSLIST=    cd9660 efs ext2fs fdesc ffs hfs lfs mfs msdos           \
+RUMPFSLIST=    cd9660 efs ext2fs fdesc ffs hfs kernfs lfs mfs msdos    \
                nfs nilfs ntfs nullfs smbfs syspuffs sysvbfs tmpfs udf  \
                umapfs union
 
diff -r e265c840dc1c -r de018279c8ab sys/rump/fs/lib/libkernfs/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/rump/fs/lib/libkernfs/Makefile        Wed Mar 31 14:18:33 2010 +0000
@@ -0,0 +1,11 @@
+#      $NetBSD: Makefile,v 1.1 2010/03/31 14:18:33 pooka Exp $
+#
+
+.PATH:  ${.CURDIR}/../../../../miscfs/kernfs
+
+LIB=   rumpfs_kernfs
+
+SRCS=  kernfs_subr.c kernfs_vfsops.c kernfs_vnops.c
+
+.include <bsd.lib.mk>
+.include <bsd.klinks.mk>
diff -r e265c840dc1c -r de018279c8ab sys/rump/fs/lib/libkernfs/shlib_version
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/rump/fs/lib/libkernfs/shlib_version   Wed Mar 31 14:18:33 2010 +0000
@@ -0,0 +1,4 @@
+#      $NetBSD: shlib_version,v 1.1 2010/03/31 14:18:33 pooka Exp $
+#
+major=0
+minor=0



Home | Main Index | Thread Index | Old Index