diff options
| author | jdolecek <jdolecek@NetBSD.org> | 2001-02-12 21:25:30 +0000 |
|---|---|---|
| committer | jdolecek <jdolecek@NetBSD.org> | 2001-02-12 21:25:30 +0000 |
| commit | 07259dae699625aa33d535f8fb0ebaaacaf44dbf (patch) | |
| tree | 622edffba18f18d56d91c0e5d05bbcc3938cadcb /sys | |
| parent | ad16681a92e78e1d6c656f2b0ab173088e93dbd4 (diff) | |
note MALLOC()/FREE() usage should be cleaned up
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/ntfs/TODO | 5 |
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) |
