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