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