summaryrefslogtreecommitdiffstats
path: root/usr.sbin/arp
Commit message (Expand)AuthorAgeFilesLines
* 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
* s/pseudo-device/device/ru2002-12-261-1/+1
* Change 'int pid' to 'pid_t pid'jmallett2002-07-251-1/+1
* The .Nm utilitycharnier2002-07-141-3/+3
* 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
* Correct old wording of the arp functionality.asmodai2002-04-051-5/+7
* 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
* Fix a typo.ru2002-03-151-1/+1
* - Misc grammar fixes.keramida2002-03-081-3/+3
* Reorder WARNS line for style.mikeh2001-12-101-2/+1
* WARNS=2 cleanup.mikeh2001-12-102-58/+70
* 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
* Remove GCC'isms in CFLAGS.obrien2001-07-201-1/+0
* Remove whitespace at EOL.dd2001-07-152-4/+4
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-102-2/+2
* - Renamed the ``proxy'' modifier of the -d flag to ``pub'',ru2001-06-072-27/+53
* 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
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-2/+2
* 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
* mdoc(7) police: Change -filled displays (which just happenru2001-02-071-1/+1
* mdoc(7) police: modifiers should be marked with .Cm, not .Ar.ru2001-02-051-14/+19
* 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-012-2/+7
* Fix documentation: "proxy" is not a keyword for the arp(8) command line.archie2001-01-312-2/+1
* mdoc(7) police: Er macro usage cleanup.ru2000-11-221-2/+2
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-7/+7
* Avoid use of direct troff requests in mdoc(7) manual pages.ru2000-11-101-2/+0
* 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-283-3/+3
OpenPOWER on IntegriCloud