aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>1999-12-09 06:11:36 +0000
committerEric Andersen <andersen@codepoet.org>1999-12-09 06:11:36 +0000
commit1792f8c48926450501e19d32e78e140bcb9661c6 (patch)
tree14d0304ebb774077e696a9c86117bf43d935d8bb /TODO
parentc24db7b591870978fdd2cec8995728d1520c2fa9 (diff)
downloadbusybox-w32-1792f8c48926450501e19d32e78e140bcb9661c6.tar.gz
busybox-w32-1792f8c48926450501e19d32e78e140bcb9661c6.tar.bz2
busybox-w32-1792f8c48926450501e19d32e78e140bcb9661c6.zip
Tail now works (costs 6k). Several other updates.
-Erik
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 4 insertions, 3 deletions
diff --git a/TODO b/TODO
index 668338299..08b2fd736 100644
--- a/TODO
+++ b/TODO
@@ -18,13 +18,14 @@ around to it some time. If you have any good ideas, please let me know.
18* traceroute/nslookup/netstat 18* traceroute/nslookup/netstat
19* rdate 19* rdate
20* hwclock 20* hwclock
21* login/getty
22* killall 21* killall
23* tee 22* tee
24* stty 23* stty
25* head/tail 24* head
26* sort/uniq 25* sort/uniq
27* wc 26* wc
28* tr 27* tr
29* expr (maybe)? 28* expr (maybe)? (ash builtin?)
29* login/sulogin/passwd/getty (These are actully now part of tinylogin, which
30 I've just started to maintain).
30 31