aboutsummaryrefslogtreecommitdiff
path: root/toys/pending/host.c
AgeCommit message (Collapse)Author
2019-03-04Consistently use ARRAY_LEN.Elliott Hughes
2019-02-23One last (for now) typo.Elliott Hughes
This one actually introduced by my last cleanup. (But helpfully pointed out by the machines when I tried to upload my last cleanup to the AOSP gerrit...)
2019-02-23Bumper typo cleanup.Elliott Hughes
Inspired by some of the small patches that have gone by recently. Limited to only things found in `generated/help.h`, plus a wider cleanup for the more common "milisecond" typo.
2018-12-27ipv6 address didn't fit in the buffer.Rob Landley
2014-06-11Cleanup pass on host.cRob Landley
2014-06-08Warning fix from Rich Felker.Rob Landley
2014-06-08Add host by Rich Felker.Rob Landley