aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorErik Andersen <andersen@codepoet.org>2000-02-07 05:29:42 +0000
committerErik Andersen <andersen@codepoet.org>2000-02-07 05:29:42 +0000
commitfac10d7c59f7db0facd5fb94de273310b9ec86e6 (patch)
treedccf8f905fc5807239883da9fca6597037d487fc /TODO
parent50bc101b7d6e847a9a0621ca3eb28c7117d095e5 (diff)
downloadbusybox-w32-fac10d7c59f7db0facd5fb94de273310b9ec86e6.tar.gz
busybox-w32-fac10d7c59f7db0facd5fb94de273310b9ec86e6.tar.bz2
busybox-w32-fac10d7c59f7db0facd5fb94de273310b9ec86e6.zip
A few minor updates. ;-)
Seriously though, read the Changelog for busybox 0.42, which this is about to become... -Erik
Diffstat (limited to 'TODO')
-rw-r--r--TODO41
1 files changed, 41 insertions, 0 deletions
diff --git a/TODO b/TODO
index b951767ea..51a0d147a 100644
--- a/TODO
+++ b/TODO
@@ -26,3 +26,44 @@ around to it some time. If you have any good ideas, please let me know.
26* tr 26* tr
27* expr (maybe?) (ash builtin?) 27* expr (maybe?) (ash builtin?)
28 28
29
30
31
32Some known bugs, todo items, etc...
33
34-----------------------
35
36
37[andersen@slag busybox]$ ./busybox du /bin
386213 /bin
39[andersen@slag busybox]$ du /bin
402971 /bin
41[andersen@slag busybox]$ du --block-size=512 /bin
425943 /bin
43
44-----------------------
45
46-rw-r--r-- 1000/1000 4398 2000-01-06 21:55 uniq.c
47-rw-r--r-- 1000/1000 1568 1999-10-20 18:08 update.c
48-rw-r----- 0/1000 1168 2000-01-29 21:03 update.o
49-rw-r--r-- 1000/1000 22820 2000-01-05 11:36 utility.c
50-rw-r----- 0/1000 7372 2000-01-29 21:03 utility.o
51tar: Skipping to next file header
52tar: Skipping to next file header
53tar: Archive - EOF not on block boundary
54tar: Error is not recoverable: exiting now
55
56
57#1 You are storing by id instead of name like normal tar. Did you realize this?
58(or am I missing some compile option? )ctar did not do this, and I don't think
59it's a good idea for LRP.
60
61#2
62ctar did not produce the EOF error like your tar does. I believe you need to
63pad the end of the archive with at least 2 tarsized (512byte) blocks. (I
64think???)
65
66#3
67There is no exclude file(s) option to tar. LRP's packaging system can not
68function without this. Will you have the time to add this soon?
69