summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rarpd/rarpd.c
Commit message (Expand)AuthorAgeFilesLines
* Remove incorrect section name. Incomplete -Wall cleaning.charnier1999-11-271-0/+1
* Fix warning: return type of `main' is not `int'peter1999-09-151-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Sync usage string with reality: removed -n, added -s.alex1998-12-061-2/+2
* Fix bug in rarpd:roberto1998-04-021-11/+13
* Removed most unused includes of <net/if_var.h> outside the kernel.bde1998-01-161-2/+1
* Mdoc'ify man page.charnier1997-10-131-6/+7
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-311-2/+2
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Update to match changes in <net/if.h>.wollman1997-01-031-14/+2
* Add -s flag to always supply mapping if known, ignoring thefenner1996-11-271-4/+10
* Make the man page reflect reality. Add BUGS section about DNS.fenner1996-11-271-10/+14
* Although I got rarpd to work, it was largely through kludgery. Billwpaul1996-11-191-36/+43
* Dohw! Left out one important htonl() in update_arptab().wpaul1996-11-181-3/+3
* Fix up new rarpd.wpaul1996-11-181-278/+531
* Eliminated includes of the "temporary" backwards compatibility headerbde1996-09-241-3/+7
* It appears that with FreeBSD-current, we need to set the ethernetwpaul1996-08-241-2/+2
* Use daemon() to deamonify ourselves.wpaul1995-07-181-9/+4
* Remove trailing whitespace.rgrimes1995-05-301-22/+22
* Get rid of ether_addr.c: it's been moved to libc. Also add properwpaul1995-04-021-2/+3
* Gave rarpd back the ability to poke temporary entries into the arpwpaul1995-03-031-5/+8
* Obtained from: An old BPF release packaged with the tcpdump-2.0 source code.wpaul1995-03-021-0/+748
OpenPOWER on IntegriCloud