summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/ntfs/TODO5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/ntfs/TODO b/sys/ntfs/TODO
index f45313262fd..2b08730dc59 100644
--- a/sys/ntfs/TODO
+++ b/sys/ntfs/TODO
@@ -1,4 +1,4 @@
-$NetBSD: TODO,v 1.15 2000/03/13 19:00:28 jdolecek Exp $
+$NetBSD: TODO,v 1.16 2001/02/12 21:25:30 jdolecek Exp $
- Windows 2000 NTFS support
@@ -34,6 +34,9 @@ $NetBSD: TODO,v 1.15 2000/03/13 19:00:28 jdolecek Exp $
- really implement sync
+- change MALLOC()/FREE() to malloc()/free() where appropriate (if the
+ specified size if variable)
+
- write necessary bits to support NTFS in libsa
- NTFS ACL support (though usefullness of such feature is arguable)