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