From 8cbde4b27cc0c73fa4b9a0b13fc5c335e9741645 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Tue, 2 Feb 2016 14:56:27 -0600 Subject: Update to status.html and some test suite cosmetic tweaks. --- www/roadmap.html | 30 ++++++++++++++++++++++++++---- www/status.html | 3 +-- 2 files changed, 27 insertions(+), 6 deletions(-) (limited to 'www') diff --git a/www/roadmap.html b/www/roadmap.html index c31e1f34..ece55fc8 100755 --- a/www/roadmap.html +++ b/www/roadmap.html @@ -91,6 +91,13 @@ This is not a complete list, a shell also needs exit, if, while, for, case, export, set, unset, trap, exec... And for bash compatability, function and source.)

+
+ +alias bg cd command fc fg getopts hash jobs kill read type ulimit umask +unalias wait exit if while for case export set unset trap exec function source + +
+

A few other commands are judgement calls, providing command-line internationalization support (iconv locale localedef), System V inter-process communication (ipcrm ipcs), and cross-tty communication from the minicomputer @@ -203,13 +210,14 @@ C library, those are outside the scope of this project.)

bzcat cat cp dirname echo env patch rmdir sha1sum sleep sort sync true uname wc which yes zcat awk basename chmod chown cmp cut date dd diff -egrep expr find grep gzip head hostname id install ln ls +egrep expr fdisk find grep gzip head hostname id install ln ls mkdir mktemp mv od readlink rm sed sh tail tar touch tr uniq wget whoami xargs chgrp comm gunzip less logname split tee test time bunzip2 chgrp chroot comm cpio dmesg dnsdomainname ftpd ftpget ftpput gunzip ifconfig init less logname losetup mdev mount mountpoint nc pgrep pkill pwd route split stat switch_root tac umount vi +resize2fs tune2fs fsck.ext2 genext2fs mke2fs xzcat
@@ -224,7 +232,7 @@ not yet supplied by toybox:

awk bunzip2 bzcat dd diff expr fdisk ftpd ftpget -ftpput gunzip gzip less pgrep ping pkill route sh +ftpput gunzip gzip less ping route sh sha512sum tar test tr unxz vi wget xzcat zcat

@@ -310,6 +318,13 @@ start stop top
+

Update: Android.mk is currently building the following toybox files out +of "pending". These should be a priority for cleanup:

+ +
+dd expr lsof more netstat route tar tr traceroute +
+

Use case: Tizen Core

@@ -945,7 +960,9 @@ we're good. The uClinux project can rest in peace.

Requests:

The following additional commands have been requested (and often submitted) -by various users:

+by various users. I _really_ need to clean up this section.

+ +

Also:

dig freeramdisk getty halt hexdump hwclock klogd modprobe ping ping6 pivot_root @@ -959,11 +976,16 @@ count oneit fstype acpi blkid eject pwdx sulogin rfkill bootchartd arp makedevs sysctl killall5 crond crontab deluser last mkpasswd watch -ipaddr iplink iproute blockdev rpm2cpio arping brctl dumpleases fsck +blockdev rpm2cpio arping brctl dumpleases fsck tcpsvd tftpd factor fallocate fsfreeze inotifyd lspci nbd-client partprobe strings base64 mix reset hexedit nsenter shred +fsync insmod ionice lsmod lsusb rmmod vmstat xxd iotop +lsof ionice compress dhcp dhcpd addgroup delgroup host iconv ip +ipcrm ipcs netstat openvt +deallocvt iorenice +udpsvd adduser
diff --git a/www/status.html b/www/status.html index 8d500800..8a1a5851 100755 --- a/www/status.html +++ b/www/status.html @@ -4,7 +4,6 @@ -

There is also a todo list, but development's moved -on a bit since it was written.

+

See the Roadmap page for more information.

-- cgit v1.2.3