summaryrefslogtreecommitdiff
path: root/usr.sbin/arp/arp.c
AgeCommit message (Expand)Author
2011-01-11 Add Wake on Lan support to arp(8). This is partly based on the originalJasper Lievisse Adriaanse
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
2009-06-05more rtm->rtm_hdrlen conversionChris Cappuccio
2009-06-05One more tool that knows about other domains via -VClaudio Jeker
2008-12-12Use rtm_hdrlen to jump over the message header and to the beginning of theClaudio Jeker
2008-03-12"usage:" should precede the first statement onlyIgor Sobrado
2008-02-14backout the change to make arp(8) default to -an;Thordur I. Bjornsson
2008-02-07Oops. Better diff to enable -an by default without breakingThordur I. Bjornsson
2008-02-07make arp(8) default to -na when called with no arguments;Thordur I. Bjornsson
2007-08-24Yet another application that does not check if the RTM_VERSION is the expectedClaudio Jeker
2007-02-18Use sizeof(buf) instead of hard coded numbers.Ray Lai
2006-05-26simplify synopsis; ok deraadtJason McIntyre
2006-04-18Remove "S" from getopt(3) string, which was added in 1.32 by mistake.Moritz Jodeit
2005-04-04shrinkTheo de Raadt
2005-04-04nlist.h not neededTheo de Raadt
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
2005-01-04Enable ARP table manipulation on CARP interfaces.Christopher Pascoe
2003-06-27memory leak; andrushock@korovino.netTheo de Raadt
2003-06-27remove unused variablesTheo de Raadt
2003-06-11some ansification, some de-registerTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-03-17arp did not long-align sockaddrs in routing messages. This led toHenric Jungheim
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
2002-03-14Remove \n from err/errx/warn/warnx().Mike Pechkin
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-06-10implement arp -d -a, to delete all arp entries at once. mostly from FreeBSD. ...Dug Song
2001-03-07print ether_ntoa() compatibleTheo de Raadt
2000-10-23Spelling: wierd -> weirdAaron Campbell
2000-09-24Correctly ignore -n flag with -d when both options are separate (i.e.Miod Vallat
1999-05-16Added 'permanent' keyword for non-overwritable static ARP entries.Hakan Olsson
1998-09-29only spew 'illegal option' once if they give an unsupported optinoTodd C. Miller
1998-05-14more careful scanfTheo de Raadt
1998-05-11set max field width of %s correctlyTheo de Raadt
1997-11-28I'm amazed that noone has ever misspelled the ethernet address whenArtur Grabowski
1997-11-21bail if no arp entriesTheo de Raadt
1997-09-12Kill extra newline in err()/warn().Todd C. Miller
1997-06-23int vs in_addr_tTheo de Raadt
1997-02-03make "arp -na" and "arp -an" do the same thing; paul@wit387304.student.utwent...Theo de Raadt
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1996-12-10warnx, from netbsdTheo de Raadt
1996-08-29fix warningsTheo de Raadt
1996-07-06not very well tested ether_aton() cleanupTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt