OSDN Git Service

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