TODO revision 1.2
1 $NetBSD: TODO,v 1.2 2007/02/11 18:32:02 pooka 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 24