OSDN Git Service

Change header and pages so each page has its own title.
[android-x86/external-toybox.git] / www / status.html
1 <html><head><title>toybox current status</title>
2 <!--#include file="header.html" -->
3 <title>Toybox Status</title>
4
5 <h1>How are we doing on implementing stuff so far?</h1>
6
7 <p>Legend: [posix] &lt;lsb&gt; (development) {android} =klibc= #sash# @sbase@
8 *beastiebox* +request+ other <strike>implemented</strike></p>
9
10 <!--#include file="status.gen" -->
11
12 <h1>The current status of toybox (as of 0.4.5 release):</h1>
13
14 <h3><u>These commands are reasonably finished</u>:</h3>
15 <blockquote><b>
16 <span id=ready>
17 basename cal cat catv chgrp chmod chown chvt cksum clear cmp comm count cp
18 df dirname dmesg dos2unix echo egrep env false fgrep gethostname grep groups
19 killall link logname losetup ls lsmod md5sum mkdir mkfifo mkswap mktemp mv
20 nice nohup od oneit paste pivot_root pmap pwd readahead realpath renice rev
21 rm seq setsid sha1sum sleep sort split stat swapoff swapon sync tac taskset
22 tee time timeout true truncate tty uniq unix2dos
23 unlink usleep uudecode uuencode wc which whoami yes
24 </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>
30 bzcat bunzip2 chroot cut date du expand free head help hostname id ifconfig
31 insmod kill ln login lsusb mdev
32 mknod modinfo mountpoint nc netcat passwd patch pidof printenv readlink rmdir
33 rmmod switch_root tail touch uname unshare uptime vconfig vmstat w who xargs
34 </span>
35 </b></blockquote>
36
37 <h3><u>Work on these is underway, but not usable yet:</u></h3>
38 <blockquote><b>
39 bzip2 mke2fs more mount umount sed tar sh grep/egrep/fgrep
40 </blockquote></b>
41
42 <p>See <a href="todo.txt">the todo list</a> for details.</p>
43
44 <!-- #include "footer.html" -->