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