annotate www/status.html @ 1396:e0c9c5424864 draft

Isaac Dunham spotted that dhcp was also reimplementing daemon().
author Rob Landley <rob@landley.net>
date Sun, 20 Jul 2014 21:34:49 -0500
parents bd745ae2b115
children 7971a3149eec
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1180
94eb7b9127d2 Change header and pages so each page has its own title.
Rob Landley <rob@landley.net>
parents: 1035
diff changeset
1 <html><head><title>toybox current status</title>
635
cffb9b7f1c60 Add status.html and script to calculate it from roadmap info.
Rob Landley <rob@landley.net>
parents:
diff changeset
2 <!--#include file="header.html" -->
cffb9b7f1c60 Add status.html and script to calculate it from roadmap info.
Rob Landley <rob@landley.net>
parents:
diff changeset
3 <title>Toybox Status</title>
cffb9b7f1c60 Add status.html and script to calculate it from roadmap info.
Rob Landley <rob@landley.net>
parents:
diff changeset
4
cffb9b7f1c60 Add status.html and script to calculate it from roadmap info.
Rob Landley <rob@landley.net>
parents:
diff changeset
5 <h1>How are we doing on implementing stuff so far?</h1>
cffb9b7f1c60 Add status.html and script to calculate it from roadmap info.
Rob Landley <rob@landley.net>
parents:
diff changeset
6
805
0db28494d17d Accumulated web page changes. (Release announcement for previous release, roadmap updates, etc.)
Rob Landley <rob@landley.net>
parents: 757
diff changeset
7 <p>Legend: [posix] &lt;lsb&gt; (development) {android} =klibc= #sash# @sbase@
0db28494d17d Accumulated web page changes. (Release announcement for previous release, roadmap updates, etc.)
Rob Landley <rob@landley.net>
parents: 757
diff changeset
8 *beastiebox* +request+ other <strike>implemented</strike></p>
635
cffb9b7f1c60 Add status.html and script to calculate it from roadmap info.
Rob Landley <rob@landley.net>
parents:
diff changeset
9
cffb9b7f1c60 Add status.html and script to calculate it from roadmap info.
Rob Landley <rob@landley.net>
parents:
diff changeset
10 <!--#include file="status.gen" -->
cffb9b7f1c60 Add status.html and script to calculate it from roadmap info.
Rob Landley <rob@landley.net>
parents:
diff changeset
11
1035
6b4529a50b72 Update status and roadmap pages, and status page generator script.
Rob Landley <rob@landley.net>
parents: 935
diff changeset
12 <h1>The current status of toybox (as of 0.4.5 release):</h1>
635
cffb9b7f1c60 Add status.html and script to calculate it from roadmap info.
Rob Landley <rob@landley.net>
parents:
diff changeset
13
cffb9b7f1c60 Add status.html and script to calculate it from roadmap info.
Rob Landley <rob@landley.net>
parents:
diff changeset
14 <h3><u>These commands are reasonably finished</u>:</h3>
cffb9b7f1c60 Add status.html and script to calculate it from roadmap info.
Rob Landley <rob@landley.net>
parents:
diff changeset
15 <blockquote><b>
cffb9b7f1c60 Add status.html and script to calculate it from roadmap info.
Rob Landley <rob@landley.net>
parents:
diff changeset
16 <span id=ready>
927
56a20120a34f Misc website updates.
Rob Landley <rob@landley.net>
parents: 805
diff changeset
17 basename cal cat catv chgrp chmod chown chvt cksum clear cmp comm count cp
1205
bd745ae2b115 Update status page.
Rob Landley <rob@landley.net>
parents: 1180
diff changeset
18 df dirname dmesg dos2unix echo egrep env false fgrep hostname grep groups
1035
6b4529a50b72 Update status and roadmap pages, and status page generator script.
Rob Landley <rob@landley.net>
parents: 935
diff changeset
19 killall link logname losetup ls lsmod md5sum mkdir mkfifo mkswap mktemp mv
6b4529a50b72 Update status and roadmap pages, and status page generator script.
Rob Landley <rob@landley.net>
parents: 935
diff changeset
20 nice nohup od oneit paste pivot_root pmap pwd readahead realpath renice rev
6b4529a50b72 Update status and roadmap pages, and status page generator script.
Rob Landley <rob@landley.net>
parents: 935
diff changeset
21 rm seq setsid sha1sum sleep sort split stat swapoff swapon sync tac taskset
6b4529a50b72 Update status and roadmap pages, and status page generator script.
Rob Landley <rob@landley.net>
parents: 935
diff changeset
22 tee time timeout true truncate tty uniq unix2dos
935
d952f44620d4 Update status to include recently implemented commands.
Rob Landley <rob@landley.net>
parents: 927
diff changeset
23 unlink usleep uudecode uuencode wc which whoami yes
1205
bd745ae2b115 Update status page.
Rob Landley <rob@landley.net>
parents: 1180
diff changeset
24 acpi blkid eject nl pwdx reboot su umount fstype halt poweroff
635
cffb9b7f1c60 Add status.html and script to calculate it from roadmap info.
Rob Landley <rob@landley.net>
parents:
diff changeset
25 </span>
cffb9b7f1c60 Add status.html and script to calculate it from roadmap info.
Rob Landley <rob@landley.net>
parents:
diff changeset
26 </b></blockquote>
cffb9b7f1c60 Add status.html and script to calculate it from roadmap info.
Rob Landley <rob@landley.net>
parents:
diff changeset
27
cffb9b7f1c60 Add status.html and script to calculate it from roadmap info.
Rob Landley <rob@landley.net>
parents:
diff changeset
28 <h3><u>These commands are implemented but have pending todo items remaining:</u></h3>
cffb9b7f1c60 Add status.html and script to calculate it from roadmap info.
Rob Landley <rob@landley.net>
parents:
diff changeset
29 <blockquote><b>
cffb9b7f1c60 Add status.html and script to calculate it from roadmap info.
Rob Landley <rob@landley.net>
parents:
diff changeset
30 <span id=pending>
927
56a20120a34f Misc website updates.
Rob Landley <rob@landley.net>
parents: 805
diff changeset
31 bzcat bunzip2 chroot cut date du expand free head help hostname id ifconfig
56a20120a34f Misc website updates.
Rob Landley <rob@landley.net>
parents: 805
diff changeset
32 insmod kill ln login lsusb mdev
935
d952f44620d4 Update status to include recently implemented commands.
Rob Landley <rob@landley.net>
parents: 927
diff changeset
33 mknod modinfo mountpoint nc netcat passwd patch pidof printenv readlink rmdir
757
4094f14c47a2 Update mkstatus.py, roadmap.html, and status.html.
Rob Landley <rob@landley.net>
parents: 661
diff changeset
34 rmmod switch_root tail touch uname unshare uptime vconfig vmstat w who xargs
635
cffb9b7f1c60 Add status.html and script to calculate it from roadmap info.
Rob Landley <rob@landley.net>
parents:
diff changeset
35 </span>
cffb9b7f1c60 Add status.html and script to calculate it from roadmap info.
Rob Landley <rob@landley.net>
parents:
diff changeset
36 </b></blockquote>
cffb9b7f1c60 Add status.html and script to calculate it from roadmap info.
Rob Landley <rob@landley.net>
parents:
diff changeset
37
cffb9b7f1c60 Add status.html and script to calculate it from roadmap info.
Rob Landley <rob@landley.net>
parents:
diff changeset
38 <h3><u>Work on these is underway, but not usable yet:</u></h3>
cffb9b7f1c60 Add status.html and script to calculate it from roadmap info.
Rob Landley <rob@landley.net>
parents:
diff changeset
39 <blockquote><b>
805
0db28494d17d Accumulated web page changes. (Release announcement for previous release, roadmap updates, etc.)
Rob Landley <rob@landley.net>
parents: 757
diff changeset
40 bzip2 mke2fs more mount umount sed tar sh grep/egrep/fgrep
635
cffb9b7f1c60 Add status.html and script to calculate it from roadmap info.
Rob Landley <rob@landley.net>
parents:
diff changeset
41 </blockquote></b>
cffb9b7f1c60 Add status.html and script to calculate it from roadmap info.
Rob Landley <rob@landley.net>
parents:
diff changeset
42
cffb9b7f1c60 Add status.html and script to calculate it from roadmap info.
Rob Landley <rob@landley.net>
parents:
diff changeset
43 <p>See <a href="todo.txt">the todo list</a> for details.</p>
cffb9b7f1c60 Add status.html and script to calculate it from roadmap info.
Rob Landley <rob@landley.net>
parents:
diff changeset
44
cffb9b7f1c60 Add status.html and script to calculate it from roadmap info.
Rob Landley <rob@landley.net>
parents:
diff changeset
45 <!-- #include "footer.html" -->