diff options
author | Eric Andersen <andersen@codepoet.org> | 1999-12-10 08:25:07 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 1999-12-10 08:25:07 +0000 |
commit | 2cb55077e2f65f17dbc8933eec47760bcc2a6ba1 (patch) | |
tree | a788718415ded192938d7c7a3661d0cab8cd8afe /TODO | |
parent | c5ff0165adac767d37103baa875c2f86bb43c0e1 (diff) | |
download | busybox-w32-2cb55077e2f65f17dbc8933eec47760bcc2a6ba1.tar.gz busybox-w32-2cb55077e2f65f17dbc8933eec47760bcc2a6ba1.tar.bz2 busybox-w32-2cb55077e2f65f17dbc8933eec47760bcc2a6ba1.zip |
Added poweroff (and adjusted init to use it). Inlined function
calls to code only called once in tee. Made BB_KLOGD and option.
-Erik
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -9,9 +9,6 @@ around to it some time. If you have any good ideas, please let me know. | |||
9 | 9 | ||
10 | * 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 |
11 | * Add in a mini insmod, rmmod, lsmod | 11 | * Add in a mini insmod, rmmod, lsmod |
12 | * Change init so halt, reboot (and poweroff) work with an initrd | ||
13 | when init is not PID 1 | ||
14 | * poweroff | ||
15 | * mkfifo | 12 | * mkfifo |
16 | * dnsdomainname | 13 | * dnsdomainname |
17 | * traceroute/nslookup/netstat | 14 | * traceroute/nslookup/netstat |
@@ -22,7 +19,7 @@ around to it some time. If you have any good ideas, please let me know. | |||
22 | * sort/uniq | 19 | * sort/uniq |
23 | * wc | 20 | * wc |
24 | * tr | 21 | * tr |
25 | * expr (maybe)? (ash builtin?) | 22 | * expr (maybe?) (ash builtin?) |
26 | * login/sulogin/passwd/getty (These are actully now part of tinylogin, which | 23 | * login/sulogin/passwd/getty (These are actully now part of tinylogin, which |
27 | I've just started to maintain). | 24 | I've just started to maintain). |
28 | 25 | ||