OSDN Git Service

Update status to include recently implemented commands.
[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 cp
17 df dirname dmesg dos2unix echo env false gethostname groups killall link logname
18 losetup ls lsmod md5sum mkdir mkfifo mkswap mktemp mv nice nohup od oneit
19 pivot_root pwd readahead realpath rev rm seq setsid sha1sum sleep sort split
20 stat swapoff swapon sync tac taskset tee time true truncate tty uniq unix2dos
21 unlink usleep uudecode uuencode 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 cut date du expand free head help hostname id ifconfig
29 insmod kill ln login lsusb mdev
30 mknod modinfo mountpoint nc netcat passwd patch pidof printenv readlink rmdir
31 rmmod switch_root tail touch uname unshare uptime vconfig vmstat w who xargs
32 </span>
33 </b></blockquote>
34
35 <h3><u>Work on these is underway, but not usable yet:</u></h3>
36 <blockquote><b>
37 bzip2 mke2fs more mount umount sed tar sh grep/egrep/fgrep
38 </blockquote></b>
39
40 <p>See <a href="todo.txt">the todo list</a> for details.</p>
41
42 <!-- #include "footer.html" -->