aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorErik Andersen <andersen@codepoet.org>2000-05-20 00:40:08 +0000
committerErik Andersen <andersen@codepoet.org>2000-05-20 00:40:08 +0000
commit8ea7d8cdaf4a03cdc06abc8b752b589271140a88 (patch)
tree955fc9545f490ca39f0c24629316b7d328612802 /TODO
parent330fd2b5767110f29544131d4c72c77e0506b6df (diff)
downloadbusybox-w32-8ea7d8cdaf4a03cdc06abc8b752b589271140a88.tar.gz
busybox-w32-8ea7d8cdaf4a03cdc06abc8b752b589271140a88.tar.bz2
busybox-w32-8ea7d8cdaf4a03cdc06abc8b752b589271140a88.zip
First pass at fixing tar segfault, and more portability updates.
-Erik
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 5 insertions, 0 deletions
diff --git a/TODO b/TODO
index 7ab43c36d..febd9bf51 100644
--- a/TODO
+++ b/TODO
@@ -22,6 +22,11 @@ Bugs that need fixing:
22 - 'grep *foo file' segfaults 22 - 'grep *foo file' segfaults
23 - ps dirent race bug (need to stat the file before attempting chdir) 23 - ps dirent race bug (need to stat the file before attempting chdir)
24 24
25
26/busybox tar tvf
27Segmentation fault (core dumped)
28
29
25----------- 30-----------
26 31
27* Make insmod actually work 32* Make insmod actually work