hash out a bit further

This commit is contained in:
pooka 2007-02-11 18:32:02 +00:00
parent 66eeb022c2
commit 7027ce431d
1 changed files with 10 additions and 1 deletions

View File

@ -1,7 +1,17 @@
$NetBSD: TODO,v 1.2 2007/02/11 18:32:02 pooka Exp $
To Do
=====
address all XXX
implement all fuse_opt
implement proper lookup (pending some libpuffs stuff)
support fuse_mt (i.e. worker threads, but that'll probably be smarter
to do inside of libpuffs)
support fuse_ll (i.e. "raw" vfs/vnode export)
implement all sorts of compat tweaks to appease various file systems
do proper implementations of dirfillers
statfs - some fuse file systems want struct statfs and we only have
statvfs available natively
Done
====
@ -9,6 +19,5 @@ statvfs
sync
WARNS=4
address lint
remove pn entries on unlink, rmdir, remove
special directory handling in open()
Finish off manual page