Rob Landley 601828982a More wget cleanup. 2 vuotta sitten
..
README 3e8b019665 Reword some command directory READMEs (this tweaks menuconfig display). 2 vuotta sitten
arp.c 7c608c5064 arp: fix the scanf %s numbers. 2 vuotta sitten
arping.c a57721d146 bind/connect cleanup. 5 vuotta sitten
bc.c 3b06f9600e Move a struct from lib.h into the one toys/pending command that uses it. 2 vuotta sitten
bootchartd.c 84b76f4be4 bootchartd: stop using get_line(). 2 vuotta sitten
brctl.c e5354ca12a Replace toys.exithelp with help_exit() in lib. 8 vuotta sitten
chsh.c 22172726c3 Commands in pending do not default y. 3 vuotta sitten
crond.c 762400721d crond: stop using get_line(). 2 vuotta sitten
crontab.c 8f5e168584 crontab: switch to getline(). 5 vuotta sitten
dd.c 1ba53eead1 dd: simplify signal handling and fix status output. 3 vuotta sitten
dhcp.c 98943e25c8 Fix spelling errors 3 vuotta sitten
dhcp6.c 98943e25c8 Fix spelling errors 3 vuotta sitten
dhcpd.c 98943e25c8 Fix spelling errors 3 vuotta sitten
diff.c c3f3f842c5 Replace \033 with \e in strings. 2 vuotta sitten
dumpleases.c 027a73a903 Make xopen() skip stdin/stdout/stderr, add xopen_stdio() if you want stdout, 8 vuotta sitten
expr.c 352efdf18d Fix -Wformat compiler warning in expr.c. 7 vuotta sitten
fdisk.c 98943e25c8 Fix spelling errors 3 vuotta sitten
fold.c 42cc29c788 On testing fold command, I found w option didnt check the range of value. 9 vuotta sitten
fsck.c 42af2e52e7 Bumper typo cleanup. 5 vuotta sitten
getfattr.c 4cc20c7554 getfattr: add --only-values. 5 vuotta sitten
getopt.c d8afb6cb4d Nothing in pending should default y. 4 vuotta sitten
getty.c e6d103ce23 A few more getty cleanups. 3 vuotta sitten
groupadd.c 5291d7c50b groupadd: fix -Wformat and switch to FLAG() macros 4 vuotta sitten
groupdel.c f3e56f4e4f Redo option parsing infrastructure so #define FORCE_FLAGS can unzero flag macros for a disabled command (needed when multiple commands share infrastructure with a common set of flags). 9 vuotta sitten
hexdump.c 9358f178cb Cleanups. 2 vuotta sitten
init.c de0e3fc0fb Make xsignal_all_killers() slightly less magic. (Use SIG_DFL instead of NULL.) 2 vuotta sitten
ip.c 3cf5ec1e95 fix compilation failure on 3.10 kernel 2 vuotta sitten
ipcrm.c e5354ca12a Replace toys.exithelp with help_exit() in lib. 8 vuotta sitten
ipcs.c e5354ca12a Replace toys.exithelp with help_exit() in lib. 8 vuotta sitten
klogd.c eb7e847adc Be more consistent about periods in help text. 7 vuotta sitten
last.c eb7e847adc Be more consistent about periods in help text. 7 vuotta sitten
lsof.c 3065c604d8 lsof: explicit size for device major:minor buffer. 2 vuotta sitten
man.c 0b51fcccf0 man: fix help, align -k output, and fix double close. 4 vuotta sitten
mdev.c 154221aba3 Whitespace: remove tabs from indentation. 5 vuotta sitten
mke2fs.c d14d54859d Weed-whack a few warnings out of pending so allyesconfig is less noisy. 4 vuotta sitten
modprobe.c 61cb6ab6b9 Move #include <sys/syscall.h> into toys.h. 2 vuotta sitten
more.c bd6e9d030c more: better behavior with directories. 5 vuotta sitten
route.c f570a02c6c Cleanup pass on route.c 3 vuotta sitten
sh.c 3f7ea911d8 Fix a memory leak and update reference after discarding blank pipeline segment. 2 vuotta sitten
strace.c 61cb6ab6b9 Move #include <sys/syscall.h> into toys.h. 2 vuotta sitten
stty.c 6e331aef7f stty: don't mangle c_iflags. 3 vuotta sitten
sulogin.c af4be15b84 Changed xopen_stdin() to xopen_stdio(). 7 vuotta sitten
syslogd.c 20f2607346 syslogd: Ensure that socket sends are '\n'-terminated 2 vuotta sitten
tcpsvd.c a57721d146 bind/connect cleanup. 5 vuotta sitten
telnet.c ecdd8def34 telnet: just use dprintf() for IAC sequences. 3 vuotta sitten
telnetd.c 4785b7611d Don't send reverse DNS lookups out into the world for something that's 3 vuotta sitten
tftp.c 8ea3ff4e32 Based on a patch from Ethan Sommer: silence warning and convert to FLAG() 4 vuotta sitten
tftpd.c 2c0a82e3e2 tftpd: fix the parsing of options 2 vuotta sitten
tr.c 72ec2b3746 tr: fix pathological flushing. 3 vuotta sitten
traceroute.c 1e12560bc4 Trivial cleanup. 4 vuotta sitten
useradd.c e5354ca12a Replace toys.exithelp with help_exit() in lib. 8 vuotta sitten
userdel.c b30b1857da getline() returns -1 on EOF, not 0. 2 vuotta sitten
vi.c e7e4229c05 vi: fix recent changes. 2 vuotta sitten
wget.c 601828982a More wget cleanup. 2 vuotta sitten
xzcat.c d14d54859d Weed-whack a few warnings out of pending so allyesconfig is less noisy. 4 vuotta sitten

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.