aboutsummaryrefslogtreecommitdiff
path: root/toys/pending/arping.c
AgeCommit message (Collapse)Author
2019-07-11bind/connect cleanup.Elliott Hughes
Rename the existing xbind/xconnect to xbindany/xconnectany, to make room for new xbind/xconnect that are more like 'x' versions of the regular bind and connect. Move explicit bind/connect callers over to xbind/xconnect. Of the affected commands, only netcat is actually used by Android. It was the most recent patch to netcat that made the lack of a more traditional xbind/xconnect apparent.
2019-04-16Add argument to xflush() so it can test for stdout err without flushing.Rob Landley
2015-09-29Make defconfig build for nommu.Rob Landley
Adds XVFORK() macro, teaches xpopen_both() to call /proc/self/exe with NULL argv (and converts cpio -p to use that), adds TOYBOX_FORK guards to some unconverted commands.
2015-01-01Switch a lot of strncpy() calls to xstrncpy().Rob Landley
2014-11-29Minor whitespace cleanups.Rob Landley
2014-04-23usage: is lower case (the help generator looks for that, might as well be ↵Rob Landley
consistent).
2013-12-26arping command is implemented.Ashwini Sharma