Fix mdoc(7)/man(7) mix up.
[netbsd-mini2440.git] / lib / librefuse / TODO
blobf59b4e1f1094989bbf1ed0a7205e9923c26c663f
1         $NetBSD: TODO,v 1.2 2007/02/11 18:32:02 pooka Exp $
3 To Do
4 =====
5 address all XXX
6 implement all fuse_opt
7 implement proper lookup (pending some libpuffs stuff)
8 support fuse_mt (i.e. worker threads, but that'll probably be smarter
9                  to do inside of libpuffs)
10 support fuse_ll (i.e. "raw" vfs/vnode export)
11 implement all sorts of compat tweaks to appease various file systems
12 do proper implementations of dirfillers
13 statfs - some fuse file systems want struct statfs and we only have
14          statvfs available natively
16 Done
17 ====
18 statvfs
19 sync
20 WARNS=4
21 address lint
22 special directory handling in open()
23 Finish off manual page
24 fuse_setup
25 fuse_teardown