aboutsummaryrefslogtreecommitdiff
path: root/toys/pending/arp.c
AgeCommit message (Collapse)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
add xopenro() that takes one argument and understands "-" means stdin, and switch over lots of users.
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
portability.h.patch - it is for O_CLOEXEC, as compiler complained of it. Makefile.patch - for cleaning generated/*.o files and libopts.dat file [Fixup to uniq.c from Rob.]
2014-05-12Add arp from Sandeep Sharma and Kyungwan Han.Rob Landley