blob: a0653a8c5f553ae02b9786357b2a972f8117ec8c [file] [log] [blame]
Rob Landley349ff522014-01-04 13:09:42 -06001<html><head><title>toybox current status</title>
Rob Landley37aa8212012-07-21 00:29:27 -05002<!--#include file="header.html" -->
3<title>Toybox Status</title>
4
5<h1>How are we doing on implementing stuff so far?</h1>
6
Rob Landley9a69a922013-02-23 18:32:08 -06007<p>Legend: [posix] &lt;lsb&gt; (development) {android} =klibc= #sash# @sbase@
8*beastiebox* +request+ other <strike>implemented</strike></p>
Rob Landley37aa8212012-07-21 00:29:27 -05009
10<!--#include file="status.gen" -->
11
Rob Landleyc166faf2013-09-01 07:25:37 -050012<h1>The current status of toybox (as of 0.4.5 release):</h1>
Rob Landley37aa8212012-07-21 00:29:27 -050013
14<h3><u>These commands are reasonably finished</u>:</h3>
15<blockquote><b>
16<span id=ready>
Rob Landleye566f3a2013-06-16 20:02:38 -050017basename cal cat catv chgrp chmod chown chvt cksum clear cmp comm count cp
Rob Landleyc166faf2013-09-01 07:25:37 -050018df dirname dmesg dos2unix echo egrep env false fgrep gethostname grep groups
19killall link logname losetup ls lsmod md5sum mkdir mkfifo mkswap mktemp mv
20nice nohup od oneit paste pivot_root pmap pwd readahead realpath renice rev
21rm seq setsid sha1sum sleep sort split stat swapoff swapon sync tac taskset
22tee time timeout true truncate tty uniq unix2dos
Rob Landleyaafa1482013-06-26 23:22:43 -050023unlink usleep uudecode uuencode wc which whoami yes
Rob Landley37aa8212012-07-21 00:29:27 -050024</span>
25</b></blockquote>
26
27<h3><u>These commands are implemented but have pending todo items remaining:</u></h3>
28<blockquote><b>
29<span id=pending>
Rob Landleye566f3a2013-06-16 20:02:38 -050030bzcat bunzip2 chroot cut date du expand free head help hostname id ifconfig
31insmod kill ln login lsusb mdev
Rob Landleyaafa1482013-06-26 23:22:43 -050032mknod modinfo mountpoint nc netcat passwd patch pidof printenv readlink rmdir
Rob Landley7a78d922012-12-23 00:37:42 -060033rmmod switch_root tail touch uname unshare uptime vconfig vmstat w who xargs
Rob Landley37aa8212012-07-21 00:29:27 -050034</span>
35</b></blockquote>
36
37<h3><u>Work on these is underway, but not usable yet:</u></h3>
38<blockquote><b>
Rob Landley9a69a922013-02-23 18:32:08 -060039bzip2 mke2fs more mount umount sed tar sh grep/egrep/fgrep
Rob Landley37aa8212012-07-21 00:29:27 -050040</blockquote></b>
41
42<p>See <a href="todo.txt">the todo list</a> for details.</p>
43
44<!-- #include "footer.html" -->