summaryrefslogtreecommitdiffstats
path: root/usr.sbin/arp/arp.c
Commit message (Expand)AuthorAgeFilesLines
* 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-101-1/+1
* 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-071-4/+0
* 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
* Replace ROUNDUP/ADVANCE with SA_SIZEluigi2004-04-131-7/+5
* Make functions and variables static.luigi2004-04-131-88/+96
* - Change several errx() calls that should have been err() calls.mux2004-04-091-12/+14
* Implement a new option: -i, which will allow to limityar2003-07-181-4/+25
* Use __FBSDID over rcsid[]. Protect copyright[] where needed.obrien2003-05-031-4/+4
* 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-271-2/+8
* Change 'int pid' to 'pid_t pid'jmallett2002-07-251-1/+1
* Unbreak this file after the last drive-by committing. We have towpaul2002-05-091-2/+2
* Update ARP to access token-ring source routing information at it's newkbyanc2002-05-081-5/+10
* GCC 3.1 cleanup - add a break after default: at the end of a switchmurray2002-04-071-0/+1
* Don't reinvent the wheel now that ether_ntoa(3) has been fixedru2002-04-061-25/+13
* Include <string.h> for some prototypes, rather than depending onmike2002-04-011-0/+1
* Fix bugs from previous commit: initialize the correct field and usemikeh2002-03-201-5/+5
* WARNS=2 cleanup.mikeh2001-12-101-58/+68
* Print [fddi] or [atm] tags for ARP addresses on interfaces of that type.mdodd2001-10-191-0/+6
* Print interface name for each ARP entry.ru2001-10-081-0/+3
* - Renamed the ``proxy'' modifier of the -d flag to ``pub'',ru2001-06-071-19/+26
* Add a missing free(3).yar2001-05-021-0/+1
* Add the VLAN interface type to the list of ARP-capable interface types.yar2001-04-041-2/+5
* zeropad mac address ouputbillf2001-03-081-1/+2
* h_errno is declared in netdb.h.imp2001-03-011-2/+0
* Print a diagnostic message if no interface could be determinedru2001-02-271-0/+2
* Make the ``arp -d hostname proxy'' really do something useful.ru2001-02-051-2/+2
* Revert previous checkin ("proxy" is required in some instances).archie2001-02-011-1/+1
* Fix documentation: "proxy" is not a keyword for the arp(8) command line.archie2001-01-311-1/+1
* Change type of vars which hold in_addr.s_addr from u_long to u_int32_t,shin2000-03-031-3/+3
* Fix syntax error in previous commit.jkh2000-01-171-1/+1
* Don't overflow buffers.kris2000-01-161-2/+2
* Yet another align.ru1999-09-201-1/+1
* Align sockaddrs passed to/from the routing socket as supposed by kernel.ru1999-09-131-5/+7
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* When incrementing through a SIOCGIFCONF list, enforce a lower limit ofarchie1999-06-051-5/+5
* Submitted by: Larry Lilejulian1999-03-101-1/+18
* Removed most unused includes of <net/if_var.h> outside the kernel.bde1998-01-161-2/+1
* Submitted by: Archie@Whistle.com (Archie Cobbs)julian1997-11-131-64/+145
OpenPOWER on IntegriCloud