summaryrefslogtreecommitdiffstats
path: root/usr.sbin/arp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Refuse to install invalid ARP entries.glebius2006-02-091-2/+3
* Update usage to reflect the fact that the -d -a now accepts -i <interface>.brooks2006-01-101-1/+1
* Allow the -i <interface> option with -d -a to allow all arp entries forbrooks2006-01-102-1/+2
* Add a knob to suppress logging of attempts to modifyglebius2005-12-181-1/+8
* Improve the documentation of "proxyall" knob, somewhat: we do notru2005-11-241-2/+3
* Some fixes for last commit.glebius2005-11-111-8/+7
* - Document last change to ARP behavior.glebius2005-11-101-11/+28
* List IFT_BRIDGE as a valid type so that arp entries can be properly deleted.thompsa2005-11-031-1/+6
* Commit some cosmetic fixes I developed some time ago, mostly style butru2005-06-091-26/+31
* Fix exit status. In rev. 1.48 return logic of rtmsg() was confused. Thisglebius2005-06-091-1/+1
* o Reorganize the previous delta to make it more style(9) compliant.maxim2005-01-241-3/+5
* o Try hard to guess a buffer size for a fast growing routing table.maxim2005-01-241-5/+15
* For VLAN interfaces, print MAC addresses properly.ru2004-12-241-1/+2
* Per letter dated July 22, 1999, delete clause 3 from code directlyimp2004-08-073-12/+0
* Mechanically kill hard sentence breaks.ru2004-07-022-2/+3
* mdoc(7) policebms2004-06-161-2/+2
* Document the behaviour of the net.link.ether.inet.proxyall sysctl MIBbms2004-06-161-0/+19
* Be smarter about printing non-ethernet link-level addresses.dfr2004-06-131-3/+13
* Avoid assignments to cast expressions.stefanf2004-06-081-1/+1
* Massive cleanup of the code removing global variables toluigi2004-04-131-206/+199
* Back out previous commit, it was unintentional.luigi2004-04-131-1/+1
* Replace ROUNDUP/ADVANCE with SA_SIZEluigi2004-04-132-8/+6
* Make functions and variables static.luigi2004-04-131-88/+96
* - Change several errx() calls that should have been err() calls.mux2004-04-092-13/+15
* mdoc(7) cleanups (use .Va, not .Dv, for sysctls.)bms2003-10-031-2/+2
* mdoc(7) cleanup: Break up sentences so that they start on new lines.bms2003-10-031-6/+7
* Point out the existence of net.link.ether.inet.log_arp_movements.bms2003-10-031-1/+5
* Update arp(4) to document the 'arp: foo is on if0 but got reply frombms2003-10-031-0/+9
* Implement a new option: -i, which will allow to limityar2003-07-182-4/+33
* Use __FBSDID over rcsid[]. Protect copyright[] where needed.obrien2003-05-031-4/+4
* style.Makefile(5)obrien2003-04-041-1/+2
* Further fix the syntax by ignoring empty and whitespace-only lines.ru2003-03-051-1/+1
* Don't hide global `s'.ru2003-01-171-6/+6
* POLA dictates that in the file designated with the -f optionru2002-12-272-2/+12
OpenPOWER on IntegriCloud