| Age | Commit message (Expand) | Author |
| 2019-02-28 | arp(8): one more to close socket. | nonaka |
| 2019-02-27 | Teach arp that it's okay to close sockets after using them. | dholland |
| 2018-07-31 | arp(8): Fix the host output when arp -dav. | nonaka |
| 2018-07-11 | arp: warn if failed to delete a specified arp entry | ozaki-r |
| 2018-07-07 | Fix the logic for the non auto case | christos |
| 2018-07-06 | Add an "auto" keyword to auto-determine the link address from the inet addr. | christos |
| 2018-06-08 | fix usage of `arp -d'. | nonaka |
| 2017-10-10 | use librumpres | christos |
| 2017-06-28 | Enable to remove multiple ARP/NDP entries for one destination | ozaki-r |
| 2017-06-26 | Fix usage of routing messages on arp -d and ndp -d | ozaki-r |
| 2017-06-06 | whitespace police | ryo |
| 2016-10-16 | Add missing verb. New sentence, new line. | wiz |
| 2016-10-12 | Document our RFC 5227 implementation. | roy |
| 2016-04-04 | Sort sections. | wiz |
| 2016-04-04 | Separate nexthop caches from the routing table | ozaki-r |
| 2016-02-24 | Kill confusable use of SIN_PROXY | ozaki-r |
| 2015-07-31 | Reduce abuse of global variables | ozaki-r |
| 2015-07-29 | Introduce rump.arp | ozaki-r |
| 2013-07-08 | Use .Cm markup for the keywords "temp", "pub", and "proxy" (suggested | apb |
| 2013-06-07 | "temp", "pub", and "proxy" are keywords, not replaceable | apb |
| 2013-06-07 | allow ifscope with pub and proxy | christos |
| 2013-06-07 | Add an ifscope <interface> argument to arp in the spirit of the MacOS/X one, | christos |
| 2011-04-25 | New sentence, new line. Remove trailing whitespace. | wiz |
| 2010-06-10 | Allow -f -, as per PR 10898. | dholland |
| 2009-04-22 | Enable WARNS=4 by default, except for: | lukem |
| 2009-04-02 | Centralize the ROUNDUP and ADVANCE macro in a header file, give them an | christos |
| 2008-07-21 | Remove the \n and tabs from the __COPYRIGHT() strings. | lukem |
| 2008-01-10 | - re-enable 'pro' keyword to allow creation / deletion | seanb |
| 2007-12-15 | convert __attribute__s to applicable cdefs.h macros | perry |
| 2006-10-22 | WARNS=4. | christos |
| 2006-09-23 | Extract common code from set() and delete() into subroutine | dyoung |
| 2006-01-31 | PR/32681: Yves-Emmanuel JUTARD: Fix and document -d [hostname [pub]] | christos |
| 2005-03-16 | Kill __P(), use ANSI function declarations, constify; WARNS=3 | xtraeme |
| 2004-11-25 | Put the rest of the -f description in the right place, while adjusting | atatat |
| 2004-11-17 | Sort options. Second part of PR 26533. | wiz |
| 2004-08-14 | Add -v option to usage message. | jrf |
| 2003-09-07 | Consistently use 'RFC 1234' instead of 'RFC1234' or 'RFC-1234'. | wiz |
| 2003-08-14 | plug memory leak. PR misc/22479 | itojun |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-05-17 | ensure string termination | itojun |
| 2003-05-17 | prevent sscanf overrun | itojun |
| 2003-04-16 | Use | wiz |
| 2003-02-25 | .Nm does not need a dummy argument ("") before punctuation or | wiz |
| 2002-11-08 | Convert to use getifaddrs(3) to get interface names; this is mostly removal | rafal |
| 2002-03-02 | When converting to use getprogname(), please don't forget the necessary | tv |
| 2002-02-28 | re-convert to use getprogname(). This was already once done in rev 1.28, | pooka |
| 2002-02-08 | Generate <>& symbolically. I'm avoiding .../dist/... directories for now. | ross |
| 2002-01-22 | Use .Fl instead of hardcoding -. | enami |
| 2002-01-19 | Whitespace nits. | wiz |
| 2001-10-06 | Use getnameinfo() to format link-layer addresses, rather than doing it | bjh21 |