summaryrefslogtreecommitdiffstats
path: root/usr.sbin/arp/arp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* simplify synopsis; ok deraadtjmc2006-05-261-7/+3
* Remove "S" from getopt(3) string, which was added in 1.32 by mistake.moritz2006-04-181-2/+2
* shrinkderaadt2005-04-041-13/+7
* nlist.h not neededderaadt2005-04-041-2/+1
* clean further, theo okhenning2005-03-291-12/+1
* make this a bit more readablehenning2005-03-291-64/+71
* add -F to force replacement of entries with -s and -fhenning2005-03-291-6/+14
* Enable ARP table manipulation on CARP interfaces.pascoe2005-01-041-4/+4
* memory leak; andrushock@korovino.netderaadt2003-06-271-2/+3
* remove unused variablesderaadt2003-06-271-6/+5
* some ansification, some de-registerderaadt2003-06-111-35/+17
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-7/+3
* arp did not long-align sockaddrs in routing messages. This led tohenric2003-03-171-9/+16
* print the interface related to the arp entry; several ppl ok.fgsch2002-12-031-2/+5
* undo signed vs unsigned confusionderaadt2002-09-061-6/+7
* minor KNFderaadt2002-05-301-22/+26
* pid_t cleanupderaadt2002-05-261-3/+3
* kill more registers.mpech2002-03-141-10/+10
* Remove \n from err/errx/warn/warnx().mpech2002-03-141-3/+3
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-11/+11
* implement arp -d -a, to delete all arp entries at once. mostly from FreeBSD. deraadt@ ok.dugsong2001-06-101-72/+148
* print ether_ntoa() compatiblederaadt2001-03-071-3/+3
* Spelling: wierd -> weirdaaron2000-10-231-2/+2
* Correctly ignore -n flag with -d when both options are separate (i.e.miod2000-09-241-4/+5
* Added 'permanent' keyword for non-overwritable static ARP entries.ho1999-05-161-3/+18
* only spew 'illegal option' once if they give an unsupported optinomillert1998-09-291-1/+3
* more careful scanfderaadt1998-05-141-2/+2
* set max field width of %s correctlyderaadt1998-05-111-2/+2
* I'm amazed that noone has ever misspelled the ethernet address whenart1997-11-281-1/+3
* bail if no arp entriesderaadt1997-11-211-1/+3
* Kill extra newline in err()/warn().millert1997-09-121-1/+2
* int vs in_addr_tderaadt1997-06-231-2/+2
* make "arp -na" and "arp -an" do the same thing; paul@wit387304.student.utwente.nlderaadt1997-02-031-1/+6
* getopt(3) returns -1 when out of args, not EOF, whee!millert1997-01-151-1/+1
* warnx, from netbsdderaadt1996-12-101-3/+1
* fix warningsderaadt1996-08-291-4/+1
* not very well tested ether_aton() cleanupderaadt1996-07-061-24/+6
* initial import of NetBSD treederaadt1995-10-181-0/+544