From e272915e1ffd6978ef3555ce4ae1798a9fbcee56 Mon Sep 17 00:00:00 2001 From: Erik Andersen Date: Fri, 18 Feb 2000 21:34:17 +0000 Subject: Some updates for the day, -Erik --- TODO | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) (limited to 'TODO') diff --git a/TODO b/TODO index b6f565f09..bcba2948c 100644 --- a/TODO +++ b/TODO @@ -24,10 +24,29 @@ around to it some time. If you have any good ideas, please let me know. * killall * stty * tr +* cut * expr (maybe?) (ash builtin?) +----------------------- + + +busybox.defs.h is too big and hard to follow. + +I either need to add a better build system (like the Linux kernel?) +or I need to split up busybox.defs.h into coherent chunks (i.e. +busybox.defs.h just has a bunch of: + +#include "fileutils.h" +#include "shellutils.h" + +which would then have smaller sets of #defines... +Hmm. Needs to be carefully thought out. + +----------------------- + + Some known bugs, todo items, etc... @@ -67,3 +86,22 @@ think???) There is no exclude file(s) option to tar. LRP's packaging system can not function without this. Will you have the time to add this soon? + +----------------------- + + +/bin/busybox --install -s which makes all links to commands that it + can support (an optionnal -s should be used for symbolic links instead + of hard links). + +----------------------- + +cd /mnt +mkdir BACKUP +mv * BACKUP + +Today, "mv" behaved as a cp -a and my disk becomed full. It does not +work properly either when renaming a directory into something else +(it produces a lot of disk activity when doing this). + + -- cgit v1.2.3