summaryrefslogtreecommitdiff
path: root/usr.sbin/arp
AgeCommit message (Collapse)Author
2009-09-27a usage line got too long; ok jmcTheo de Raadt
2009-06-25Same code as in route(8) same RTM_VERSION check missing.Claudio Jeker
Tested and OK sthen@, OK henning@
2009-06-05tweak -V;Jason McIntyre
2009-06-05more rtm->rtm_hdrlen conversionChris Cappuccio
ok claudio@
2009-06-05One more tool that knows about other domains via -VClaudio Jeker
2009-04-29+.Xr ndp 8Jason McIntyre
from Bob Van Zant, freebsd docs/134053
2008-12-12Use rtm_hdrlen to jump over the message header and to the beginning of theClaudio Jeker
sockaddrs included in the message. This makes the code more robust when kernel and userland are out of sync. put it in deraadt@
2008-03-12"usage:" should precede the first statement onlyIgor Sobrado
ok jmc@
2008-02-14backout the change to make arp(8) default to -an;Thordur I. Bjornsson
Remove that blurp from the man page also. requested by deraadt@;
2008-02-11bump Mdocdate for pages committed in "febuary", necessary becauseJason McIntyre
of a typo in rcs.c;
2008-02-08fix Mdocdate.Jason McIntyre
developers please note: you do not have to edit this field when you make changes to man pages. it's a cvs keyword which expands automatically.
2008-02-08adjust this page a little more, now that -an is the default;Jason McIntyre
2008-02-07Oops. Better diff to enable -an by default without breakingThordur I. Bjornsson
the other options too badly; ok millert@
2008-02-07make arp(8) default to -na when called with no arguments;Thordur I. Bjornsson
man page bit from jmc@ ok millert@, oga@, laurent@
2007-08-24Yet another application that does not check if the RTM_VERSION is the expectedClaudio Jeker
one. Luckily it seems that only show is affected. OK henning@
2007-05-31convert to new .Dd format;Jason McIntyre
2007-02-18Use sizeof(buf) instead of hard coded numbers.Ray Lai
From Charles Longeau <chl at tuxfamily dot org> long ago. OK moritz@.
2006-05-26simplify synopsis; ok deraadtJason McIntyre
2006-05-25tidy up EXAMPLES;Jason McIntyre
2006-04-18Remove "S" from getopt(3) string, which was added in 1.32 by mistake.Moritz Jodeit
From Steffen Wendzel. ok henning@
2005-04-04shrinkTheo de Raadt
2005-04-04nlist.h not neededTheo de Raadt
2005-03-29-WallHenning Brauer
2005-03-29clean further, theo okHenning Brauer
2005-03-29make this a bit more readableHenning Brauer
2005-03-29add -F to force replacement of entries with -s and -fHenning Brauer
inspired by a diff from Mike Belopuhov <mkb@cvs.hnet.spb.ru>, these semantics with theo, manpage jaredy jmc and bob, ok bob
2005-01-04Enable ARP table manipulation on CARP interfaces.Christopher Pascoe
ok niklas@ mcbride@
2004-07-09various cleanup:Jared Yanovich
- fix examples - fix macro abuse - hex -> hexadecimal - rewording for clarity and consistency - make -a description seem less dangerous - sort options work, help, ok jmc ok otto
2003-11-19document some missing diagnostics from arp;Jason McIntyre
reported by Fabio Olive Leite on bugs@ a long time ago (sorry it took me so long Fabio!) also kill some .Pp's between list items and s/.sp/.Pp; from ho@ and myself; ok itojun@
2003-08-08refer to RFCs consistently (RFC XXXX);Jason McIntyre
2003-06-27memory leak; andrushock@korovino.netTheo de Raadt
2003-06-27remove unused variablesTheo de Raadt
2003-06-12- section reorderJason McIntyre
- macro fixes - kill whitespace at EOL - new sentence, new line
2003-06-11some ansification, some de-registerTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-05-10typos;Jason McIntyre
2003-03-17arp did not long-align sockaddrs in routing messages. This led toHenric Jungheim
garbage being sent to the kernel on sparc64. Problem reported and fix tested by Doug Winter (thanks). ok jason@ and millert@
2003-03-14typos;Jason McIntyre
audio(4): ok naddy@ cardbus(4): ok deraadt@
2002-12-03print the interface related to the arp entry; several ppl ok.Federico G. Schwindt
2002-09-06undo signed vs unsigned confusionTheo de Raadt
2002-05-30minor KNFTheo de Raadt
2002-05-26pid_t cleanupTheo de Raadt
2002-03-14kill more registers.Mike Pechkin
millert@ ok
2002-03-14Remove \n from err/errx/warn/warnx().Mike Pechkin
millert@ ok
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
2002-02-13When you give command examples and etc., in a manual page prefix them with:Mike Pechkin
$ command or # command deraadt@ ok
2001-06-23more .%A handling; bk@rt.fmTheo de Raadt
2001-06-23join .%A entries; most by bk@rt.fmTheo de Raadt
2001-06-10implement arp -d -a, to delete all arp entries at once. mostly from FreeBSD. ↵Dug Song
deraadt@ ok.
2001-03-07print ether_ntoa() compatibleTheo de Raadt