aboutsummaryrefslogtreecommitdiff
path: root/Filesystems
diff options
context:
space:
mode:
authorGravatar Miklos Szeredi <miklos@szeredi.hu>2004-02-10 13:16:35 +0000
committerGravatar Miklos Szeredi <miklos@szeredi.hu>2004-02-10 13:16:35 +0000
commit26b5dfc5b13fd4ee390b27860e8d63edc3b0197a (patch)
tree14a0203cee3254c16d25bb5ce9bcb2cf6f6458e0 /Filesystems
parent3f619aaf49e88c38952c818c2bd3476fb7bbf132 (diff)
*** empty log message ***
Diffstat (limited to 'Filesystems')
-rw-r--r--Filesystems26
1 files changed, 26 insertions, 0 deletions
diff --git a/Filesystems b/Filesystems
index d61d305..af9cb1f 100644
--- a/Filesystems
+++ b/Filesystems
@@ -103,3 +103,29 @@ Description:
linux apps.
==============================================================================
+Name: C# bindings
+
+Author: Valient Gough <vgough at pobox com>
+
+Homepage: http://pobox.com/~vgough/fuse-csharp.html
+
+Description:
+
+ It allows you to write a Linux filesystem in C#. It uses the FUSE
+ library to do the actual Linux filesystem integration, and adds an
+ interface to the Mono runtime.
+
+==============================================================================
+Name: LUFS bridge (alpha)
+
+Author: Miklos Szeredi <mszeredi at inf bme hu >
+
+Homepage: http://sourceforge.net/project/showfiles.php?group_id=21636&package_id=109154
+
+Description:
+
+ This is a modified LUFS daemon, which uses the FUSE kernel module. It
+ is binary compatible with existing LUFS filesystems, so no
+ recompilation is needed.
+
+==============================================================================