summaryrefslogtreecommitdiffstats
path: root/usr.sbin/arp/arp.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* arp did not long-align sockaddrs in routing messages. This led tohenric2003-03-171-9/+16
| | | | | | | | garbage being sent to the kernel on sparc64. Problem reported and fix tested by Doug Winter (thanks). ok jason@ and millert@
* 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
| | | | millert@ ok
* Remove \n from err/errx/warn/warnx().mpech2002-03-141-3/+3
| | | | millert@ ok
* 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
| | | | arp -n -d, not arp -nd), millert@ ok
* 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
| | | | doing an arp -s. Well I was the first. ;)
* 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