diff options
-rwxr-xr-x | scripts/mkstatus.py | 7 | ||||
-rwxr-xr-x | www/roadmap.html | 2 | ||||
-rwxr-xr-x | 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 @@ -31,9 +31,12 @@ for i in stuff: 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", '<a href="http://pubs.opengroup.org/onlinepubs/9699919799/util ("development", '<a href="http://linux.die.net/man/1/%s">%%s</a>', '(%s)'), ("toolbox", "", '{%s}'), ("klibc_cmd", "", '=%s='), ("sash_cmd", "", '#%s#'), ("sbase_cmd", "", '@%s@'), - ("beastiebox_cmd", "", '*%s*'), + ("beastiebox_cmd", "", '*%s*'), ("tizen", "", '$%s$'), ("request", '<a href="http://linux.die.net/man/1/%s">%%s</a>', '+%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 </span> </b></blockquote> 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 @@ <h1>How are we doing on implementing stuff so far?</h1> <p>Legend: [posix] <lsb> (development) {android} =klibc= #sash# @sbase@ -*beastiebox* +request+ other <strike>implemented</strike></p> +*beastiebox* $tizen$ +request+ other <strike>implemented</strike></p> <!--#include file="status.gen" --> -<h1>The current status of toybox (as of 0.5.0 release):</h1> +<h1>The current status of toybox (as of 0.5.2 release):</h1> <h3><u>These commands are reasonably finished (in defconfig)</u>:</h3> <blockquote><b> @@ -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 </span> </b></blockquote> |