aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>1999-12-10 08:25:07 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>1999-12-10 08:25:07 +0000
commitc2e3ec137a26d09fefe7f062f9a0504ac9587e34 (patch)
treea788718415ded192938d7c7a3661d0cab8cd8afe /TODO
parenta47d57cc65e348eb9e813a93b092839ba82b5da0 (diff)
downloadbusybox-w32-c2e3ec137a26d09fefe7f062f9a0504ac9587e34.tar.gz
busybox-w32-c2e3ec137a26d09fefe7f062f9a0504ac9587e34.tar.bz2
busybox-w32-c2e3ec137a26d09fefe7f062f9a0504ac9587e34.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 git-svn-id: svn://busybox.net/trunk/busybox@199 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 1 insertions, 4 deletions
diff --git a/TODO b/TODO
index 5daa67a64..4cc82d57e 100644
--- a/TODO
+++ b/TODO
@@ -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