• Home
  • History
  • Annotate
  • only in /external/toybox/toys/pending/
NameDateSize

..07-Jan-20164 KiB

arp.c07-Jan-20167.7 KiB

arping.c07-Jan-20169 KiB

bootchartd.c07-Jan-20168.7 KiB

brctl.c07-Jan-20168.6 KiB

compress.c07-Jan-201615.5 KiB

crond.c07-Jan-201617.6 KiB

crontab.c07-Jan-20169.4 KiB

dd.c07-Jan-20169 KiB

dhcp.c07-Jan-201645 KiB

dhcpd.c07-Jan-201639.1 KiB

diff.c07-Jan-201622.1 KiB

dumpleases.c07-Jan-20162.1 KiB

expr.c07-Jan-20166.5 KiB

fdisk.c07-Jan-201645.6 KiB

fold.c07-Jan-20162.7 KiB

fsck.c07-Jan-201611.5 KiB

ftpget.c07-Jan-20168.3 KiB

getty.c07-Jan-20169.5 KiB

groupadd.c07-Jan-20163 KiB

groupdel.c07-Jan-20161.6 KiB

host.c07-Jan-20166.4 KiB

hwclock.c07-Jan-20163.7 KiB

iconv.c07-Jan-20161.6 KiB

init.c07-Jan-201611.7 KiB

ip.c07-Jan-201689.5 KiB

ipcrm.c07-Jan-20162.3 KiB

ipcs.c07-Jan-201614.1 KiB

klogd.c07-Jan-20163 KiB

last.c07-Jan-20165.5 KiB

logger.c07-Jan-20161.7 KiB

mdev.c07-Jan-20166.3 KiB

mke2fs.c07-Jan-201619.4 KiB

modprobe.c07-Jan-201614.3 KiB

more.c07-Jan-20163.4 KiB

netstat.c07-Jan-201619.8 KiB

openvt.c07-Jan-20163.1 KiB

pgrep.c07-Jan-20164.7 KiB

ping.c07-Jan-20162.7 KiB

ps.c07-Jan-201610.8 KiB

README07-Jan-2016842

route.c07-Jan-201615.3 KiB

sh.c07-Jan-20169.5 KiB

sulogin.c07-Jan-20162.7 KiB

syslogd.c07-Jan-201615 KiB

tar.c07-Jan-201623.1 KiB

tcpsvd.c07-Jan-201610.7 KiB

telnet.c07-Jan-20168.7 KiB

telnetd.c07-Jan-201612.3 KiB

test.c07-Jan-20164 KiB

tftpd.c07-Jan-20169.7 KiB

top.c07-Jan-201623 KiB

tr.c07-Jan-20166.3 KiB

traceroute.c07-Jan-201621.8 KiB

useradd.c07-Jan-20164.9 KiB

userdel.c07-Jan-20163.1 KiB

watch.c07-Jan-20161.7 KiB

xzcat.c07-Jan-201681.4 KiB

README

1pending (see toys/pending/README)
2
3Commands in this directory are external submissions awaiting review and/or
4cleanup before being "promoted" to one of the other directories.
5
6Code in this directory may or may not work, some of the commands here are
7unfinished stubs, others just need a more thorough inspection than we've had
8time for yet. Everything in here defaults to "n" in defconfig.
9
10Library code awaiting cleanup lives in lib/pending.c
11
12The following commands predate the pending directory, and are awaiting
13cleanup but don't live here:
14
15  vmstat, login, du, vconfig, chroot, cut, touch, modinfo, xargs
16
17  lib/password.c
18
19This directory should go away before the 1.0 release. It's just a staging
20area so code submissions don't get lost while awaiting more thorough (and
21very time consuming) scrutiny as described in www/cleanup.html.
22