more stuff

This commit is contained in:
lukem 2002-01-23 02:14:19 +00:00
parent d369b2c6a5
commit e30101d9d6
1 changed files with 8 additions and 2 deletions

View File

@ -1,4 +1,4 @@
$NetBSD: TODO,v 1.3 2001/10/29 05:18:25 lukem Exp $
$NetBSD: TODO,v 1.4 2002/01/23 02:14:19 lukem Exp $
todo
----
@ -12,6 +12,8 @@ todo
- add support for converting a tar file (instead of a directory tree);
suggested by kpneal@pobox.com
- reading user/group database from a different source
outstanding bugs
----------------
@ -21,7 +23,8 @@ outstanding bugs
- mkfs.c parameter checking when density is rather high or low (dumps core)
e.g, a large directory with a small number of files dumps core with a
floating exception i.e, density is too high such as 21886635 or too
low such as 30
low such as 30.
update: lukem, 2001/01/23. not sure if this is still an issue.
discuss
@ -30,3 +33,6 @@ discuss
- consider replacing ffs_balloc() et al with own code that doesn't
need hacked-up buf.c code
- whacking on newfs/mkfs.c to allow .PATH-ing directly into makefs(8).
this would involve passing all of mkfs()'s parameters in a single
struct rather than a lot of global vars, etc.