OSDN Git Service

Update mkstatus.py, roadmap.html, and status.html.
[android-x86/external-toybox.git] / www / status.html
1 <!--#include file="header.html" -->
2 <title>Toybox Status</title>
3
4 <h1>How are we doing on implementing stuff so far?</h1>
5
6 <p>Legend: {android} [posix] (development) &lt;lsb&gt; other <strike>implemented</strike></p>
7
8 <!--#include file="status.gen" -->
9
10 <h1>The current status of toybox (as of 0.4.0 release):</h1>
11
12 <h3><u>These commands are reasonably finished</u>:</h3>
13 <blockquote><b>
14 <span id=ready>
15 basename cal cat catv chgrp chmod chown chvt cksum clear cmp comm count
16 df dirname dmesg dos2unix echo env false gethostname killall link logname ls
17 lsmod md5sum mkdir
18 mkfifo mkswap mktemp nice nohup od oneit pwd realpath rev rm seq setsid
19 sha1sum sleep sort swapoff swapon sync tac taskset tee true truncate tty uniq
20 unix2dos unlink usleep wc which whoami yes
21 </span>
22 </b></blockquote>
23
24 <h3><u>These commands are implemented but have pending todo items remaining:</u></h3>
25 <blockquote><b>
26 <span id=pending>
27 bzcat bunzip2 chroot cp cut date du expand free head help hostname id insmod kill ln login mdev
28 mknod modinfo mountpoint mv nc netcat passwd patch pidof printenv readlink rmdir
29 rmmod switch_root tail touch uname unshare uptime vconfig vmstat w who xargs
30 </span>
31 </b></blockquote>
32
33 <h3><u>Work on these is underway, but not usable yet:</u></h3>
34 <blockquote><b>
35 bzip2 mke2fs more mount umount losetup sed tar sh grep/egrep/fgrep
36 </blockquote></b>
37
38 <p>See <a href="todo.txt">the todo list</a> for details.</p>
39
40 <!-- #include "footer.html" -->