summaryrefslogtreecommitdiff
path: root/usr.sbin/arp
AgeCommit message (Expand)Author
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-09-07Remove useless comment, snprintf and if/else.Alexander Bluhm
2014-09-03Be coherent in the way arp(8) and ndp(8) display local entries andMartin Pieuchot
2014-08-22print leading 0's in MAC addresses again, ok deraadtStuart Henderson
2014-08-21Change the output of arp(8) to match what ndp(8) does and include theMartin Pieuchot
2014-08-19Entries for broadcast addresses should also be ignored, just like localMartin Pieuchot
2014-08-11Do not try to delete RTF_LOCAL entries. Such routes are automaticallyMartin Pieuchot
2014-05-09my previous attempt to fix the renaming of the inet(3) pages was wrong;Jason McIntyre
2014-05-08inet(3) -> inet_net(3);Jason McIntyre
2014-03-18Put AF_ROUTE socket that arp(8) operates on into the appropriate rdomain.Mike Belopuhov
2014-02-26This is a lie, the default is not 0. It is inherited from the process.Claudio Jeker
2014-02-26There is no need to init a global to 0Claudio Jeker
2013-08-15Reduce the warnings when arp, rarp, ndp are compiled with WARNINGS=yes.Alexander Bluhm
2013-07-20arp and rarpd used an int expire_time for time calculation. ConvertAlexander Bluhm
2013-03-21create realloc() loops around sysctl for array-based mibs, in programsTheo de Raadt
2012-11-08When running route -Tx exec arp -an, arp would always use the defaultPeter Hessler
2012-09-26last stage of rfc changes, using consistent Rs/Re blocks, and moving theJason McIntyre
2011-09-01grammar fix; from BrynetJason McIntyre
2011-03-13consistently use "Wake on LAN (WoL)"; i don;t care if anyone wants toJason McIntyre
2011-01-11oops! missing macro in previous;Jason McIntyre
2011-01-11 Add Wake on Lan support to arp(8). This is partly based on the originalJasper Lievisse Adriaanse
2009-09-27a usage line got too long; ok jmcTheo de Raadt
2009-06-25Same code as in route(8) same RTM_VERSION check missing.Claudio Jeker
2009-06-05tweak -V;Jason McIntyre
2009-06-05more rtm->rtm_hdrlen conversionChris Cappuccio
2009-06-05One more tool that knows about other domains via -VClaudio Jeker
2009-04-29+.Xr ndp 8Jason McIntyre
2008-12-12Use rtm_hdrlen to jump over the message header and to the beginning of theClaudio Jeker
2008-03-12"usage:" should precede the first statement onlyIgor Sobrado
2008-02-14backout the change to make arp(8) default to -an;Thordur I. Bjornsson
2008-02-11bump Mdocdate for pages committed in "febuary", necessary becauseJason McIntyre
2008-02-08fix Mdocdate.Jason McIntyre
2008-02-08adjust this page a little more, now that -an is the default;Jason McIntyre
2008-02-07Oops. Better diff to enable -an by default without breakingThordur I. Bjornsson
2008-02-07make arp(8) default to -na when called with no arguments;Thordur I. Bjornsson
2007-08-24Yet another application that does not check if the RTM_VERSION is the expectedClaudio Jeker
2007-05-31convert to new .Dd format;Jason McIntyre
2007-02-18Use sizeof(buf) instead of hard coded numbers.Ray Lai
2006-05-26simplify synopsis; ok deraadtJason McIntyre
2006-05-25tidy up EXAMPLES;Jason McIntyre
2006-04-18Remove "S" from getopt(3) string, which was added in 1.32 by mistake.Moritz Jodeit
2005-04-04shrinkTheo de Raadt
2005-04-04nlist.h not neededTheo de Raadt
2005-03-29-WallHenning Brauer
2005-03-29clean further, theo okHenning Brauer
2005-03-29make this a bit more readableHenning Brauer
2005-03-29add -F to force replacement of entries with -s and -fHenning Brauer
2005-01-04Enable ARP table manipulation on CARP interfaces.Christopher Pascoe
2004-07-09various cleanup:Jared Yanovich
2003-11-19document some missing diagnostics from arp;Jason McIntyre