Name | Date | Size | |
---|---|---|---|
.. | 07-Jan-2016 | 4 KiB | |
arp.c | 07-Jan-2016 | 7.7 KiB | |
arping.c | 07-Jan-2016 | 9 KiB | |
bootchartd.c | 07-Jan-2016 | 8.7 KiB | |
brctl.c | 07-Jan-2016 | 8.6 KiB | |
compress.c | 07-Jan-2016 | 15.5 KiB | |
crond.c | 07-Jan-2016 | 17.6 KiB | |
crontab.c | 07-Jan-2016 | 9.4 KiB | |
dd.c | 07-Jan-2016 | 9 KiB | |
dhcp.c | 07-Jan-2016 | 45 KiB | |
dhcpd.c | 07-Jan-2016 | 39.1 KiB | |
diff.c | 07-Jan-2016 | 22.1 KiB | |
dumpleases.c | 07-Jan-2016 | 2.1 KiB | |
expr.c | 07-Jan-2016 | 6.5 KiB | |
fdisk.c | 07-Jan-2016 | 45.6 KiB | |
fold.c | 07-Jan-2016 | 2.7 KiB | |
fsck.c | 07-Jan-2016 | 11.5 KiB | |
ftpget.c | 07-Jan-2016 | 8.3 KiB | |
getty.c | 07-Jan-2016 | 9.5 KiB | |
groupadd.c | 07-Jan-2016 | 3 KiB | |
groupdel.c | 07-Jan-2016 | 1.6 KiB | |
host.c | 07-Jan-2016 | 6.4 KiB | |
hwclock.c | 07-Jan-2016 | 3.7 KiB | |
iconv.c | 07-Jan-2016 | 1.6 KiB | |
init.c | 07-Jan-2016 | 11.7 KiB | |
ip.c | 07-Jan-2016 | 89.5 KiB | |
ipcrm.c | 07-Jan-2016 | 2.3 KiB | |
ipcs.c | 07-Jan-2016 | 14.1 KiB | |
klogd.c | 07-Jan-2016 | 3 KiB | |
last.c | 07-Jan-2016 | 5.5 KiB | |
logger.c | 07-Jan-2016 | 1.7 KiB | |
mdev.c | 07-Jan-2016 | 6.3 KiB | |
mke2fs.c | 07-Jan-2016 | 19.4 KiB | |
modprobe.c | 07-Jan-2016 | 14.3 KiB | |
more.c | 07-Jan-2016 | 3.4 KiB | |
netstat.c | 07-Jan-2016 | 19.8 KiB | |
openvt.c | 07-Jan-2016 | 3.1 KiB | |
pgrep.c | 07-Jan-2016 | 4.7 KiB | |
ping.c | 07-Jan-2016 | 2.7 KiB | |
ps.c | 07-Jan-2016 | 10.8 KiB | |
README | 07-Jan-2016 | 842 | |
route.c | 07-Jan-2016 | 15.3 KiB | |
sh.c | 07-Jan-2016 | 9.5 KiB | |
sulogin.c | 07-Jan-2016 | 2.7 KiB | |
syslogd.c | 07-Jan-2016 | 15 KiB | |
tar.c | 07-Jan-2016 | 23.1 KiB | |
tcpsvd.c | 07-Jan-2016 | 10.7 KiB | |
telnet.c | 07-Jan-2016 | 8.7 KiB | |
telnetd.c | 07-Jan-2016 | 12.3 KiB | |
test.c | 07-Jan-2016 | 4 KiB | |
tftpd.c | 07-Jan-2016 | 9.7 KiB | |
top.c | 07-Jan-2016 | 23 KiB | |
tr.c | 07-Jan-2016 | 6.3 KiB | |
traceroute.c | 07-Jan-2016 | 21.8 KiB | |
useradd.c | 07-Jan-2016 | 4.9 KiB | |
userdel.c | 07-Jan-2016 | 3.1 KiB | |
watch.c | 07-Jan-2016 | 1.7 KiB | |
xzcat.c | 07-Jan-2016 | 81.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