Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sbin/resize_ffs Update TODO for resize_ffs(8), adding some s...



details:   https://anonhg.NetBSD.org/src/rev/b6145222d0d1
branches:  trunk
changeset: 759203:b6145222d0d1
user:      riz <riz%NetBSD.org@localhost>
date:      Wed Dec 01 17:39:54 2010 +0000

description:
Update TODO for resize_ffs(8), adding some stuff and removing some
ancient bits.

diffstat:

 sbin/resize_ffs/TODO |  22 ++++++++--------------
 1 files changed, 8 insertions(+), 14 deletions(-)

diffs (27 lines):

diff -r 257b3adb4070 -r b6145222d0d1 sbin/resize_ffs/TODO
--- a/sbin/resize_ffs/TODO      Wed Dec 01 17:39:21 2010 +0000
+++ b/sbin/resize_ffs/TODO      Wed Dec 01 17:39:54 2010 +0000
@@ -1,15 +1,9 @@
-Preliminary version of resize_ffs, based on der Mouse's fsresize tool.
-I didn't have time to clean it up completely before my legal status
-w.r.t. open source projects goes into limbo for a while.  Other
-developers are encouraged to play with the tool and get it into
-release-worthy shape.
-
-TODO list (see TODO file)
+resize_ffs(8) TODO list
 
-* -current; put it into release lists/etc. and src/sbin/Makefile
-  (built & tested on 1.6.1)
-* make it ask questions before doing any work (confirm)
-* create regression test suite (see discussions on tech-kern and
-  developers) and fix any bugs
-* verify conversion to ANSI C didn't break anything
-* port to UFS2
+* Determine why shrinking a v1 file system gets the free block/frag info
+  wrong, requiring a fsck.
+* Add support for swapped byte order
+* Fix support for disk blocks of size other than 512 bytes
+* Add support for plain files (primarily to ease testing)
+* Extend to support UFS2.  Probably growth first, then shrinking separately.
+* Expand the testing done in src/tests/sbin/resize_ffs



Home | Main Index | Thread Index | Old Index