summaryrefslogtreecommitdiffstats
path: root/usr.sbin/arp
Commit message (Expand)AuthorAgeFilesLines
* rtsock requests for deleting interface address lles started to return EPERMmelifaro2015-09-271-1/+4
* Add META_MODE support.sjg2015-06-131-0/+19
|\
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| * Merge sync of headsjg2015-05-271-0/+4
| |\ | |/ |/|
| * Updated dependenciessjg2014-05-161-1/+0
| * Updated dependenciessjg2014-05-101-0/+2
| * Merge headsjg2014-04-282-13/+20
| |\
| * \ Merge head@256284sjg2013-10-131-1/+4
| |\ \
| * \ \ Merge from headsjg2013-09-051-1/+5
| |\ \ \
| * | | | Updated dependenciessjg2013-03-111-0/+1
| * | | | Updated dependenciessjg2013-02-161-2/+0
| * | | | Sync with HEAD.obrien2013-02-082-56/+37
| |\ \ \ \
| | \ \ \ \
| | \ \ \ \
| *-. \ \ \ \ Sync from headsjg2012-11-041-6/+50
| |\ \ \ \ \ \
| * | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+20
* | | | | | | | arp(8): add support for printing and deleting entries of typemarkj2015-04-021-0/+4
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Speed up the lookup of interfaces when there are a large numbergnn2014-04-051-8/+19
* | | | | | | Remove net.link.ether.inet.useloopback sysctl tunable. It was always on byglebius2013-11-051-5/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Fix coredump on 'arp -d'.glebius2013-09-231-1/+4
| |_|_|_|/ |/| | | |
* | | | | Rate limit the number of remotely triggered ARP log messagesglebius2013-05-111-1/+5
| |_|_|/ |/| | |
* | | | Retire struct sockaddr_inarp.glebius2013-01-312-56/+37
| |/ / |/| |
* | | Provide a sysctl switch that allows to install ARP entriesglebius2012-09-031-0/+11
* | | Explicitly document all variables in the net.link.ether.inet MIB.glebius2012-09-031-5/+38
| |/ |/|
* | Minor spelling fixes.joel2012-06-031-1/+1
* | mdoc: add missing width argument to Bl -tag.joel2012-06-031-1/+1
|/
* Historically arp(8) did a route lookup for the entry it isglebius2012-04-021-4/+0
* mdoc: terminate quoted strings.joel2012-03-261-1/+1
* Do not hardcode (20*60), but use current ARP timeout value configuredglebius2010-11-301-1/+7
* That should belong to r216075. Pointy hat on me.glebius2010-11-301-3/+3
* Use time_uptime instead of non-monotonic time_second to drive ARPglebius2010-11-301-4/+4
* Cache the last result from if_indextoname for printing. This speeds upmlaier2010-06-111-3/+9
* Show when an ARP entry expires.ru2010-02-151-1/+11
* The proxy arp entries could not be added into the system over theqingli2009-12-301-29/+35
* Use reallocf() to simplify some logic.jhb2009-12-291-7/+3
* Remove bogus char cast.remko2009-08-141-1/+1
* Lower WARNS due to alignment issues on sparc64.des2009-06-111-1/+1
* As of sam's r175206, arp builds cleanly at WARNS level 6, but the Makefiledes2009-06-112-4/+8
* - xref ndp(8)danger2009-04-281-1/+2
* This checkin addresses a couple of issues:qingli2008-12-261-1/+2
* Print a warning when blackhole and reject are used together.trhodes2008-12-252-8/+13
* This main goals of this project are:qingli2008-12-151-16/+34
* Spell "blackhole" correctly and fix one grammar nit.ru2008-03-241-4/+4
* add reject+blackhole keywords to install entries with RTF_BLACKHOLEsam2008-03-182-4/+23
* quiet compiler complaint about comparing &v against NULLsam2008-01-101-2/+2
* Reduce the WARNS levels in a couple of places so that we can enablejb2007-11-181-1/+1
* net.link.ether.inet.prune_intvl no longer exists.glebius2007-03-281-3/+1
* Use sizeof() for calculating the buffer size instead of hard-coded values.kevlo2007-03-061-1/+1
* - Before doing ioctl(SIOCGIFNETMASK) put the proper IP address into the ifreq,glebius2006-10-131-1/+1
* Markup fixes.ru2006-09-291-13/+10
* Sync utility's usage() with manpage's SYNOPSIS.ru2006-09-291-2/+2
* Enumerate all cases where -i is applicable.yar2006-08-171-2/+3
OpenPOWER on IntegriCloud