diff options
author | Eric Andersen <andersen@codepoet.org> | 1999-12-09 06:11:36 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 1999-12-09 06:11:36 +0000 |
commit | 1792f8c48926450501e19d32e78e140bcb9661c6 (patch) | |
tree | 14d0304ebb774077e696a9c86117bf43d935d8bb /TODO | |
parent | c24db7b591870978fdd2cec8995728d1520c2fa9 (diff) | |
download | busybox-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-- | TODO | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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 | ||