summaryrefslogtreecommitdiff
path: root/hurd/libfuse.mdwn
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2014-02-26 12:43:40 +0100
committerThomas Schwinge <thomas@codesourcery.com>2014-02-26 12:43:40 +0100
commitca63bd2d33b3d28eabd50ad58577b52a1fc9eba0 (patch)
tree74bf46806011262f116d83ff5bec0a1cf8a79a4b /hurd/libfuse.mdwn
parent5757d0c3b11dac706fbe72247e9d2dcf0ff44df9 (diff)
parent7ffc398e1c386925826c42a30ff10ae84e79378f (diff)
Merge remote-tracking branch 'dirichlet.SCHWINGE/master'
Diffstat (limited to 'hurd/libfuse.mdwn')
-rw-r--r--hurd/libfuse.mdwn19
1 files changed, 19 insertions, 0 deletions
diff --git a/hurd/libfuse.mdwn b/hurd/libfuse.mdwn
index 78e96022..28125dd9 100644
--- a/hurd/libfuse.mdwn
+++ b/hurd/libfuse.mdwn
@@ -49,6 +49,25 @@ etc.
<braunr> and they could almost readily use our libfuse version
+## IRC, freenode, #hurd, 2013-10-01
+
+ <pinotree> our libfuse implementation is still basic atm (there's a wiki
+ page about it)
+ <alsuren> okay... talk to me about FUSE
+ <pinotree> even with the improvements i have in my public branch, it still
+ cannot do real-world fs'es
+ <alsuren> okay, so you're the person to ask about FUSE
+ <alsuren> it strikes me that HURD not having FUSE support is a bit of an
+ architectural oversight
+ <pinotree> i'm not sure what's your point about fuse, since what fuse on
+ linux (and not only) does is done *natively* by the hurd
+ <alsuren> exactly
+ <pinotree> all of the hurd filesystems (which are just a type of servers)
+ run in userspace already
+ <alsuren> so FUSE should Just Work
+ <pinotree> well no
+
+
# Source
[[source_repositories/incubator]], libfuse/master.