aboutsummaryrefslogtreecommitdiff
path: root/toys/pending/arp.c
AgeCommit message (Expand)Author
2019-03-02Fix instances of "Usage:" rather than "usage:".Elliott Hughes
2019-02-25arp: inline get_hw_add and minor sscanf error handling cleanupColin Davidson
2016-08-04Make xopen() skip stdin/stdout/stderr, add xopen_stdio() if you want stdout,Rob Landley
2015-01-01Switch a lot of strncpy() calls to xstrncpy().Rob Landley
2014-08-12Patches to commands for issues reported from static analysis tool.Ashwini Sharma
2014-05-12Add arp from Sandeep Sharma and Kyungwan Han.Rob Landley