summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2013-04-07 01:11:58 +0200
committerThomas Schwinge <thomas@codesourcery.com>2013-04-07 01:11:58 +0200
commit357bc0213f1d4049d6ce0c80122987c760c5e506 (patch)
tree2577592f83ced149f123da3770452e1a917ef20f /hurd
parente4ca7c575ff06479bb634cf64cd9abe36a25e3e8 (diff)
parenteb8c1c4b7b414b73e81c8be1cbd2e5b616a8c443 (diff)
Merge remote-tracking branch 'savannah/master'
Diffstat (limited to 'hurd')
-rw-r--r--hurd/libfuse.mdwn7
1 files changed, 4 insertions, 3 deletions
diff --git a/hurd/libfuse.mdwn b/hurd/libfuse.mdwn
index bc6a9d4a..45ff97ec 100644
--- a/hurd/libfuse.mdwn
+++ b/hurd/libfuse.mdwn
@@ -15,7 +15,7 @@ initially written by Stefan Siegl.
The implementation takes advantage of the [[translators|translator]] facilities
of Hurd: this means that applications that implement a FUSE filesystem, when
-compiled against libfuse-hurd, become translators to be set with usual `settrans`
+compiled against libfuse-hurd, become translators to be set with usual [[settrans]]
etc.
@@ -23,9 +23,10 @@ etc.
* Only part of the API is implemented
* lowlevel API not implemented
- * Options handling not implemented
+ * Options handling (`fuse_parse_cmdline` and `fuse_opt_*`) not implemented
* CUSE lowlevel not supported (compatibility level 29)
-* Supports the compatibility level 25 (while current libfuse 2.9.x provides 26)
+* Supports up to the compatibility level 25 (while current libfuse 2.9.x provides 26)
+* File I/O is quite slow.
# Source