From 3c9940445e71d9b4701449cc0dc47f7ac32d5803 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Thu, 1 Jan 2015 17:37:57 -0600 Subject: Tweak status.html --- scripts/mkstatus.py | 7 +++++-- www/roadmap.html | 2 +- www/status.html | 6 +++--- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/scripts/mkstatus.py b/scripts/mkstatus.py index 5ac6f085..82592c71 100755 --- a/scripts/mkstatus.py +++ b/scripts/mkstatus.py @@ -30,10 +30,13 @@ for i in stuff: except: reverse[j]=[i] for i in toystuff: + try: + if ("ready" in reverse[i]) and ("pending" in reverse[i]): print "barf", i + except: pass try: if ("ready" in reverse[i]) or ("pending" in reverse[i]): continue except: pass - print i + print "Not ready or pending:", i pending=[] done=[] @@ -48,7 +51,7 @@ conv = [("posix", '%%s', '(%s)'), ("toolbox", "", '{%s}'), ("klibc_cmd", "", '=%s='), ("sash_cmd", "", '#%s#'), ("sbase_cmd", "", '@%s@'), - ("beastiebox_cmd", "", '*%s*'), + ("beastiebox_cmd", "", '*%s*'), ("tizen", "", '$%s$'), ("request", '%%s', '+%s+')] diff --git a/www/roadmap.html b/www/roadmap.html index 213ca6f6..2457b4db 100755 --- a/www/roadmap.html +++ b/www/roadmap.html @@ -760,7 +760,7 @@ arp makedevs sysctl killall5 crond crontab deluser last mkpasswd watch ipaddr iplink iproute blockdev rpm2cpio arping brctl dumpleases fsck tcpsvd tftpd factor fallocate fsfreeze inotifyd lspci nbd-client partprobe strings - +base64 mix diff --git a/www/status.html b/www/status.html index d32e130b..bb0c7ad4 100755 --- a/www/status.html +++ b/www/status.html @@ -5,11 +5,11 @@

How are we doing on implementing stuff so far?

Legend: [posix] <lsb> (development) {android} =klibc= #sash# @sbase@ -*beastiebox* +request+ other implemented

+*beastiebox* $tizen$ +request+ other implemented

-

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

+

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

These commands are reasonably finished (in defconfig):

@@ -27,7 +27,7 @@ realpath reboot renice rev rfkill rm rmdir rmmod seq setsid sha1sum sleep sort split stat strings su swapoff swapon switch_root sync sysctl tac tail taskset tee time timeout true truncate tty umount uname uniq unix2dos unlink unshare uptime usleep uudecode uuencode -w wc which who whoami yes +w wc which who whoami yes sed mix base64
-- cgit v1.2.3