aboutsummaryrefslogtreecommitdiffstats
path: root/Filesystems
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2005-08-03 10:23:00 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2005-08-03 10:23:00 +0000
commitd449e3745e8a8bd73e88c846b3c5073874d70cb4 (patch)
tree98ffd21e0e255ad9bf325fa6f7534754728eb936 /Filesystems
parentf6e0ec6e2df64ce90e3a52a3e636f3ffb5c38927 (diff)
downloadandroid_external_fuse-d449e3745e8a8bd73e88c846b3c5073874d70cb4.tar.gz
android_external_fuse-d449e3745e8a8bd73e88c846b3c5073874d70cb4.tar.bz2
android_external_fuse-d449e3745e8a8bd73e88c846b3c5073874d70cb4.zip
updated entry for C# bindings (SULF now)
Diffstat (limited to 'Filesystems')
-rw-r--r--Filesystems9
1 files changed, 4 insertions, 5 deletions
diff --git a/Filesystems b/Filesystems
index 688ed27..9d5dd79 100644
--- a/Filesystems
+++ b/Filesystems
@@ -112,17 +112,16 @@ Description:
linux apps.
==============================================================================
-Name: C# bindings
+Name: SULF - Stackable User-Level Filesystem (C# bindings)
Author: Valient Gough / vgough at pobox com
-Homepage: http://pobox.com/~vgough/fuse-csharp.html
+Homepage: http://arg0.net/users/vgough/sulf/index.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.
+ SULF allows you to write a Linux filesystem in C#. It uses the FUSE
+ library to do the actual Linux filesystem integration in user-space.
==============================================================================
Name: LUFS bridge (alpha)