diff options
Diffstat (limited to 'sys/ntfs/TODO')
-rw-r--r-- | sys/ntfs/TODO | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/ntfs/TODO b/sys/ntfs/TODO index f31e318810b..c508892fb78 100644 --- a/sys/ntfs/TODO +++ b/sys/ntfs/TODO @@ -1,4 +1,4 @@ -$OpenBSD: TODO,v 1.3 2005/05/21 18:05:58 brad Exp $ +$OpenBSD: TODO,v 1.4 2006/01/13 22:28:36 miod Exp $ $NetBSD: TODO,v 1.1 2002/12/23 17:38:31 jdolecek Exp $ - convert the code to do caching in buffer cache indexed by @@ -11,7 +11,7 @@ $NetBSD: TODO,v 1.1 2002/12/23 17:38:31 jdolecek Exp $ - working VOP_BALLOC() (new in UBC) (from Chuq) -- readdir: evalutate impact of using variable length reclen - should +- readdir: evaluate impact of using variable length reclen - should enable us to store much more entries into buf in typical case with short filenames, though more work would need to be done in offset != 0 case @@ -35,6 +35,4 @@ $NetBSD: TODO,v 1.1 2002/12/23 17:38:31 jdolecek Exp $ - write necessary bits to support NTFS in libsa -- basic sysinst support for NTFS - - NTFS ACL support (though usefullness of such feature is arguable) |