TODO revision 1.7
1	$NetBSD: TODO,v 1.7 2022/01/22 07:58:32 pho Exp $
2
3To Do
4=====
5address all XXX
6implement proper lookup (pending some libpuffs stuff)
7support fuse_mt (i.e. worker threads, but that'll probably be smarter
8		 to do inside of libpuffs)
9support fuse_ll (i.e. "raw" vfs/vnode export)
10implement all sorts of compat tweaks to appease various file systems
11do proper implementations of dirfillers
12statfs - some fuse file systems want struct statfs and we only have
13         statvfs available natively
14Support polling appeared on FUSE 2.8 (struct fuse_pollhandle).
15Support data buffers appeared on FUSE 2.9 (struct fuse_buf).
16
17Done
18====
19statvfs
20sync
21WARNS=6
22address lint
23special directory handling in open()
24Finish off manual page
25fuse_setup
26fuse_teardown
27fuse_opt
28