blob: c987cccbbe7800feafeadd3034d942076c9a6d43 [file] [log] [blame]
Rob Landley37aa8212012-07-21 00:29:27 -05001<!--#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; <strike>implemented</strike></p>
7
8<!--#include file="status.gen" -->
9
10<h1>The current status of toybox (as of 0.2.1 release):</h1>
11
12<h3><u>These commands are reasonably finished</u>:</h3>
13<blockquote><b>
14<span id=ready>
15basename cal cat catv chgrp chmod chown chroot chvt cksum clear cmp comm count
16df dirname dmesg echo env false killall link logname ls lsmod mkdir mkfifo mkswap mktemp
17mountpoint nice nohup od oneit pwd realpath seq setsid sha1sum sleep
18sort swapoff swapon sync tac tee true truncate tty uniq unlink vmstat
19wc which whoami yes
20</span>
21</b></blockquote>
22
23<h3><u>These commands are implemented but have pending todo items remaining:</u></h3>
24<blockquote><b>
25<span id=pending>
26bzcat bunzip2 cp date free head help hostname id insmod kill ln login mdev
27mknod modinfo mv nc netcat patch pidof printenv readlink rmdir rmmod tail uname unshare
28uptime who xargs
29</span>
30</b></blockquote>
31
32<h3><u>Work on these is underway, but not usable yet:</u></h3>
33<blockquote><b>
34bzip2 mke2fs more mount umount losetup sed tar sh grep/egrep/fgrep
35switch_root
36</blockquote></b>
37
38<p>See <a href="todo.txt">the todo list</a> for details.</p>
39
40<!-- #include "footer.html" -->