android13/external/toybox/toys/pending
liiir1985 7f62dcda9f initial 2024-06-22 20:45:49 +08:00
..
README initial 2024-06-22 20:45:49 +08:00
arp.c initial 2024-06-22 20:45:49 +08:00
arping.c initial 2024-06-22 20:45:49 +08:00
bc.c initial 2024-06-22 20:45:49 +08:00
bootchartd.c initial 2024-06-22 20:45:49 +08:00
brctl.c initial 2024-06-22 20:45:49 +08:00
chsh.c initial 2024-06-22 20:45:49 +08:00
crond.c initial 2024-06-22 20:45:49 +08:00
crontab.c initial 2024-06-22 20:45:49 +08:00
dd.c initial 2024-06-22 20:45:49 +08:00
dhcp.c initial 2024-06-22 20:45:49 +08:00
dhcp6.c initial 2024-06-22 20:45:49 +08:00
dhcpd.c initial 2024-06-22 20:45:49 +08:00
diff.c initial 2024-06-22 20:45:49 +08:00
dumpleases.c initial 2024-06-22 20:45:49 +08:00
expr.c initial 2024-06-22 20:45:49 +08:00
fdisk.c initial 2024-06-22 20:45:49 +08:00
fold.c initial 2024-06-22 20:45:49 +08:00
fsck.c initial 2024-06-22 20:45:49 +08:00
getfattr.c initial 2024-06-22 20:45:49 +08:00
getopt.c initial 2024-06-22 20:45:49 +08:00
getty.c initial 2024-06-22 20:45:49 +08:00
groupadd.c initial 2024-06-22 20:45:49 +08:00
groupdel.c initial 2024-06-22 20:45:49 +08:00
hexdump.c initial 2024-06-22 20:45:49 +08:00
init.c initial 2024-06-22 20:45:49 +08:00
ip.c initial 2024-06-22 20:45:49 +08:00
ipcrm.c initial 2024-06-22 20:45:49 +08:00
ipcs.c initial 2024-06-22 20:45:49 +08:00
klogd.c initial 2024-06-22 20:45:49 +08:00
last.c initial 2024-06-22 20:45:49 +08:00
lsof.c initial 2024-06-22 20:45:49 +08:00
man.c initial 2024-06-22 20:45:49 +08:00
mdev.c initial 2024-06-22 20:45:49 +08:00
mke2fs.c initial 2024-06-22 20:45:49 +08:00
modprobe.c initial 2024-06-22 20:45:49 +08:00
more.c initial 2024-06-22 20:45:49 +08:00
route.c initial 2024-06-22 20:45:49 +08:00
sh.c initial 2024-06-22 20:45:49 +08:00
strace.c initial 2024-06-22 20:45:49 +08:00
stty.c initial 2024-06-22 20:45:49 +08:00
sulogin.c initial 2024-06-22 20:45:49 +08:00
syslogd.c initial 2024-06-22 20:45:49 +08:00
tcpsvd.c initial 2024-06-22 20:45:49 +08:00
telnet.c initial 2024-06-22 20:45:49 +08:00
telnetd.c initial 2024-06-22 20:45:49 +08:00
tftp.c initial 2024-06-22 20:45:49 +08:00
tftpd.c initial 2024-06-22 20:45:49 +08:00
tr.c initial 2024-06-22 20:45:49 +08:00
traceroute.c initial 2024-06-22 20:45:49 +08:00
useradd.c initial 2024-06-22 20:45:49 +08:00
userdel.c initial 2024-06-22 20:45:49 +08:00
vi.c initial 2024-06-22 20:45:49 +08:00
wget.c initial 2024-06-22 20:45:49 +08:00
xzcat.c initial 2024-06-22 20:45:49 +08:00

README

Pending (unfinished) commands

Commands in this directory are external submissions awaiting review and/or
cleanup before being "promoted" to one of the other directories.

Code in this directory may or may not work, some of the commands here are
unfinished stubs, others just need a more thorough inspection than we've had
time for yet. Everything in here defaults to "n" in defconfig.

Outside of this directory, several commands (and some library code) have
TODO annotations.

This directory should go away before the 1.0 release. It's just a staging
area so code submissions don't get lost while awaiting more thorough (and
very time consuming) scrutiny as described in www/cleanup.html.