aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/arp
Commit message (Expand)AuthorAgeFilesLines
* Commit some cosmetic fixes I developed some time ago, mostly style butRuslan Ermilov2005-06-091-26/+31
* Fix exit status. In rev. 1.48 return logic of rtmsg() was confused. ThisGleb Smirnoff2005-06-091-1/+1
* o Reorganize the previous delta to make it more style(9) compliant.Maxim Konovalov2005-01-241-3/+5
* o Try hard to guess a buffer size for a fast growing routing table.Maxim Konovalov2005-01-241-5/+15
* For VLAN interfaces, print MAC addresses properly.Ruslan Ermilov2004-12-241-1/+2
* Per letter dated July 22, 1999, delete clause 3 from code directlyWarner Losh2004-08-073-12/+0
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-022-2/+3
* mdoc(7) policeBruce M Simpson2004-06-161-2/+2
* Document the behaviour of the net.link.ether.inet.proxyall sysctl MIBBruce M Simpson2004-06-161-0/+19
* Be smarter about printing non-ethernet link-level addresses.Doug Rabson2004-06-131-3/+13
* Avoid assignments to cast expressions.Stefan Farfeleder2004-06-081-1/+1
* Massive cleanup of the code removing global variables toLuigi Rizzo2004-04-131-206/+199
* Back out previous commit, it was unintentional.Luigi Rizzo2004-04-131-1/+1
* Replace ROUNDUP/ADVANCE with SA_SIZELuigi Rizzo2004-04-132-8/+6
* Make functions and variables static.Luigi Rizzo2004-04-131-88/+96
* - Change several errx() calls that should have been err() calls.Maxime Henrion2004-04-092-13/+15
* mdoc(7) cleanups (use .Va, not .Dv, for sysctls.)Bruce M Simpson2003-10-031-2/+2
* mdoc(7) cleanup: Break up sentences so that they start on new lines.Bruce M Simpson2003-10-031-6/+7
* Point out the existence of net.link.ether.inet.log_arp_movements.Bruce M Simpson2003-10-031-1/+5
* Update arp(4) to document the 'arp: foo is on if0 but got reply fromBruce M Simpson2003-10-031-0/+9
* Implement a new option: -i, which will allow to limitYaroslav Tykhiy2003-07-182-4/+33
* Use __FBSDID over rcsid[]. Protect copyright[] where needed.David E. O'Brien2003-05-031-4/+4
* style.Makefile(5)David E. O'Brien2003-04-041-1/+2
* Further fix the syntax by ignoring empty and whitespace-only lines.Ruslan Ermilov2003-03-051-1/+1
* Don't hide global `s'.Ruslan Ermilov2003-01-171-6/+6
* POLA dictates that in the file designated with the -f optionRuslan Ermilov2002-12-272-2/+12
* s/pseudo-device/device/Ruslan Ermilov2002-12-261-1/+1
* Change 'int pid' to 'pid_t pid'Juli Mallett2002-07-251-1/+1
* The .Nm utilityPhilippe Charnier2002-07-141-3/+3
* Unbreak this file after the last drive-by committing. We have toBill Paul2002-05-091-2/+2
* Update ARP to access token-ring source routing information at it's newKelly Yancey2002-05-081-5/+10
* GCC 3.1 cleanup - add a break after default: at the end of a switchMurray Stokely2002-04-071-0/+1
* Don't reinvent the wheel now that ether_ntoa(3) has been fixedRuslan Ermilov2002-04-061-25/+13
* Correct old wording of the arp functionality.Jeroen Ruigrok van der Werven2002-04-051-5/+7
* Include <string.h> for some prototypes, rather than depending onMike Barcroft2002-04-011-0/+1
* Fix bugs from previous commit: initialize the correct field and useMike Heffner2002-03-201-5/+5
* Fix a typo.Ruslan Ermilov2002-03-151-1/+1
* - Misc grammar fixes.Giorgos Keramidas2002-03-081-3/+3
* Reorder WARNS line for style.Mike Heffner2001-12-101-2/+1
* WARNS=2 cleanup.Mike Heffner2001-12-102-58/+70
* Print [fddi] or [atm] tags for ARP addresses on interfaces of that type.Matthew N. Dodd2001-10-191-0/+6
* Print interface name for each ARP entry.Ruslan Ermilov2001-10-081-0/+3
* Remove GCC'isms in CFLAGS.David E. O'Brien2001-07-201-1/+0
* Remove whitespace at EOL.Dima Dorfman2001-07-152-4/+4
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-102-2/+2
* - Renamed the ``proxy'' modifier of the -d flag to ``pub'',Ruslan Ermilov2001-06-072-27/+53
* Add a missing free(3).Yaroslav Tykhiy2001-05-021-0/+1
* Add the VLAN interface type to the list of ARP-capable interface types.Yaroslav Tykhiy2001-04-041-2/+5
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-2/+2
* zeropad mac address ouputBill Fumerola2001-03-081-1/+2