summaryrefslogtreecommitdiffstats
path: root/usr.sbin/arp
Commit message (Collapse)AuthorAgeFilesLines
* Use err(3). Document -n flag from OpenBSD.charnier1997-09-032-53/+43
| | | | Obtained from: OpenBSD.
* Balance single quotes.steve1997-08-231-1/+1
| | | | | PR: docs/4161 Submitted by: Kazuo Horikawa <k-horik@yk.rim.or.jp>
* Removed inconsistent declaration of malloc(). `make world' with DESTDIRbde1997-04-231-2/+2
| | | | set to something other than "/" now actually works.
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-311-2/+2
| | | | posix standard on the topic.
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Update to match changes in <net/if.h>.wollman1997-01-031-1/+2
|
* Renamed private copy of ether_aton to my_ether_aton so as to notnate1996-12-191-4/+4
| | | | conflict with the version in <net/ethernet.h>
* Fix up programs which expect <net/if.h> to include <sys/time.h> to insteadwollman1996-12-101-2/+2
| | | | | | do it themselves. (Some of these programs actually depended on this beyond compiling the definition of struct ifinfo!) Also fix up some other #include messes while we're at it.
* Update wording of the one message that was in the DIAGNOSTICS section.fenner1996-11-171-1/+19
| | | | | | Add three other common messages. This should be in 2.2 to go with the netinet/if_ether.c rewording.
* Clean up warnings.phk1996-02-082-35/+178
| | | | | | fix return/exit codes in some cases. Add -S which will delete any old entry first. Add "auto" in proxy case, so it finds the right interface automatically.
* This commit was generated by cvs2svn to compensate for changes in r13122,peter1995-12-301-124/+0
| | | | which included commits to RCS files with non-trunk default branches.
* Make arp command actually behave as documented with the addition of a -fjkh1995-08-031-1/+6
| | | | | | | | | flag. The getopt handling in here is actually pretty bogus (not Phil's fault - it's original sin) but the general approach is working so I'm not going to break it. Some small tweaks of my own to add error checking to what was originally submitted. Strange how nobody noticed that the flag was documented but completely missing from the code before! [jkh]. Submitted by: Phil Taylor <phil@zipmail.co.uk>
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
|
* Remove talk about trailers from arp(8) manual pagepst1994-09-261-5/+0
| | | | Obtained from: NetBSD bin/487
* Get rid of update. Make man page installation work with our schemewollman1994-08-052-2/+126
| | | | (and rename a few in the process).
* Remove stuff for building manual pages the old way.rgrimes1994-05-281-6/+0
|
* BSD 4.4 Lite usr.sbin Sourcesrgrimes1994-05-264-0/+778
OpenPOWER on IntegriCloud