From 37aa821e7bdeb135894ae7ba5a775557c3f6c2d1 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sat, 21 Jul 2012 00:29:27 -0500 Subject: Add status.html and script to calculate it from roadmap info. --- www/status.html | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100755 www/status.html (limited to 'www/status.html') diff --git a/www/status.html b/www/status.html new file mode 100755 index 00000000..c987cccb --- /dev/null +++ b/www/status.html @@ -0,0 +1,40 @@ + +Toybox Status + +

How are we doing on implementing stuff so far?

+ +

Legend: {android} [posix] (development) <lsb> implemented

+ + + +

The current status of toybox (as of 0.2.1 release):

+ +

These commands are reasonably finished:

+
+ +basename cal cat catv chgrp chmod chown chroot chvt cksum clear cmp comm count +df dirname dmesg echo env false killall link logname ls lsmod mkdir mkfifo mkswap mktemp +mountpoint nice nohup od oneit pwd realpath seq setsid sha1sum sleep +sort swapoff swapon sync tac tee true truncate tty uniq unlink vmstat +wc which whoami yes + +
+ +

These commands are implemented but have pending todo items remaining:

+
+ +bzcat bunzip2 cp date free head help hostname id insmod kill ln login mdev +mknod modinfo mv nc netcat patch pidof printenv readlink rmdir rmmod tail uname unshare +uptime who xargs + +
+ +

Work on these is underway, but not usable yet:

+
+bzip2 mke2fs more mount umount losetup sed tar sh grep/egrep/fgrep +switch_root +
+ +

See the todo list for details.

+ + -- cgit v1.2.3