diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2006-01-13 22:28:37 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2006-01-13 22:28:37 +0000 |
commit | 2839edbc263faeb8b7a2e07f91d386833342b147 (patch) | |
tree | 28ca63e30b89efc591f85a77978c57980b67b50c /sys/ntfs/TODO | |
parent | 3b8889b86c996d3c9dcf622eb7034e33fe10dc9e (diff) |
sysinst my ass.
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) |