diff options
author | Eric Andersen <andersen@codepoet.org> | 1999-12-03 09:19:54 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 1999-12-03 09:19:54 +0000 |
commit | b186d980d6060195d01048bb3a083739137b6c21 (patch) | |
tree | f64b2d63850be12ce3081b2000784aa57ac29656 /TODO | |
parent | 77619b9dda2b0550fea519fba05f7d9790ef7eaf (diff) | |
download | busybox-w32-b186d980d6060195d01048bb3a083739137b6c21.tar.gz busybox-w32-b186d980d6060195d01048bb3a083739137b6c21.tar.bz2 busybox-w32-b186d980d6060195d01048bb3a083739137b6c21.zip |
Stuf
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 31 |
1 files changed, 26 insertions, 5 deletions
@@ -1,10 +1,31 @@ | |||
1 | TODO list for busybox in no particular order | 1 | TODO list for busybox in no particular order. Just because something |
2 | is listed here doesn't mean that it is going to be added to busybox, | ||
3 | or that doing so is even a good idea. It just means that I _might_ get | ||
4 | around to it some time. If you have any good ideas, please let me know. | ||
2 | 5 | ||
3 | If you have any good ideas, please let me know. | 6 | -Erik |
7 | |||
8 | ----------- | ||
4 | 9 | ||
5 | * Allow tar to create archives with sockets, devices, and other special files | 10 | * Allow tar to create archives with sockets, devices, and other special files |
6 | * Add in a mini modprobe, insmod, rmmod | 11 | * Add in a mini insmod, rmmod, lsmod |
7 | * poweroff | ||
8 | * Change init so halt, reboot (and poweroff) work with an initrd | 12 | * Change init so halt, reboot (and poweroff) work with an initrd |
9 | when init is not PID 1 | 13 | when init is not PID 1 |
10 | * | 14 | * poweroff |
15 | * du | ||
16 | * mkfifo | ||
17 | * hostname/dnsdomainname | ||
18 | * ping/traceroute/nslookup/netstat | ||
19 | * rdate | ||
20 | * hwclock | ||
21 | * login/getty | ||
22 | * free | ||
23 | * killall | ||
24 | * tee | ||
25 | * stty | ||
26 | * head/tail | ||
27 | * sort/uniq | ||
28 | * wc | ||
29 | * tr | ||
30 | * expr (maybe)? | ||
31 | |||